summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-13Delete bad assert (#5757)Jan Kotas1-2/+0
2016-05-10[Arm64]: Implement GetUnwindDataBlobRama Krishnan Raghupathy1-1/+41
2016-05-06Cleanup sxsJitStartup from codemanagerGaurav Khanna1-0/+11
2016-04-29Fix desktop build break introduced by CS#1600134Bruce Forstall1-1/+1
2016-04-28Load JIT from a custom locationGaurav Khanna1-9/+30
2016-04-27Merge pull request #4614 from ramarag/fragileNIstartupRama krishnan Raghupathy1-1/+1
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-1/+1
2016-04-26Fix a build break when FEATURE_CORECLR is disabled.Pat Gavlin1-1/+1
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-7/+11
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-14/+14
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-3/+3