summaryrefslogtreecommitdiff
path: root/src/inc
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-21Add ELF.h and Dwarf.h from LLVM for gdbjit feature implementation. (#6383)Evgeny Pavlov3-0/+2353
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar4-843/+0
2016-07-20GCInfo: Support versioning.Swaroop Sridhar7-264/+292
2016-07-13ARM64:Similar to arm, in order to preserve volatile semantics MemoryBarrier i...Rahul Kumar1-4/+4
2016-07-02Added 2 configs for Server GCMaoni01-0/+2
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-4/+4
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+0
2016-06-09Add an option to log outcome of loading Ready to Run imagesJohn Chen (CLR)1-0/+1
2016-06-08Merge pull request #5361 from wateret/fix-hfa-armsoftfpBrian Sullivan1-1/+1
2016-06-06Add config switch to selectively disable R2R imagesJohn Chen (CLR)1-0/+1
2016-06-03Use explicit calling convention for coredistoolsJarret Shook1-11/+11
2016-06-03Merge pull request #5247 from davmason/masterDavid Mason1-6/+0
2016-06-03Merge pull request #5382 from davmason/filteringDavid Mason1-0/+2
2016-06-02[ARM/Linux] Undefine FEATURE_HFA if softfpHanjoung Lee1-1/+1
2016-06-01Add filtering logic to XplatEventLoggerDavid Mason1-0/+2
2016-06-01Import `new` multi-dimmensional array using the non-vararg helper (#5313)Jan Kotas2-0/+2
2016-06-01Squashed commit of the following:David Mason1-6/+0
2016-05-27Merge pull request #5295 from adityamandaleeka/noexcept_nothrow_newAditya Mandaleeka2-8/+9
2016-05-27Fix the named semaphore leak on OSX (and Linux) (#5269)Mike McLaughlin1-1/+0
2016-05-26Add noexcept to some non-throwing new overloads.Aditya Mandaleeka2-8/+9
2016-05-25WinMD Adapter should only lookup mscorlib in WinMD referencesGaurav Khanna1-0/+2
2016-05-20Remove some preprocessor usage from the JIT interface.Pat Gavlin3-17/+25
2016-05-20Merge remote-tracking branch 'upstream/master' into from-tfsdotnet-bot1-1/+2
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-1/+2
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin2-11/+31
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-0/+26
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna4-9/+40
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin2-7/+34
2016-05-10Merge pull request #4793 from tijoytom/mastertijoytom1-1/+1
2016-05-10Merge pull request #4713 from myungjoo/fix/4712Jan Kotas1-1/+1
2016-05-09JIT-EE interface changes to support CoreRTJan Kotas3-7/+25
2016-05-07Delete left-over uses of FeatureHostedBinderJan Kotas2-19/+19
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek3-15/+7
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-1/+1
2016-05-06Merge pull request #4770 from Maoni0/affiMaoni Stephens1-27/+0
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-27/+0
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin1-5/+16
2016-05-03Fix incorrect usage of preprocessor defineMyungJoo Ham1-1/+1
2016-05-02Merge pull request #4684 from gkhanna79/CrossgenJITGaurav Khanna1-0/+7
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas1-6/+16
2016-05-02Enable crossgen to load JIT from a custom locationGaurav Khanna1-0/+7
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)2-1/+7
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee2-0/+44
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin1-6/+16
2016-04-28Refuse to compile references to nativecallable methods in R2R images (#4627)Jan Kotas1-1/+1
2016-04-28Merge pull request #4572 from JohnChen0/crossgen-createpdbJan Kotas2-0/+8717
2016-04-27Merge pull request #4614 from ramarag/fragileNIstartupRama krishnan Raghupathy1-2/+5
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-2/+5
2016-04-26Merge pull request #4528 from gkhanna79/DynamicJITLoadGaurav Khanna1-0/+1