summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-3/+3
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding1-0/+1
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-9/+2
2018-11-15Delete HAS_FLS_SUPPORT and related code (#21035)Jan Kotas1-9/+0
2018-11-03Add Windows support for Arm64 HW IntrinsicsCarol Eidt1-5/+20
2018-08-01Allow rejit on attach (#19054)David Mason1-1/+1
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding1-94/+139
2018-05-27Typo (#18141)John Doe1-2/+2
2018-05-24Typo (#18122)John Doe1-1/+1
2018-05-24Fix a variety of typos (#18096)John Doe1-1/+1
2018-04-17Ensure thumb bit is set when searching for debugger jit info on ARM (#17617)Chris Sienkiewicz1-1/+1
2018-03-27[Arm64] reserve for jump stubs (#17244)Steve MacLean1-1/+1
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/+13
2018-01-04Merge changes from TFS (#15732)dotnet bot1-11/+0
2017-12-14Change non-exclusive Check postconditions to null checks (#15523)Jan Kotas1-4/+4
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-0/+4
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-0/+13
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-227/+197
2017-10-16Fix deadlock caused by R2R method info lookups during code heapAditya Mandaleeka1-0/+8
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-7/+81
2017-07-25PerfMap instrument stubs (#12437)Steve MacLean1-0/+8
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-13/+19
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin1-77/+2
2017-04-24Fix 11181Steve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+1
2017-04-22Two improvments for LCG jump stubs (dynamic methods): (#9160)Brian Sullivan1-32/+68
2017-04-06[x86/Linux] Clean up ZapUnwindData (#10750)Jonghyun Park1-2/+2
2017-04-05[x86/Linux] add three functions for _X86_TARGET_ (#10378)ragmani1-0/+7
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-2/+2
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-17/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-37/+2
2017-01-25Fix non-deterministic AVX2 detectionBruce Forstall1-1/+1
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan1-1/+128
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-1/+1
2017-01-03Fix a typo that caused AVX2 flag to be unsetJohn Chen (CLR)1-1/+1
2016-12-15Remove API Set dependency (#8624)John Chen1-10/+3
2016-12-09[x86/Linux] Fix getcpuid calling convention (#8552)SaeHie Park1-2/+0
2016-11-30Fix to avoid stalling the process when ETW is doing a rundown (#8357)Vance Morrison1-0/+10
2016-11-29Uses 'W' to fix build error (#8345)Jonghyun Park1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-2/+2
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-1/+1
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-20/+23
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall1-16/+62
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-3/+3
2016-08-05Implement GcInfo v2Swaroop Sridhar1-1/+3
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna1-10/+4
2016-07-21Merge pull request #6277 from kyulee1/fragehKyungwoo Lee1-17/+12
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-12/+38
2016-07-20ARM64: Enable Function FragmentKyungwoo Lee1-17/+12
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-0/+34