Age | Commit message (Expand) | Author | Files | Lines |
2016-10-11 | Merge pull request #7574 from DrewScoggins/runtestfix | Rahul Kumar | 1 | -1/+1 |
2016-10-11 | Fix runtest.cmd return code | Drew Scoggins | 1 | -1/+1 |
2016-10-10 | Remove AllowPartiallyTrustedCallers from a test (#7555) | Michal Strehovský | 1 | -6/+1 |
2016-10-08 | Add test to validate ByRef type unification (#7534) | Michal Strehovský | 2 | -0/+123 |
2016-10-09 | Update CoreClr, CoreFx to beta-24609-01, beta-24608-01, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-07 | Standardize on _echo name (#7532) | Vance Morrison | 2 | -2/+2 |
2016-10-07 | Update CoreClr, CoreFx to beta-24607-03, beta-24607-05, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-07 | Merge pull request #7515 from BruceForstall/FixMerge | Bruce Forstall | 1 | -9/+4 |
2016-10-07 | Merge pull request #7509 from sandreenko/master | sandreenko | 1 | -0/+1 |
2016-10-07 | Update CoreClr, CoreFx to beta-24607-02, beta-24607-03, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-06 | Fix bad merge | Bruce Forstall | 1 | -9/+4 |
2016-10-06 | Set missed default value for coreclr runtest.cmd. | Sergey Andreenko | 1 | -0/+1 |
2016-10-06 | Update CoreClr, CoreFx to beta-24606-03, beta-24606-02, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-06 | Update CoreClr, CoreFx to beta-24606-02, beta-24606-01, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-05 | Support double-aligned frames for RyuJIT/x86 | Carol Eidt | 1 | -3/+0 |
2016-10-04 | Merge pull request #7472 from dotnet-bot/master-UpdateDependencies | Gaurav Khanna | 8 | -146/+146 |
2016-10-04 | Set default x86 test run to assert on nyi | Michelle McDaniel | 1 | -5/+1 |
2016-10-04 | Update CoreClr, CoreFx to beta-24604-03, beta-24604-02, respectively | dotnet-bot | 8 | -146/+146 |
2016-10-01 | Update CoreClr, CoreFx to beta-24601-02, beta-24601-02, respectively | dotnet-bot | 8 | -146/+146 |
2016-09-30 | Merge pull request #7365 from dotnet-bot/master-UpdateDependencies | Koundinya Veluri | 8 | -146/+146 |
2016-09-30 | Exclude DevDiv_255294.cmd for jit32 due to timeout | jashook | 1 | -0/+4 |
2016-09-30 | Update CoreClr, CoreFx, External to beta-24529-03, beta-24530-02, beta-24523-... | dotnet-bot | 8 | -146/+146 |
2016-09-29 | Merge pull request #7407 from sivarv/simdOpt | Sivarv | 1 | -0/+40 |
2016-09-29 | Optimize codegen when SIMD (in)Equality that produces bool result is compared... | sivarv | 1 | -0/+40 |
2016-09-28 | Add option to measure time spent inside calls to the CLR. (#7357) | Peter Kukol | 1 | -3/+3 |
2016-09-28 | Merge pull request #7392 from kouvel/TestFix | Koundinya Veluri | 2 | -0/+6 |
2016-09-27 | Work around issue in #7365 by referencing System.Reflection.Extensions direct... | Koundinya Veluri | 2 | -0/+6 |
2016-09-27 | Invoke 'copy_test_native_bin_to_test_root' inside 'create_core_overlay' (#5676) | Jonghyun Park | 1 | -1/+1 |
2016-09-27 | Merge pull request #7367 from sivarv/simdeq | Sivarv | 1 | -3/+18 |
2016-09-27 | Move dlstack test exclusion to all configurations instead of (#7364) | Sean Gillespie | 1 | -3/+3 |
2016-09-27 | Optimize SIMD codegen for (in)equality check against zero that produces bool ... | sivarv | 1 | -3/+18 |
2016-09-22 | Merge pull request #7294 from pgavlin/longLclFld | Pat Gavlin | 1 | -6/+0 |
2016-09-22 | Improve formatting job output | Michelle McDaniel | 1 | -2/+12 |
2016-09-21 | Implement `st.lclFld` decomposition and fix #6778. | Pat Gavlin | 1 | -6/+0 |
2016-09-21 | Merge pull request #7291 from adiaaida/format | Michelle McDaniel | 1 | -6/+4 |
2016-09-21 | Fix formatting job for Ubuntu | Michelle McDaniel | 1 | -6/+4 |
2016-09-21 | Merge pull request #7191 from erozenfeld/SSAStackOverflow | Eugene Rozenfeld | 4 | -0/+62426 |
2016-09-21 | Fix for StackOverflow in SsaBuilder::TopologicalSort. | Eugene Rozenfeld | 4 | -0/+62426 |
2016-09-19 | Fix GC Stress testing on non windows platforms | Rama Krishnan Raghupathy | 2 | -7/+6 |
2016-09-19 | test FixedAddressValueType and RuntimeWrappedException | Rama Krishnan Raghupathy | 8 | -0/+327 |
2016-09-16 | Exposing ExecuteCodeWithGuaranteedCleanup in mscorlib | Rama Krishnan Raghupathy | 2 | -0/+104 |
2016-09-16 | Exposing RunModuleConstructor in mscorlib | Rama Krishnan Raghupathy | 4 | -0/+233 |
2016-09-15 | Enable Building Libraries for ilproj | Rama Krishnan Raghupathy | 3 | -14/+15 |
2016-09-15 | Harden test against JIT optimizations | Joseph Tremoulet | 1 | -1/+6 |
2016-09-15 | Update CoreClr, CoreFx, External to beta-24515-02, beta-24514-06, beta-24514-... | dotnet-bot | 8 | -140/+140 |
2016-09-14 | Merge pull request #7012 from kyulee1/fix6844 | Kyungwoo Lee | 1 | -1/+1 |
2016-09-13 | Update CoreClr, CoreFx, External to beta-24513-04, beta-24513-02, beta-24513-... | dotnet bot | 8 | -140/+140 |
2016-09-13 | X86: Fix inline assertion | Kyungwoo Lee | 1 | -1/+1 |
2016-09-13 | Merge pull request #7164 from BruceForstall/FixTestExclusions | Bruce Forstall | 3 | -14/+14 |
2016-09-13 | List all generated perf .xml files. | Smile Wei | 2 | -12/+17 |