summaryrefslogtreecommitdiff
path: root/src/vm/codeman.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2018-02-11Fix stack trace population to get proper source/line info for tier 1 methods ...Koundinya Veluri1-0/+3
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-26/+22
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-1/+3
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-5/+3
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin1-6/+0
2017-04-22Two improvments for LCG jump stubs (dynamic methods): (#9160)Brian Sullivan1-0/+1
2017-01-30Merge pull request #8564 from lucenticus/x86-gdbjitDan Moseley1-1/+1
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan1-0/+10
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-0/+4
2016-12-23Fix build with enabled FEATURE_GDBJIT + remove some #ifdefEvgeny Pavlov1-1/+1
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-3/+3
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall1-1/+7
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-0/+30
2016-09-14Implement GcInfo v2 for X86Swaroop Sridhar1-1/+1
2016-07-22GetGcInfo(): Add a missing contract declarationSwaroop Sridhar1-0/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-10/+24
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-0/+1
2016-04-28Load JIT from a custom locationGaurav Khanna1-1/+0
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-1/+1
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-5/+5
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-18Fix dac verification errors caused by 48617aeRahul Kumar1-2/+4
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-18/+36
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+20
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+1
2015-03-17Merge changes from parent branchdotnet-bot1-10/+0
2015-03-06Add a fourth parameter to the DEFINE_DACVAR macro that is the actual fully qu...Mike McLaughlin1-4/+2
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+10
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1830