summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-16[x86/Linux] Port ''ExceptionTracker::UpdateNonvolatileRegisters' (#8915)Jonghyun Park1-1/+8
2017-01-15Remove unused mscoree files and code (#8956)mikedn12-1591/+1
2017-01-15Remove mscorpe cruft (#8957)mikedn15-580/+9
2017-01-13Remove invalid asserts in threads.cpp, DoAppropriateWaitWorker(int, ...)Koundinya Veluri1-8/+0
2017-01-13Enable thread interrupt in finally blocksKoundinya Veluri3-17/+8
2017-01-14Check if xsave is enabled by OS before calling xgetbv in XmmYmmStateSupport (...Cesar Blum Silveira1-4/+12
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek7-17/+110
2017-01-13Merge pull request #8935 from AndyAyersMS/FixSmAssertAndy Ayers2-8/+0
2017-01-13Fix Mutex.ReleaseMutex exception type for compatibility (#8941)Koundinya Veluri1-1/+1
2017-01-12Remove #if false blocks (#8933)Dan Moseley9-281/+0
2017-01-12JIT: remove match accounting from inliner state machineAndy Ayers2-8/+0
2017-01-12Merge pull request #8928 from CarolEidt/Fix8898Carol Eidt4-7/+7
2017-01-12Merge pull request #8806 from sandreenko/array-bounds-checksandreenko12-67/+70
2017-01-12Prefer using Array.Length as upper for loop limit (#8923)mikedn7-39/+32
2017-01-12Fix putArgStk dstCount and ConsumeReg errorsCarol Eidt4-7/+7
2017-01-12Merge pull request #8840 from CarolEidt/Fix8824Carol Eidt1-7/+23
2017-01-12[x86/Linux] Port 'ExceptionTracker::ProcessOSExceptionNotification' (#8912)Jonghyun Park1-1/+1
2017-01-11Merge pull request #8588 from litian2025/AVX_SSESivarv7-21/+117
2017-01-11fix formatLi Tian2-7/+7
2017-01-11Add more comments to document remove AVX/SSE transition penalty logicLi Tian2-3/+10
2017-01-11Merge pull request #8905 from JosephTremoulet/OneMoreHeapUseJoseph Tremoulet1-4/+1
2017-01-11Merge pull request #8879 from russellhadley/span-intrinsicsRussell C Hadley9-25/+154
2017-01-11Fix initialization of resolution setsCarol Eidt1-7/+23
2017-01-11Fix issue #8139 amd64 decoder bug. (#8901)Mike McLaughlin3-6/+6
2017-01-12Add clang 3.7 support and remove __FakePrologName to fix build (#8904)Maarten Mensink2-16/+17
2017-01-11Merge pull request #8897 from pgavlin/GH8860.1Pat Gavlin1-17/+12
2017-01-11Format code.Pat Gavlin1-2/+2
2017-01-11Merge pull request #8900 from adiaaida/fix8550Michelle McDaniel1-0/+1
2017-01-11use assert insteaf of if statementLi Tian1-15/+13
2017-01-11Rewrite CalleeSavedRegisters for x86 (#8871)Jonghyun Park3-21/+22
2017-01-11Initial implementation of two field span.Jan Kotas9-25/+154
2017-01-11Merge pull request #8551 from AndyAyersMS/FinallyCloningAndy Ayers9-13/+1084
2017-01-11Remove bogus fgCurHeapDef guardJoseph Tremoulet1-4/+1
2017-01-11Copy lvExactSize to shadowVarMichelle McDaniel1-0/+1
2017-01-11Fix #8860.Pat Gavlin1-16/+11
2017-01-11Merge pull request #8880 from JosephTremoulet/SimplifyHeapPhiArgJoseph Tremoulet2-35/+16
2017-01-11Add parameterless overloads of TrimStart/TrimEnd (#8834)Thiago Camargos Lopes3-2/+13
2017-01-11Merge pull request #8892 from stephentoub/enumeq_serStephen Toub1-0/+3
2017-01-11[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)Hyeongseok Oh4-11/+11
2017-01-11Fix deserialization of EnumEqualityComparerStephen Toub1-0/+3
2017-01-11Merge pull request #8868 from stephentoub/linkedcts_arrayStephen Toub1-37/+63
2017-01-10fix format errorLi Tian1-1/+1
2017-01-10fix comments, assertion failure in crossgen mscorlibLi Tian2-4/+4
2017-01-10JIT: Finally OptimizationsAndy Ayers9-13/+1084
2017-01-10Merge pull request #8862 from sandreenko/ReversePInvoke-encoding-in-gcsandreenko1-0/+8
2017-01-10Add Microsoft.NETCore.Native package (2nd attempt) (#8882)Sedar Gokbulut17-0/+497
2017-01-10rename, use getSIMDInstructionSet()Li Tian4-17/+14
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park38-260/+368
2017-01-10Merge pull request #8881 from CarolEidt/FixPutArgStkCarol Eidt6-83/+56
2017-01-11[x86/Linux] Fix generic context(hidden arg) position (#8848)SaeHie Park1-5/+23