summaryrefslogtreecommitdiff
path: root/src/jit/codegenarm.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Enable Enter/Leave/Tailcall hooks for RyuJIT/x86Bruce Forstall1-10/+1
2016-09-28Refactor common codegen codeCarol Eidt1-1050/+10
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-1/+2
2016-09-20Support GT_OBJ for x86Carol Eidt1-0/+1
2016-08-23Stop maintaining cost estimates in the RyuJIT backend. (#6849)Pat Gavlin1-11/+1
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-96/+70
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-552/+526
2016-07-29Massage code for clang-formatMichelle McDaniel1-11/+13
2016-07-11Fix a misleading typo in commentHyung-Kyu Choi1-1/+1
2016-06-22Introduce the method fullIntArgRegMask()Brian Sullivan1-1/+1
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-8/+0
2016-05-14Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)Bruce Forstall1-4/+1
2016-05-04Multi-reg call node support.sivarv1-1/+1
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall1-17/+12
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin1-6/+6
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-1/+1
2016-02-18Added enum CompareKind as input to genJumpKindForOper()Brian Sullivan1-4/+6
2016-02-17Refactor the Conditional branches on Arm to match the Arm condition codesBrian Sullivan1-3/+6
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-24/+4
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-2/+2
2015-07-09Support for SIMD ExceptionsCarol Eidt1-1/+1
2015-03-17Merge changes from parent branchdotnet-bot1-1/+5
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-97/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2291