summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Massage code for clang-formatMichelle McDaniel98-1265/+1888
2016-07-27GC update from CoreRT (#6487)Jan Kotas3-17/+18
2016-07-27Add IObjectReference to mscorlib ref assemblyStephen Toub1-0/+5
2016-07-27[SOS][ARM/Linux] Enable clru SOS command (#6477)Evgeny Pavlov1-6/+8
2016-07-27Optimize the generic string.Join for length 1 collections (#6463)James Ko1-19/+31
2016-07-27Expose SerializationInfo.UpdateValue for corefxStephen Toub3-5/+14
2016-07-27Add IObjectReference to model.xmlStephen Toub2-0/+5
2016-07-26Merge pull request #6467 from briansull/multireg-return2Brian Sullivan29-970/+1867
2016-07-26Merge pull request #6401 from AndyAyersMS/PropagateOptMethodFlagsAndy Ayers5-17/+34
2016-07-26Merge pull request #6418 from rahku/crossgenRahul Kumar1-3/+61
2016-07-26Enable multireg returns on Arm64Brian Sullivan29-970/+1867
2016-07-26Rewrite gtIsVtableAccess to avoid assertAndy Ayers1-7/+6
2016-07-26Add serialization primitives to mscorlib facadeStephen Toub1-0/+129
2016-07-26Merge pull request #6464 from russellhadley/HardenJitStartupRussell C Hadley1-9/+28
2016-07-26Harden stdout at startuprhadley1-9/+28
2016-07-25Addressing arm64 build break due to old compilerRama Krishnan Raghupathy1-1/+2
2016-07-25Linux/ARM: Fix +3000 bus errors of unit-test in case of O2/O3 levels (#6379)Geunsik Lim2-9/+13
2016-07-25Do not insert gcstress interrupt instruction at call to JIT_RareDisableHelperRahul Kumar1-3/+61
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy28-76/+906
2016-07-25Merge pull request #6156 from justinvp/activitytracker_tostringVance Morrison1-4/+1
2016-07-25Merge pull request #6158 from justinvp/tracing_stringcomparisonVance Morrison4-9/+9
2016-07-23RyuJIT/x86: implement tailcall via helperBruce Forstall7-148/+465
2016-07-23Merge pull request #6425 from weshaggard/UpdateMscorlibFacadeToUseRewrittenCo...Stephen Toub2-166/+170
2016-07-23GC update from CoreRT (#6429)Jan Kotas3-453/+41
2016-07-23Add link to https://graphics.stanford.edu/~seander/bithacks.html#ZeroInWord (...Jan Kotas1-0/+2
2016-07-23The call to printf expects a string argument, but the actual argument was of ...vinnyrom1-1/+1
2016-07-22Update mscorlib facade to use the rewritten S.P.CoreLibWes Haggard2-166/+170
2016-07-22Merge pull request #6415 from joperezr/ExposeISerializableDatetimeStephen Toub1-10/+3
2016-07-22Merge pull request #6417 from swaroop-sridhar/contractSwaroop Sridhar1-0/+1
2016-07-22GetGcInfo(): Add a missing contract declarationSwaroop Sridhar1-0/+1
2016-07-22Exposing ISerializable implementation in System.DateTimeJose Perez Rodriguez1-10/+3
2016-07-21Fix build break when FEATURE_SERIALIZATION definedStephen Toub2-2/+2
2016-07-21Merge pull request #6367 from echesakov/StackAllocationEgor Chesakov2-3/+9
2016-07-21Jit: fix issues with optMethodFlagsAndy Ayers4-10/+28
2016-07-21Merge pull request #6300 from sejongoh/decompose_gt_indSejong Oh2-1/+35
2016-07-21Change verbatim ELF.h and Dwarf.h LLVM headers to be able to build in CoreCL...Evgeny Pavlov3-118/+142
2016-07-21Merge pull request #6277 from kyulee1/fragehKyungwoo Lee3-18/+16
2016-07-21Merge pull request #6375 from stephentoub/serialization_modelxmlStephen Toub30-51/+248
2016-07-21[SOS][Linux] Fix incorrect processing 'setclrpath' command with portable PDB ...Evgeny Pavlov1-6/+10
2016-07-21Refactor GC background thread creation (#6384)Jan Vorlicek8-150/+85
2016-07-21Add ELF.h and Dwarf.h from LLVM for gdbjit feature implementation. (#6383)Evgeny Pavlov3-0/+2353
2016-07-21ifdef out CodeAccessPermission demand used in SerializationInfo on CoreCLRStephen Toub1-0/+2
2016-07-21Expose serialization primitives from System.Private.CorelibStephen Toub29-51/+246
2016-07-21Merge pull request #6219 from adiaaida/compareLongsMichelle McDaniel3-121/+341
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar16-2905/+1
2016-07-20Merge pull request #6297 from CarolEidt/MorphGenTreeRefactorsCarol Eidt7-184/+247
2016-07-20Merge pull request #6325 from swaroop-sridhar/R2RverSwaroop Sridhar32-409/+481
2016-07-20GCInfo: Support versioning.Swaroop Sridhar32-409/+481
2016-07-21Remove include of <utility> from seh.cpp (#6359)Jan Vorlicek2-3/+32
2016-07-20Fix is_blittable partial specializations (#6357)joemmett1-2/+2