Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | Merge pull request #8867 from AndyAyersMS/BinaryTreesVariant | Andy Ayers | 4 | -0/+191 |
2017-01-10 | Reduce SeekUnroll iter count | Michelle McDaniel | 1 | -2/+10 |
2017-01-09 | Default gcAllowVeryLargeObjects to true (#8853) | mikedn | 2 | -2/+2 |
2017-01-09 | JIT: Add BinaryTrees benchmark variant | Andy Ayers | 4 | -0/+191 |
2017-01-09 | Update CoreClr, CoreFx to beta-24909-02, beta-24909-02, respectively (#8836) | dotnet bot | 12 | -231/+231 |
2017-01-09 | Merge pull request #8830 from RussKeldorph/hugeexprx86 | Russ Keldorph | 1 | -1/+3 |
2017-01-06 | Merge pull request #8808 from rahku/cleanup | Rahul Kumar | 4 | -57/+103 |
2017-01-06 | Hide types implemented in corefx | Rahul Kumar | 4 | -57/+103 |
2017-01-06 | Disable hugeexpr1 test under JitStress modes | Russ Keldorph | 1 | -1/+3 |
2017-01-06 | Update CoreClr, CoreFx to beta-24906-01, beta-24906-02, respectively (#8826) | dotnet bot | 12 | -231/+231 |
2017-01-05 | Update CoreClr, CoreFx to beta-24904-03, beta-24905-02, respectively | dotnet-bot | 12 | -231/+231 |
2017-01-04 | Merge pull request #8711 from sivarv/simdAbsOpt | Sivarv | 1 | -11/+4 |
2017-01-04 | Fix VSO 359733. (#8803) | Pat Gavlin | 2 | -0/+107 |
2017-01-04 | Fix DevDiv 362706 | Michelle McDaniel | 2 | -0/+213 |
2017-01-04 | Accelerate Abs intrinsic even in cases where there is no direct instruction s... | sivarv | 1 | -11/+4 |
2017-01-04 | Update CoreClr, CoreFx to beta-24904-02, beta-24904-01, respectively | dotnet-bot | 12 | -231/+231 |
2017-01-03 | Fix DevDiv bug 359737. | Pat Gavlin | 2 | -0/+83 |
2017-01-03 | Update CoreClr, CoreFx to beta-24903-03, beta-24903-02, respectively | dotnet-bot | 12 | -231/+231 |
2017-01-03 | Update CoreClr, CoreFx to beta-24903-02, beta-24903-01, respectively | dotnet-bot | 12 | -231/+231 |
2017-01-02 | Update CoreClr, CoreFx to beta-24902-03, beta-24902-02, respectively (#8745) | dotnet bot | 12 | -231/+231 |
2016-12-28 | Merge pull request #8743 from sandreenko/an-additional-shift-test | sandreenko | 5 | -0/+364 |
2016-12-28 | Update CoreClr, CoreFx to beta-24828-03, beta-24828-03, respectively (#8741) | dotnet bot | 12 | -231/+231 |
2016-12-28 | an additional shift test. fix #7216 . | Sergey Andreenko | 5 | -0/+364 |
2016-12-28 | Update CoreClr to beta-24828-02 | dotnet-bot | 3 | -7/+7 |
2016-12-27 | Update CoreClr, CoreFx to beta-24827-03, beta-24827-01, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-22 | Update CoreClr, CoreFx to beta-24822-03, beta-24822-03, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-21 | Merge pull request #8706 from sivarv/simdAbs | Sivarv | 1 | -1/+14 |
2016-12-21 | Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t... | sivarv | 1 | -1/+14 |
2016-12-21 | Update CoreClr, CoreFx to beta-24821-04, beta-24821-02, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-21 | Update CoreClr, CoreFx to beta-24821-03, beta-24821-01, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-20 | Update CoreClr, CoreFx to beta-24820-02, beta-24820-02, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-16 | Update CoreClr to beta-24816-04 | dotnet-bot | 3 | -7/+7 |
2016-12-16 | Update CoreFx to beta-24816-02 | dotnet-bot | 10 | -224/+224 |
2016-12-15 | Merge pull request #8649 from dotnet-bot/master-UpdateDependencies | Gaurav Khanna | 12 | -231/+231 |
2016-12-15 | Merge pull request #8642 from CarolEidt/Fix359736 | Carol Eidt | 5 | -0/+222 |
2016-12-15 | Update CoreClr, CoreFx to beta-24815-03, beta-24815-03, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-15 | Update CoreFx to beta-24815-01 | dotnet-bot | 10 | -224/+224 |
2016-12-14 | Merge pull request #8640 from pgavlin/VSO359734 | Pat Gavlin | 2 | -0/+159 |
2016-12-14 | Correctly sequence fgMorphModToSubMulDiv | Carol Eidt | 5 | -0/+222 |
2016-12-14 | Add a regression test. | Pat Gavlin | 2 | -0/+159 |
2016-12-14 | Update CoreClr, CoreFx to beta-24814-03, beta-24814-02, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-13 | Fix incorrect compare narrowing in TreeNodeInfoInitCmp | Mike Danes | 2 | -0/+88 |
2016-12-12 | Disable GetGenerationWR2 for GCStress on x86 | Michelle McDaniel | 1 | -0/+1 |
2016-12-10 | Update CoreClr, CoreFx to beta-24810-01, beta-24810-02, respectively | dotnet-bot | 12 | -231/+231 |
2016-12-07 | Use only lower floats for Vector3 dot and equality | Carol Eidt | 2 | -0/+215 |
2016-12-06 | Merge pull request #8263 from AndyAyersMS/InlineInlinePinvoke | Andy Ayers | 4 | -0/+371 |
2016-12-05 | Compare opt against zero involving a shift oper. | sivarv | 2 | -0/+84 |
2016-12-05 | JIT: enable inline pinvoke in more cases | Andy Ayers | 4 | -0/+371 |
2016-12-04 | Ensure MSBuild properties get persisted to child MSBuild tasks, fixes a race ... | Sean Gillespie | 2 | -3/+2 |
2016-12-01 | Update CoreClr, CoreFx to beta-24801-03, beta-24721-02, respectively | dotnet-bot | 12 | -231/+231 |