summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-07-19Fix for CoreCLR 6269 - Trigger formal binding if domain-wide cache does not h...Gaurav Khanna2-27/+18
2016-07-19Merge pull request #6337 from AndyAyersMS/CountObservationsAndy Ayers4-40/+73
2016-07-19Remove duplicate code from string.GetHashCode (#4696)James Ko1-52/+4
2016-07-19Improve performance, drastically reduce misfires for new string(char*) on 64-...James Ko1-15/+75
2016-07-19Better performance for string.CompareOrdinalHelper (#6119)James Ko1-70/+98
2016-07-19Merge pull request #6293 from kyulee1/altjitKyungwoo Lee1-0/+9
2016-07-19Inliner: improve arg observationsAndy Ayers4-40/+73
2016-07-19Fix self-process identification for FreeBSD (#6314)Jostein Kjønigsen1-1/+23
2016-07-18Merge pull request #6227 from parjong/revert-6021-LessConservativeGtObjCarol Eidt8-89/+44
2016-07-18Merge pull request #6324 from AndyAyersMS/ReplayCapturesProfitModelAndy Ayers1-2/+3
2016-07-18Fix libc path for macOS El Capitan (#6302)Peter Jas1-6/+10
2016-07-18Add to model.xml several members we wish to expose in the FX (#6310)Dan Moseley3-77/+226
2016-07-18Add Lazy<T>(T value) constructor (#6304)Peter Jas2-0/+14
2016-07-17Add ICloneable back to several globalization types on Unix (#6307)Stephen Toub7-10/+10
2016-07-17Minimize buffer allocations in Stream.CopyTo for seekable streams (#4540)James Ko1-2/+58
2016-07-18Revert "Less conservative gt obj"Jonghyun Park8-89/+44
2016-07-17GC update from CoreRT (#6305)Jan Kotas1-4/+4
2016-07-15Inliner: capture profit model estimate during replayAndy Ayers1-2/+3
2016-07-15Merge pull request #6037 from sejongoh/linux_struct_argSejong Oh1-22/+70
2016-07-15ARM64: Cross-Target JitKyungwoo Lee1-0/+9
2016-07-14Merge pull request #6287 from MichalStrehovsky/removeAssertOnMustExpandMichal Strehovský1-7/+0
2016-07-14Remove assert validating intrinsic expansion on mustExpandMichal Strehovský1-7/+0
2016-07-14Remove unnecessary copies for stack struct argument except:Sejong OH1-22/+70
2016-07-14Update to latest version of buildtoolswtgodbe1-1/+1
2016-07-14Merge pull request #6276 from BruceForstall/LocAllocCleanupBruce Forstall3-50/+65
2016-07-14Clean up localloc implementation; improve AMD64 codegen for initialized local...Bruce Forstall3-50/+65
2016-07-14Merge pull request #6274 from hqueue/arm/xor_swapBrian Sullivan1-5/+4
2016-07-14Introduce XOR swap to legacy codegen for ARM32Hyung-Kyu Choi1-5/+4