summaryrefslogtreecommitdiff
path: root/src/zap/zapimport.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-17Fix conversion issuesSinan Kaya1-4/+4
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-01-14Large version bubble Support (#21727)Andon Andonov1-6/+7
2018-12-20Fix "harmless" bug in ZapImport - use AppendByte to emit fixup type (#21621)Tomáš Rylek1-1/+1
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský1-3/+3
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-27/+2
2018-06-27Cross-bitness in ZapRelocs (#18665)Egor Chesakov1-5/+5
2018-05-16Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap (#18028)Egor Chesakov1-19/+19
2018-01-05ARM r2r fix. (#15758)Sergey Andreenko1-20/+36
2017-04-06Modify THUNK_PARAM generated in SaveWorkHyeongseok Oh1-40/+25
2017-02-06[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)Hyeongseok Oh1-1/+1
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna1-4/+13
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna1-2/+6
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar1-7/+7
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-3/+15
2016-05-18ARM64: Enable End-To-End ReadyToRun (R2R) CrossgenKyungwoo Lee1-18/+8
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-4/+65
2016-05-09[Arm64] Helpers for ReadyToRunRahul Kumar1-33/+33
2016-04-28Enable ReadyToRun feature for arm64Rahul Kumar1-0/+66
2016-03-30Fix R2R fixups for delegate ctorsJan Kotas1-1/+8
2016-03-09Delete dead codeJan Kotas1-16/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-3/+5
2015-10-01Fix wrong register with module address in crossgen on UnixJan Vorlicek1-1/+6
2015-09-18Add support for NativeCallableAttributetijoytom1-4/+12
2015-08-19Complete support for atypical callsitesJan Kotas1-7/+43
2015-05-07Merge changes from parent branchdotnet-bot1-1/+12
2015-04-30Fix new set of warningsJan Vorlicek1-9/+1
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2145