summaryrefslogtreecommitdiff
path: root/src/jit/regalloc.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-04JIT: encapsulate general checks for optimizationAndy Ayers1-1/+1
2018-08-20JIT: remove incremental ref count updates (#19345)Andy Ayers1-5/+6
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers1-4/+4
2018-05-24Typo (#18122)John Doe1-1/+1
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-6408/+3
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-32/+34
2018-01-24Delete Ptr typedefs from jit src. (#15983)Sergey Andreenko1-1/+1
2018-01-04Reset lvIsStructField when removing promoted struct vars (#15721)mikedn1-0/+1
2017-12-20Remove unused TYP_ARRAY/PTR/FUNC (#15529)mikedn1-3/+0
2017-12-14Merge pull request #15479 from echesakovMSFT/FixTargetArmMacroTypoEgor Chesakov1-1/+1
2017-12-13get rid of TYP_CHARFei Peng1-2/+1
2017-12-12Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...Egor Chesakov1-4/+4
2017-12-08Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments exc...Egor Chesakov1-1/+1
2017-11-07Merge pull request #14883 from sdmaclea/PR-ARM64-SIMD-misc-varTypeIsStructCarol Eidt1-2/+2
2017-11-07[Arm64] SIMD miscellaneous varTypeIsStructSteve MacLean1-2/+2
2017-11-06Delete OldStyleClearD. (#14874)Sergey Andreenko1-2/+2
2017-10-15Remove unused compGetMem functionsMike Danes1-1/+1
2017-08-08Format code.Pat Gavlin1-1/+1
2017-08-07Fix VSO 475427.Pat Gavlin1-2/+6
2017-07-31[ARM/Linux] Set R2R_INDIRECT_PARAM before R2R call (#12952)Jonghyun Park1-0/+11
2017-07-28PR feedback.Pat Gavlin1-2/+3
2017-07-27Rerun reg predict on ARM if codegen temps increase the frame size.Pat Gavlin1-15/+15
2017-07-11Delete bitset iterators defines (#12642)Sergey Andreenko1-6/+10
2017-06-14Additional to fix #12104 for CoreRT issue #3672 (armel tizen) (#12244)sergey ignatov1-1/+1
2017-06-12make REG_VIRTUAL_STUB_PARAM depended on Abi. (#12209)Sergey Andreenko1-4/+4
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-24/+23
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall1-4/+4
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko1-2/+2
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall1-1/+1
2017-02-08Add gtGetOp2IfPresent()Bruce Forstall1-2/+2
2016-11-18Reinstate the struct optimization changes:Carol Eidt1-0/+7
2016-11-03Revert "Enable optimization of structs"Jan Kotas1-7/+0
2016-10-20Enable optimization of structsCarol Eidt1-0/+7
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall1-3/+0
2016-10-12Merge pull request #7563 from wateret/fix-7398Carol Eidt1-6/+6
2016-10-11[ARM/Linux] Fix HFA unit test regressionHanjoung Lee1-6/+6
2016-10-05Support double-aligned frames for RyuJIT/x86Carol Eidt1-105/+79
2016-09-20Support GT_OBJ for x86Carol Eidt1-1/+1
2016-09-011st Class Struct Block AssignmentsCarol Eidt1-40/+50
2016-08-12Reformat the JIT sources.Pat Gavlin1-2892/+2785
2016-08-12Massage the code a bit for jit-format w/ Clang 3.8.Pat Gavlin1-0/+1
2016-08-12Revert #6686.Pat Gavlin1-2785/+2892
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-2892/+2785
2016-08-02Less Conservative GtObjCarol Eidt1-1/+1
2016-07-29Massage code for clang-formatMichelle McDaniel1-25/+48
2016-07-18Revert "Less conservative gt obj"Jonghyun Park1-1/+1
2016-07-07Merge pull request #6021 from CarolEidt/LessConservativeGtObjCarol Eidt1-1/+1
2016-07-05More Blk Op RefactoringCarol Eidt1-1/+1
2016-07-02Less Conservative GtObjCarol Eidt1-1/+1
2016-06-09Merge pull request #5663 from briansull/legacy-cleanupBrian Sullivan1-2/+0