summaryrefslogtreecommitdiff
path: root/src/inc/corcompile.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Large version bubble Support (#21727)Andon Andonov1-0/+8
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský1-1/+2
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-12/+3
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-0/+2
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-1/+2
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-2/+1
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-0/+1
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-3/+3
2017-07-10Move ITEM_DICTIONARY and ITEM_VTABLE_CHUNK to separate subsection of SECTION_...Gleb Balykov1-0/+1
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan1-3/+6
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-0/+2
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-9/+0
2017-02-13Rejit support for R2R imagesnoahfalk1-0/+6
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-56/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-37/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-8/+0
2017-02-06[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)Hyeongseok Oh1-4/+3
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-12/+2
2016-12-14Move RUNTIME_FUNCTION__BeginAddress into clrnt.h (#8632)Jonghyun Park1-1/+0
2016-11-29[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)SaeHie Park1-2/+2
2016-11-28[x86/Linux] Fix unknown type name 'PTR_RUNTIME_FUNCTION' (#8272)SaeHie Park1-2/+5
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park1-2/+2
2016-11-23[x86/Linux] Fix compile error redifinition RUNTIME_FUNCTION (#8249)SaeHie Park1-2/+2
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-5/+5
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-1/+1
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna1-0/+1
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna1-1/+2
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-1/+2
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-4/+9
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)1-0/+4
2016-04-28Refuse to compile references to nativecallable methods in R2R images (#4627)Jan Kotas1-1/+1
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-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-0/+1
2016-03-09Delete dead codeJan Kotas1-65/+1
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-0/+2
2016-01-11Make CORCOMPILE_HEADER backward compatibleJohn Chen (CLR)1-2/+5
2015-09-18Add support for NativeCallableAttributetijoytom1-0/+4
2015-05-07Merge changes from parent branchdotnet-bot1-0/+10
2015-02-13Simplify platform ifdefsJan Kotas1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1967