summaryrefslogtreecommitdiff
path: root/src/jit/regalloc.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-09Code review cleanup items and moved some items into LEGACY_BACKEND ifdefsBrian Sullivan1-2/+0
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-4/+0
2016-06-07ARM64: ABI - Support for using register x8 as the return buffer argument for ...Brian Sullivan1-3/+23
2016-05-31Remove LONG_MATH_REGPARAM from the JIT.Pat Gavlin1-41/+0
2016-05-25Enable HFA support for passing arguments on ARM64Brian Sullivan1-24/+9
2016-05-14Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)Bruce Forstall1-2/+0
2016-04-22Block Ops RefactorCarol Eidt1-187/+225
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-2/+2
2016-03-251stClassStructs: Replace GT_LDOBJ with GT_OBJCarol Eidt1-15/+15
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-9/+4
2016-03-04Fixes for 16-byte struct argument passing for ARM64Brian Sullivan1-0/+2
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-4/+9
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-9/+4
2016-02-05Address CR feedback.Pat Gavlin1-12/+9
2016-02-05Generate P/Invoke transitions for CoreRT.Pat Gavlin1-7/+13
2016-02-02Outgoing call arg preliminary refactoringCarol Eidt1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22Fix issues on ARM64 with lvOtherArgReg being initialized to REG_STKBrian Sullivan1-1/+1
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-16/+19
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-49/+54
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6910