summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-25Fix inlining of '__jit_debug_register_code' on ARM32 release buildEvgeny Pavlov1-2/+3
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-22Set hr to S_OK instead of returning S_OKEvgeny Pavlov1-1/+1
2016-07-22Fix ildasm fail due missing GetInfoForMethod managed methodEvgeny Pavlov1-0/+1
2016-07-22Use LLVM headers for generation ELF and Dwarf filesEvgeny Pavlov2-432/+16
2016-07-22Change 'Extract' -> 'GetValue' to prevent memory leaksEvgeny Pavlov1-6/+6
2016-07-22Use NewArrayHolder instead of raw pointersEvgeny Pavlov2-82/+9
2016-07-22Fix indentation in cmake fileEvgeny Pavlov1-3/+3
2016-07-22Fix after review:Evgeny Pavlov8-30/+40
2016-07-22Create coreclr delegate inside coreclr_initializeEvgeny Pavlov6-37/+42
2016-07-22Add GDB JIT support for source line debug information.Dmitri Botcharnikov7-3/+1661
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-21Save and restore ymm registers in signal handlers.Aditya Mandaleeka8-29/+109
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
2016-07-20Fix bug: inlinee did not copy inlinee bbFlags to caller bbFlags.Egor Chesakov2-3/+9
2016-07-20More Struct-related RefactoringsCarol Eidt7-184/+247
2016-07-20Merge pull request #6326 from sivarv/phase2Sivarv10-120/+418
2016-07-20Merge pull request #6242 from Maoni0/raceMaoni Stephens1-15/+4
2016-07-20Support for reg optional tree temps.sivarv10-120/+418
2016-07-20Fix silent bad codegen in signed comparisonMichelle McDaniel3-121/+341
2016-07-20ARM64: Enable Function FragmentKyungwoo Lee3-18/+16
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek11-152/+371