summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Change to Generate nuget packages for Windows Arm64 builds.Gaurav Khanna13-17/+50
2016-06-24Merge pull request #5993 from briansull/fix-5639Brian Sullivan1-1/+1
2016-06-24Merge pull request #5998 from briansull/Update-ReturnTypeDescBrian Sullivan6-58/+59
2016-06-24Merge pull request #5985 from ericstj/incrementCoreCLR+JitEric StJohn18-19/+19
2016-06-24Merge pull request #5979 from kyulee1/boolfoldKyungwoo Lee1-1/+5
2016-06-24Use libc.so as default libc name (#5990)Peter Jas3-20/+2
2016-06-24Changes to ReturnTypeDesc support more than two return registersBrian Sullivan6-58/+59
2016-06-24Fix for issue 5639Brian Sullivan1-1/+1
2016-06-24ARM64: Fix Small Operation For optOptimizeBoolsKyungwoo Lee1-1/+5
2016-06-24Merge pull request #5991 from kyulee1/stacklimitKyungwoo Lee1-4/+1
2016-06-24Merge pull request #5973 from cmckinsey/DevDiv_216571Chris McKinsey1-23/+63
2016-06-24Merge pull request #5940 from briansull/retbuf-nonstandardBrian Sullivan2-38/+54
2016-06-24Fix SBCG in value-numbering constant assertpropChris McKinsey1-23/+63
2016-06-24ARM64: Fix StackLimitKyungwoo Lee1-4/+1
2016-06-24Fix Issue #5542 (#5827)chunseoklee3-0/+43
2016-06-24Use BIT64 define for 64-bit specific code. (#5987)MyungJoo Ham17-196/+194
2016-06-23Update CoreCLR & JIT package versionsEric St. John18-19/+19
2016-06-23Merge pull request #5980 from dotnet-bot/from-tfsJan Kotas2-0/+6
2016-06-23Merge pull request #5960 from pgavlin/CheckDefPython3Pat Gavlin1-9/+11
2016-06-23Merge pull request #5923 from mikedn/x86-store-lclvarChris McKinsey1-7/+26
2016-06-23[SOS][Linux] Support of reading local variables from portable PDB (#5897)Evgeny Pavlov4-25/+70
2016-06-23Undo accidental changeJan Kotas1-1/+1
2016-06-23Add missing contractsJan Kotas2-1/+7
2016-06-23Merge pull request #5959 from pgavlin/AOTPlaceholderFilePat Gavlin1-1/+6
2016-06-23Add braces to avoid operator priority confusion (#5964)Jan Kotas2-5/+5
2016-06-23Support for updating a nonStandard arg in-place the ArrayStack when it is mod...Brian Sullivan2-0/+33
2016-06-23Merge pull request #5963 from dotnet-bot/from-tfsAditya Mandaleeka1-1/+5
2016-06-23Add AOT placeholder files to the JIT package.Pat Gavlin1-1/+6
2016-06-23Fix GC profiling on arm-softfp (#5952)Ivan Baravy1-2/+2
2016-06-23Merge pull request #5939 from BruceForstall/FixPinvokeBruce Forstall7-12/+73
2016-06-23Merge branch 'master' into retbuf-nonstandardBrian Sullivan26-75/+417
2016-06-23Fix build break in internal buildJan Kotas1-1/+5
2016-06-23Merge pull request #5936 from briansull/fullIntArgRegMaskBrian Sullivan5-18/+46
2016-06-23Make check-definitions compatible with Python 3.Pat Gavlin1-9/+11
2016-06-23Enable RyuJIT/x86 PInvoke loweringBruce Forstall7-12/+73
2016-06-23Enable out-of-proc unwinding on ARM (#5946)kvochko2-4/+19
2016-06-23Merge pull request #5890 from adiaaida/x86LongCallFinalMichelle McDaniel7-31/+129
2016-06-23Scripts: verify compiler definitions of native and managed (#4675)MyungJoo Ham2-0/+165
2016-06-23Merge pull request #5934 from Maoni0/gcwhereMaoni Stephens3-8/+4
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie8-14/+54
2016-06-22Change the Arm64 fixed return buffer argument to be handled as a non-standard...Brian Sullivan1-38/+21
2016-06-22Introduce the method fullIntArgRegMask()Brian Sullivan5-18/+46
2016-06-22Merge pull request #5931 from briansull/fix-crossgen-arm64Brian Sullivan1-0/+18
2016-06-22enable GCWhere on PAL and fixed a bug in 859307b where it's missing a functio...Maoni03-8/+4
2016-06-22Merge pull request #3484 from Dmitry-Me/fixBrokenConditionAditya Mandaleeka1-1/+1
2016-06-22Fix for Arm64 crossgen breakBrian Sullivan1-0/+18
2016-06-22Clean up PInvoke loweringBruce Forstall1-118/+207
2016-06-22Enable GT_CALL with long ret types for x86 RyuJITMichelle McDaniel7-31/+129
2016-06-22Merge pull request #5915 from BruceForstall/FgMorphArgsCleanupBruce Forstall3-278/+185
2016-06-22Merge pull request #5891 from rahku/arm64retbufRahul Kumar11-97/+127