summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft5-1177/+10
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-06[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)Hyeongseok Oh2-2/+2
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park2-3/+3
2016-12-26Remove files related to legacy build system (#8723)Robert4-99/+0
2016-11-29[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)SaeHie Park1-2/+2
2016-11-28[x86/Linux] Fix compile error in zapcode (#8294)SaeHie Park1-1/+1
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park1-2/+2
2016-11-07Change crossgen to always pass USE_SSE2 to the JIT.Pat Gavlin1-0/+5
2016-11-01CrossGen: Copy all entries of Debug Directory Table (#7849)John Chen2-45/+69
2016-10-28Ensure the module slot in R2R image can be located (#7875)John Chen2-3/+6
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall6-76/+87
2016-10-19Call JIT compiler's shutdown logic from crossgen. (#7663)Peter Kukol1-0/+9
2016-09-26Check PAL first, and then Windows Phone (#7354)Jonghyun Park1-4/+4
2016-09-22Generate CrossGen Pdbs as part of bulid (#7298)Vance Morrison3-4/+60
2016-09-06[ARM] Remove ARM_HAZARD_AVOIDANCE (#7019)Hanjoung Lee2-193/+2
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-2/+40
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna2-4/+15
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna2-3/+7
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar1-7/+7
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-5/+5
2016-06-02Validate new object construction in Ready to Run (#5398)John Chen1-0/+3
2016-05-20Merge remote-tracking branch 'upstream/master' into from-tfsdotnet-bot2-4/+17
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna2-4/+17
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin2-140/+154
2016-05-18ARM64: Enable End-To-End ReadyToRun (R2R) CrossgenKyungwoo Lee1-18/+8
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+1
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna6-106/+194
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin2-3/+7
2016-05-09Merge pull request #4883 from JohnChen0/r2rJohn Chen1-0/+18
2016-05-09Fix CrossGen to skip some methods that require generic dictionaryJohn Chen (CLR)1-0/+18
2016-05-09Merge pull request #4837 from rahku/crossgenRahul Kumar1-33/+33
2016-05-09[Arm64] Helpers for ReadyToRunRahul Kumar1-33/+33
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-1/+1
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin2-0/+7
2016-05-02Merge pull request #4684 from gkhanna79/CrossgenJITGaurav Khanna1-12/+38
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas2-0/+7
2016-05-02Enable crossgen to load JIT from a custom locationGaurav Khanna1-12/+38
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)3-37/+89
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee2-0/+40
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin2-0/+7
2016-04-28Merge pull request #4652 from rahku/arm64EnableR2RRahul Kumar2-0/+68
2016-04-28Enable ReadyToRun feature for arm64Rahul Kumar2-0/+68
2016-04-28Load JIT from a custom locationGaurav Khanna1-2/+2
2016-04-28Refuse to compile references to nativecallable methods in R2R images (#4627)Jan Kotas1-0/+6
2016-04-27Merge pull request #4614 from ramarag/fragileNIstartupRama krishnan Raghupathy1-2/+2
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-2/+2
2016-04-26Fix build break introduced by https://github.com/dotnet/coreclr/commit/140396...Gaurav Khanna1-1/+3
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-4/+14