summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-22Improve stack overflow reporting (#9650)Jan Vorlicek18-90/+810
2017-02-22CMake configuration for cross building for Android (#9174)Frederik Carlier2-0/+166
2017-02-22Merge pull request #9712 from AndyAyersMS/FixSomeTestProjFilesAndy Ayers1732-14891/+13122
2017-02-22Add test coverage for ldtoken with members (#9713)Michal Strehovský2-0/+281
2017-02-22Merge pull request #9714 from BruceForstall/FixRegMasksBruce Forstall1-6/+6
2017-02-22Merge pull request #9702 from adiaaida/fixX86PerfTestingMichelle McDaniel2-7/+17
2017-02-22Separate Comparer and EqualityComparer creation logic into a non-generic clas...James Ko4-142/+221
2017-02-22Fix projects that specified DebugType incorrectlyAndy Ayers235-2094/+1330
2017-02-22Merge pull request #9704 from pgavlin/corefx15913Pat Gavlin3-0/+81
2017-02-22Merge pull request #9660 from dotnet-bot/master-UpdateDependenciesGaurav Khanna15-31/+31
2017-02-22Update CoreClr, CoreFx to beta-25021-03, beta-25022-02, respectivelydotnet-bot15-31/+31
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park5-13/+17
2017-02-21Fix non-Windows amd64 register mask initializationBruce Forstall1-6/+6
2017-02-21Fix jit test projects to specify debug type and optimization flagsAndy Ayers1497-12797/+11792
2017-02-21Fix x86 perf testingMichelle McDaniel2-7/+17
2017-02-21Use CORINFO_CALLCONV to check for unmanaged calls (#9697)Michal Strehovský1-1/+4
2017-02-22[x86/Linux] Fix framepointer while unwinding (#9678)SaeHie Park1-1/+9
2017-02-21Add a regression test.Pat Gavlin2-0/+72
2017-02-21Merge pull request #9703 from wtgodbe/CrossgenCodeGaurav Khanna1-3/+6
2017-02-21Correctly pass 12-byte GT_SIMD nodes on x86.Pat Gavlin1-0/+9
2017-02-21Have Crossgen Failures exit in a dedicated exit routinewtgodbe1-3/+6
2017-02-21Merge pull request #9695 from jashook/up_timeout_for_arm64_gcstressJarret Shook1-2/+7
2017-02-21Up the timeout for gcstress arm64 jobs.jashook1-2/+7
2017-02-21Fix compilation on macOS with case sensitive FS (#9693)Mikhail Filippov1-1/+1
2017-02-21Improve string.Equals OrdinalIgnoreCase performance for matching chars (#9213)Bruce Bowyer-Smyth1-2/+44
2017-02-21Add --xunitOutputPath option to runtest.sh (#9646)Jonghyun Park1-0/+4
2017-02-21Clean up FixupDispatcherContext (#9685)Jonghyun Park1-5/+4
2017-02-21Use ADJUST_PC_UNWOUND_TO_CALL instead of _TARGET_XXX_ (#9686)Jonghyun Park1-4/+8
2017-02-20Merge pull request #9676 from parjong/fix/issue_9576Andy Ayers2-1/+4
2017-02-20Rewrite assert using bbInTryRegionsJonghyun Park1-2/+1
2017-02-20Update related .ilprojJonghyun Park1-0/+3
2017-02-20Fix formatting errorJonghyun Park1-1/+1
2017-02-20Comment out bogus assert in flowgraphJonghyun Park1-1/+2
2017-02-19Merge pull request #9672 from jashook/arm64_regressionJarret Shook1-1/+1
2017-02-18Merge pull request #9671 from benaadams/revert-encodingAndy Ayers7-1016/+183
2017-02-18Merge pull request #9670 from stephentoub/cs_randomDan Moseley1-2/+13
2017-02-18Add new regression.jashook1-1/+1
2017-02-19Revert "Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)"Ben Adams7-1016/+183
2017-02-18Merge pull request #9661 from AndyAyersMS/FixTailCallStress1Andy Ayers1-2/+12
2017-02-18Remove a few explicit static cctors (#9669)Stephen Toub6-24/+8
2017-02-18Merge pull request #9665 from sdmaclea/PR-ARM64-PT_KNONVOLATILEGaurav Khanna1-23/+23
2017-02-18Delay Random allocation in ConcurrentStackStephen Toub1-2/+13
2017-02-18Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)Ben Adams7-183/+1016
2017-02-18[Arm64/Unix] Fix cmake race condition (#9666)Steve MacLean1-5/+7
2017-02-17Merge pull request #9667 from sivarv/backoutSivarv2-89/+1
2017-02-17Backout promotion of structs containing fields of struct of single field.sivarv2-89/+1
2017-02-18[ARM64] Use PT_KNONVOLATILE... for crossSteve MacLean, Qualcomm Datacenter Technologies, Inc1-23/+23
2017-02-17Merge pull request #9657 from AndyAyersMS/FixFinallyChainMergeAssertAndy Ayers3-9/+106
2017-02-17Merge pull request #9636 from sivarv/shouldPromoteSivarv3-143/+149
2017-02-17JIT: tolerate GT_COMMA in tail call positionAndy Ayers1-2/+12