summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-0/+15
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-44/+30
2019-04-25Fixing 23941 (#24199)Fadi Hanna1-0/+25
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-114/+117
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-04Fix arm32 unwind for large methods (#22381)Andy Ayers1-2/+4
2019-01-28Fix finding entry point unwind record for a method with fragmented un… (#22...Andy Ayers1-21/+40
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-23/+0
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