summaryrefslogtreecommitdiff
path: root/src/debug/daccess/nidump.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov1-1/+61
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky1-1/+0
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-13/+11
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-1/+1
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-1/+1
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-1/+0
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-1/+0
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-70/+19
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-16/+5
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-1/+0
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-11/+32
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-1/+1
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-1/+1
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-1/+1
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-2/+2
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-2/+2
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+1
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-13/+16
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-26/+0
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+5
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-2/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-3/+5
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-1/+1
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-3/+3
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-4/+4
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-13/+13
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-2/+2
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-28/+23
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-47/+0
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-2/+2
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-166/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-6/+0
2017-02-12Remove dead crossdomaincalls.cppdanmosemsft1-3/+1
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-109/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+48
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-16/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-7/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-48/+0
2016-12-05[x86/Linux] Fix unknown pragma build error (#8427)Jonghyun Park1-0/+2
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+7
2016-11-02Check pointer before dereferencing it (#7930)Dmitry-Me1-2/+2
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-3/+5
2016-08-05Implement GcInfo v2Swaroop Sridhar1-2/+4
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-6/+7
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-2/+1
2016-05-17Merge pull request #4874 from gkhanna79/SPC_S1AlexGhiondea1-3/+4
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-2/+0