summaryrefslogtreecommitdiff
path: root/src/jit/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Merge pull request #24007 from mikedn/enable-w4Sergey Andreenko1-0/+2
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-1/+1
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-1/+1
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-1/+1
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky1-1/+0
2019-05-16Compile JIT sources with /W4Mike Danes1-0/+2
2019-04-11Follow other projects in coreclr and have separate files for Win32/Unix expor...Jeremy Koritzinsky1-12/+4
2019-04-11Generate ClrJit.exports.def at compile time on Windows.Jeremy Koritzinsky1-13/+1
2019-04-11Fix CMake warning about clrjit.exports.in file when using Ninja generator. Ma...Jeremy Koritzinsky1-6/+11
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-0/+5
2018-12-06JIT: move indirect call transformations to a new source file (#21414)Andy Ayers1-0/+1
2018-09-16Update clrjit headers files included into clrjit.vcxprojJacek Blaszczynski1-12/+26
2018-08-02Get rid of x86_instrs.hMike Danes1-1/+0
2018-08-02Get rid of codegenlinear.hMike Danes1-1/+0
2018-05-23Create RefPositions without TreeNodeInfo (#16517)Carol Eidt1-1/+0
2018-05-22Remove more JIT LEGACY_BACKEND tendrilsBruce Forstall1-1/+0
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-34/+0
2018-05-21add stackLevelSetter to the VS header list. (#18077)Sergey Andreenko1-3/+4
2018-05-15Do not allocate memory in compUpdateTreeLife. (#17055)Sergey Andreenko1-0/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-1/+1
2018-02-14[RyuJit] Stack level setter (#15597)Sergey Andreenko1-0/+1
2018-02-01Refactor RefPosition and Interval BuildingCarol Eidt1-0/+1
2018-01-30Create hwintrinsic.cppSteve MacLean1-0/+1
2018-01-26[Arm64] Initial HWIntrinsic implementationSteve MacLean1-5/+2
2018-01-11[Infrastructure/Win] Add C++ header files to Visual Studio clrjit project (#1...Jacek Blaszczynski1-0/+117
2017-12-12Make RyuJIT/arm32 the default arm32 JITBruce Forstall1-2/+2
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-0/+5
2017-11-20Remove x86 legacy_backend build and CI testingBruce Forstall1-1/+0
2017-11-13Enable RyuJIT/arm32 crossgen compilation of S.P.C.dllBruce Forstall1-2/+3
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-0/+3
2017-10-17[RyuJIT/armel] cross build armel on x86 host.Alexander Soldatov1-0/+5
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng1-1/+0
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-0/+2
2017-07-04Fix missing refernces in FEATURE_MERGE_JIT_AND_ENGINTJonghyun Park1-0/+29
2017-06-08Enable legacy jit for x86Roman Artemev1-0/+1
2017-04-11Create common files for ARM32 and ARM64 common codeBruce Forstall1-0/+6
2017-04-05Only build compatjit.dll when building JIT32.Pat Gavlin1-6/+0
2017-04-03Add Linux host support for arm32/arm64 altjitBruce Forstall1-3/+6
2017-03-31Add altjit build for Windows x86-hosted, Windows ARM32 LEGACY_BACKEND target ...Bruce Forstall1-0/+6
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-3/+4
2017-03-08Stop building x86 LEGACY_BACKENDBruce Forstall1-1/+0
2017-03-02Build cross-compile altjits for arm32 and arm64Bruce Forstall1-60/+75
2017-02-22Speed up JIT buildsBruce Forstall1-2/+6
2017-02-02Refactor TreeNodeInfoInitCarol Eidt1-0/+4
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-0/+1
2017-01-19[x86/Linux] Remove legacyjit and compatjit buildSaeHie Park1-2/+2
2016-11-30[x86/Linux] Disable FEATURE_AVX_SUPPORT (#8335)Jonghyun Park1-1/+1
2016-11-23Make RyuJIT/x86 the default x86 JITBruce Forstall1-12/+10
2016-10-27Initial RyuJIT x86 SIMD supportBruce Forstall1-2/+2
2016-09-29Merge pull request #7399 from CarolEidt/LinearCodegenRefactorCarol Eidt1-0/+1