summaryrefslogtreecommitdiff
path: root/src/jit/codegenlegacy.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-01More PR FeedbackCarol Eidt1-22050/+22057
2016-09-01Address PR FeedbackCarol Eidt1-22051/+22050
2016-09-011st Class Struct Block AssignmentsCarol Eidt1-114/+163
2016-08-18Preparatory changes for Blk Ops IRCarol Eidt1-36/+39
2016-08-12Reformat the JIT sources.Pat Gavlin1-7406/+6793
2016-08-12Massage the code a bit for jit-format w/ Clang 3.8.Pat Gavlin1-3/+2
2016-08-12Revert #6686.Pat Gavlin1-6790/+7405
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-1/+8
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-7404/+6790
2016-08-05Merge pull request #6495 from briansull/cleanupBrian Sullivan1-8/+1
2016-08-05Merge pull request #6620 from hqueue/fix/typo_20160805Aditya Mandaleeka1-1/+1
2016-08-05Fix misleading comment in codegenlegacy.cppHyung-Kyu Choi1-1/+1
2016-08-04Followup work from codereview feedbackBrian Sullivan1-8/+1
2016-08-02Less Conservative GtObjCarol Eidt1-2/+3
2016-07-29Massage code for clang-formatMichelle McDaniel1-125/+157
2016-07-18Revert "Less conservative gt obj"Jonghyun Park1-11/+7
2016-07-14Introduce XOR swap to legacy codegen for ARM32Hyung-Kyu Choi1-5/+4
2016-07-07Merge pull request #6021 from CarolEidt/LessConservativeGtObjCarol Eidt1-7/+11
2016-07-05More Blk Op RefactoringCarol Eidt1-294/+318
2016-07-02Less Conservative GtObjCarol Eidt1-7/+11
2016-06-15Remove AMD64 code from legacy code pathBruce Forstall1-70/+13
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-8/+0
2016-06-07ARM64: ABI - Support for using register x8 as the return buffer argument for ...Brian Sullivan1-2/+2
2016-06-01Fix JIT PInvoke Check Failure on Linux/ARM (#5322)Jonghyun Park1-4/+4
2016-05-31Remove LONG_MATH_REGPARAM from the JIT.Pat Gavlin1-145/+0
2016-05-25Enable HFA support for passing arguments on ARM64Brian Sullivan1-2/+2
2016-05-17Encapsulate or replace references to CORINFO_PAGE_SIZE.Pat Gavlin1-2/+2
2016-05-14Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)Bruce Forstall1-49/+7
2016-05-10Move some LEGACY_BACKEND code from codegencommon.cpp to codegenlegacy.cppBruce Forstall1-0/+997
2016-05-04Multi-reg call node support.sivarv1-1/+1
2016-04-24Merge pull request #4491 from BruceForstall/Fix3561Bruce Forstall1-3/+1
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall1-3/+1
2016-04-22Block Ops RefactorCarol Eidt1-650/+659
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin1-1/+1
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin1-5/+5
2016-04-07Merge pull request #4037 from pgavlin/SimplerHashTablePat Gavlin1-1/+1
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-1/+1
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-1/+1
2016-03-251stClassStructs: Replace GT_LDOBJ with GT_OBJCarol Eidt1-54/+52
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+2
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-2/+4
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+2
2016-02-18Made the changes suggested fromn code reviewersBrian Sullivan1-12/+16
2016-02-18Added enum CompareKind as input to genJumpKindForOper()Brian Sullivan1-91/+111
2016-02-17Refactor the Conditional branches on Arm to match the Arm condition codesBrian Sullivan1-60/+181
2016-02-02Fix build break in Linux arm release buildJan Kotas1-4/+4
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas1-8/+6
2016-01-23Address code review feedback.Pat Gavlin1-6/+8
2016-01-14Fix the frankenjit test execution failuresBrian Sullivan1-0/+331