summaryrefslogtreecommitdiff
path: root/src/jit/gtlist.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-07Removed unused opers and codeMike Danes1-2/+0
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+2
2017-09-26[Arm64] Add GT_JCMP nodeSteve MacLean1-0/+1
2017-09-26Merge pull request #14171 from wateret/ryu-arm-putarg-bitcastCarol Eidt1-0/+4
2017-09-26[RyuJIT/armarch] Put arguments with GT_BITCASTHanjoung Lee1-0/+4
2017-09-20mark argplace node as no_lir (#14044)Sergey Andreenko1-16/+16
2017-09-15[RyuJit] fix the inconsistency between setContained and isContained. (#13991)Sergey Andreenko1-1/+1
2017-09-13Add GT_BTMike Danes1-1/+4
2017-08-30Revert commit bec6ac10f3968a8f699aad6233657ac59df37a73.Pat Gavlin1-0/+2
2017-08-30Revert "Merge pull request #13245 from pgavlin/NoExpandIndex" (#13682)Jan Kotas1-2/+0
2017-08-21Use a smaller expansion of `GT_INDEX` in MinOpts.Pat Gavlin1-0/+2
2017-07-12Remove unused GT_PHYSREGDST nodeCarol Eidt1-1/+0
2017-07-12Implement a new approach for SIMD8/LONG interactions. (#12590)Pat Gavlin1-0/+1
2017-06-29[RyuJIT/armel] Support `double` argument passingHanjoung Lee1-1/+5
2017-06-28[RyuJIT/ARM32] Enable passing large split struct argument (#12050)Hyeongseok Oh1-0/+3
2017-06-08Make JIT dumps more readableMike Danes1-171/+170
2017-05-23Introduce GT_CMP and GT_SETCC(condition)Mike Danes1-1/+11
2017-05-15RyuJIT/ARM32: Enable GT_MUL_LONG codegen.Mikhail Skvortcov1-7/+12
2017-02-25Refactor isContained().Pat Gavlin1-5/+5
2017-01-20CommentsMike Danes1-0/+7
2017-01-17Add GT_TEST_EQ and GT_TEST_NEMike Danes1-0/+4
2017-01-10Updates based on PR review.Carol Eidt1-1/+1
2017-01-10Fix handling of PutArgStkCarol Eidt1-2/+2
2016-11-18Reinstate the struct optimization changes:Carol Eidt1-0/+2
2016-11-03Revert "Enable optimization of structs"Jan Kotas1-2/+0
2016-10-20Enable optimization of structsCarol Eidt1-0/+2
2016-09-20Clean up GenTree node size dumping code. (#7278)Peter Kukol1-0/+2
2016-09-20Support GT_OBJ for x86Carol Eidt1-1/+2
2016-09-16Add optimization for shift by CNS_INTMichelle McDaniel1-0/+10
2016-09-15Option for reporting GenTree operator bashing stats (#7152)Peter Kukol1-162/+158
2016-09-14Address PR feedback.Pat Gavlin1-0/+3
2016-09-14Introduce GT_JCC.Pat Gavlin1-0/+1
2016-09-07Enable long multiplyMichelle McDaniel1-4/+14
2016-09-01More PR FeedbackCarol Eidt1-2/+2
2016-09-011st Class Struct Block AssignmentsCarol Eidt1-10/+11
2016-08-31Fix #6893. (#6932)Pat Gavlin1-1/+1
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-80/+82
2016-08-08Work towards objects stack allocation: moved allocation part of newobj-loweri...Egor Chesakov1-0/+2
2016-07-29Massage code for clang-formatMichelle McDaniel1-0/+2
2016-07-06Introduce GT_ADD_LO and GT_SUB_LOMike Danes1-0/+2
2016-05-11Small tweaks to RyuJIT/x86 LONG handlingBruce Forstall1-6/+6
2016-03-251stClassStructs: Replace GT_LDOBJ with GT_OBJCarol Eidt1-1/+1
2016-02-26Fixes GT_MOD codegen and three other issues for ARM64Brian Sullivan1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-124/+130
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+239