summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-25Fix CoreCLR altjit loading that was broken by LongFile workBruce Forstall1-8/+6
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-3/+19
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy1-2/+5
2016-01-29Fix for x86 checked build error.Eugene Rozenfeld1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-2/+12
2015-10-29Fix Unix build breakJan Kotas1-1/+1
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-12/+192
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-5/+5
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+1
2015-05-07Merge changes from parent branchdotnet-bot1-1/+1
2015-05-01Fix AVX OS support detectionJan Kotas1-7/+12
2015-05-01Add config setting for amount of codeheap to reserve for jump stubsJan Kotas1-1/+6