summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-11Initial implementation of two field span.Jan Kotas9-25/+154
2017-01-11Merge pull request #8570 from sbomer/dasm_automationSven Boemer3-10/+11
2017-01-11Merge pull request #8551 from AndyAyersMS/FinallyCloningAndy Ayers11-14/+1538
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-10JIT: Finally OptimizationsAndy Ayers11-14/+1538
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 Gokbulut18-0/+498
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
2017-01-11[x86/Linux] Introduce UNIX_X86_ABI definition (#8863)SaeHie Park2-0/+9
2017-01-10Updates based on PR review.Carol Eidt2-2/+2
2017-01-10Merge pull request #8876 from pgavlin/LVAThroughputPat Gavlin1-14/+18
2017-01-10Fix handling of PutArgStkCarol Eidt6-83/+56
2017-01-10Merge pull request #8867 from AndyAyersMS/BinaryTreesVariantAndy Ayers4-0/+191
2017-01-10Simplify HeapPhiArgJoseph Tremoulet2-35/+16
2017-01-10don't copy LclVarDscSergey Andreenko1-1/+1
2017-01-10Format code.Pat Gavlin1-2/+5
2017-01-10SetReversePInvokeFrameSlot into gcInfo for reversePInvokeSergey Andreenko1-0/+8
2017-01-10Merge pull request #8874 from adiaaida/addx86ReleasePRTriggerMichelle McDaniel1-0/+4
2017-01-10Match CoreFX update of arm-softfp -> armel (#8875)Andy Ayers1-1/+1
2017-01-10Do not rerun LVA if only live-out has changed.Pat Gavlin1-16/+17
2017-01-10Add x86 Release PR TriggerMichelle McDaniel1-0/+4
2017-01-10Merge pull request #8861 from adiaaida/updateSeekUnrollMichelle McDaniel1-2/+10
2017-01-10Reduce SeekUnroll iter countMichelle McDaniel1-2/+10
2017-01-09Merge pull request #8859 from JohnChen0/pinvokeJohn Chen42-289/+229
2017-01-09Default gcAllowVeryLargeObjects to true (#8853)mikedn3-3/+3
2017-01-09Remove array allocation from CTS.CreateLinkedTokenSourceStephen Toub1-37/+63
2017-01-09JIT: Add BinaryTrees benchmark variantAndy Ayers4-0/+191
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)42-289/+229
2017-01-09Merge pull request #8854 from JohnChen0/hevaJohn Chen1-0/+1
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-09Update CoreClr, CoreFx to beta-24909-02, beta-24909-02, respectively (#8836)dotnet bot13-235/+235
2017-01-09Enable HighEntropyVA in mscorlib.dllJohn Chen (CLR)1-0/+1
2017-01-09Fix some problems with the ubuntu dasm outputSven Boemer3-10/+11
2017-01-09Merge pull request #8830 from RussKeldorph/hugeexprx86Russ Keldorph1-1/+3
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