summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Make check-definitions compatible with Python 3.Pat Gavlin1-9/+11
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-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
2016-06-22Merge pull request #5389 from parjong/fix/issue_5357Carol Eidt1-1/+3
2016-06-22Merge pull request #5871 from mikedn/modoptCarol Eidt8-299/+299
2016-06-22Merge pull request #5904 from pgavlin/WalkTreePostExecutionOrderPat Gavlin1-5/+25
2016-06-22[SOS] [Linux] Fix incorrect symbol loading from portable pdb (#5896)Evgeny Pavlov1-2/+1
2016-06-22Generate symbols packages for Windows CoreCLR binaries. (#5902)Mike McLaughlin1-9/+18
2016-06-22Optimize integer div/mod by const power of 2 in loweringMike Danes8-299/+299
2016-06-22Clean up fgMorphArgsBruce Forstall3-278/+185
2016-06-22fix build break on ARM caused by f1889 (#5914)chunseoklee1-1/+1
2016-06-22Cleanup hardware exception handling (#5916)Jan Vorlicek2-30/+25
2016-06-21Merge pull request #5908 from briansull/Fix-Remorph-CallBrian Sullivan1-43/+56
2016-06-21Fix for Remorph of a call with nonstandard argsBrian Sullivan1-43/+56
2016-06-21Fixing build break on x86 and arm.Fadi Hanna2-2/+2
2016-06-21Merge pull request #3097 from vors/docxAditya Mandaleeka2-0/+81
2016-06-21Merge pull request #5894 from Maoni0/seg_tableMaoni Stephens1-3/+17
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar11-97/+127
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna15-534/+873
2016-06-21Merge pull request #5895 from briansull/UnboxingStub-FixBrian Sullivan2-19/+35
2016-06-21Merge pull request #5813 from mikedn/no-setflagsCarol Eidt1-11/+2
2016-06-21Obey GTF_REVERSE_OPS in fgWalkTreePost.Pat Gavlin1-5/+25
2016-06-21Merge pull request #5887 from gkhanna79/Fix5883Gaurav Khanna3-11/+5
2016-06-20Fix for generic unboxing stub with x8 return buffer argumentBrian Sullivan2-19/+35
2016-06-20Update Prerelease version to Beta and increment patch version.Gaurav Khanna3-11/+5
2016-06-20Merge pull request #3074 from Dmitry-Me/useElseIfForExclusiveAditya Mandaleeka1-1/+1
2016-06-20We need to have seg_mapping_table aligned on its natural alignement (ptr size...Maoni01-3/+17
2016-06-20Merge pull request #5882 from stephentoub/fix_ev_bytearrayStephen Toub1-1/+1
2016-06-20Merge pull request #5875 from pgavlin/JitStdoutVbufPat Gavlin1-0/+4
2016-06-20Fix EventSource deserializing of byte[]sStephen Toub1-1/+1
2016-06-20Fix GC background thread start in OOM (#5840)Jan Vorlicek11-129/+64
2016-06-19Disable buffering on jitstdout.Pat Gavlin1-0/+4
2016-06-19Merge pull request #5380 from sejongoh/x86_decompose_storeindSejong Oh2-9/+314
2016-06-19Decomposing 64-bit storeind instruction to 32-bit storeind instructionsSejong Oh2-9/+314
2016-06-19Fix source/line info in unhandled exceptions (#5874)Mike McLaughlin1-13/+2
2016-06-19Remove the corner cases from sscanf test (#5873)Peter Jas2-2/+0
2016-06-19Update GC from CoreRT (#5859)Jan Kotas3-40/+40
2016-06-17Merge pull request #5858 from dotnet-bot/from-tfsJan Kotas1-0/+2
2016-06-17Merge pull request #5865 from kyulee1/fixgcstructKyungwoo Lee1-2/+5