summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-11[x86/Linux] Introduce UNIX_X86_ABI definition (#8863)SaeHie Park1-0/+7
2017-01-10Updates based on PR review.Carol Eidt2-2/+2
2017-01-10Fix handling of PutArgStkCarol Eidt6-83/+56
2017-01-10Format code.Pat Gavlin1-2/+5
2017-01-10Do not rerun LVA if only live-out has changed.Pat Gavlin1-16/+17
2017-01-09Merge pull request #8859 from JohnChen0/pinvokeJohn Chen41-288/+228
2017-01-09Default gcAllowVeryLargeObjects to true (#8853)mikedn1-1/+1
2017-01-09Merge pull request #8858 from sandreenko/CoreRT-PInvokesandreenko3-33/+46
2017-01-09Merge pull request #8856 from pgavlin/LVAThroughputPat Gavlin1-125/+156
2017-01-09Enable PInvoke analyzer for S.P.CoreLib.dllJohn Chen (CLR)41-288/+228
2017-01-09Format code and improve a function name.Pat Gavlin1-9/+19
2017-01-09Fix some comments.Pat Gavlin1-3/+3
2017-01-09Encapsulate live var analysis in its own class.Pat Gavlin1-125/+146
2017-01-09Enable HighEntropyVA in mscorlib.dllJohn Chen (CLR)1-0/+1
2017-01-09Add two missing #ifdef related with FEATURE_CORRUPTING_EXCEPTIONS (#8850)Jonghyun Park2-1/+5
2017-01-09Fix x86/Linux Release Build Error (#8852)Jonghyun Park1-2/+2
2017-01-08Remove lazy initialization of Task.CompletedTask (#8846)Stephen Toub1-16/+2
2017-01-06Update PInvoke inlining restrictions for CoreRTJan Kotas3-33/+46
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie19-188/+309
2017-01-06Merge pull request #8835 from pgavlin/RemoveAsgdLclVarPat Gavlin3-191/+32
2017-01-06Merge pull request #8808 from rahku/cleanupRahul Kumar4-296/+16
2017-01-06Simplify lclNum fetching and a few assertions.Pat Gavlin1-11/+4
2017-01-06Hide types implemented in corefxRahul Kumar4-296/+16
2017-01-06Remove the `asgdLclVar` analysis from liveness.Pat Gavlin3-184/+32
2017-01-06Delete unused InteropServices types (#8765)James Ko39-5260/+3
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel2-17/+17
2017-01-05Merge pull request #8820 from pgavlin/RemoveVarTmpPat Gavlin4-6/+0
2017-01-05Remove `BasicBlock::bbVarTmp`.Pat Gavlin4-6/+0
2017-01-05Revert "Adding Microsoft.NETCore.Native package (#8791)"Sedar Gokbulut17-497/+0
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-11/+10
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi3-5/+5
2017-01-05Fix unsigned_abs function on Unix (#8805)Jan Vorlicek1-4/+0
2017-01-04Merge pull request #8809 from pgavlin/FixJitStressFailurePat Gavlin1-0/+2
2017-01-04Merge pull request #8711 from sivarv/simdAbsOptSivarv6-125/+266
2017-01-04Fix VSO 359733. (#8803)Pat Gavlin1-3/+5
2017-01-04Merge pull request #8804 from adiaaida/devdiv_362706Michelle McDaniel1-0/+10
2017-01-04Add a missing ref count bump in DecomposeLclFld.Pat Gavlin1-0/+2
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek28-42/+216
2017-01-04Fix DevDiv 362706Michelle McDaniel1-0/+10
2017-01-04Accelerate Abs intrinsic even in cases where there is no direct instruction s...sivarv6-125/+266
2017-01-04Adding Microsoft.NETCore.Native package (#8791)Sedar Gokbulut17-0/+497
2017-01-04Path normalization performance improvementsJan Kotas9-129/+99
2017-01-04Delete unused fileJan Kotas2-76/+0
2017-01-04Use ArrayPool for PathHelperJan Kotas12-610/+226
2017-01-04[x86/Linux] Implement ResolveWorkerChainLookupAsmStub (#8780)SaeHie Park3-5/+102
2017-01-04[x86/Linux] Implement SinglecastDelegateInvokeStub (#8799)SaeHie Park3-5/+39
2017-01-03Remove un-necessary ITuple constraint (#8793)Julien Couvreur1-3/+13
2017-01-03Redo some argument name corrections (#8727)Stephen A. Imhoff11-25/+25