summaryrefslogtreecommitdiff
path: root/src/jit/gentree.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Use `FEATURE_ARG_SPLIT` to qualify handling of `GT_PUTARG_SPLIT`Carol Eidt1-1/+1
2018-07-16PR FeedbackCarol Eidt1-5/+7
2018-07-16Ensure BuildUse uses the correct reg numberCarol Eidt1-0/+42
2018-07-12Include the processor atomic operations in the OperIsStore categoryBrian Sullivan1-9/+9
2018-06-30Pass CompAllocator by value (#15025)mikedn1-2/+2
2018-06-28JIT: fix bug returning small structs on linux x64 (#18563)Andy Ayers1-0/+9
2018-06-14[Windows|Arm64|Vararg] Add FEATURE_ARG_SPLIT (#18346)Jarret Shook1-4/+4
2018-06-12Unify struct arg handling (#18358)Carol Eidt1-23/+0
2018-06-04Merge pull request #18267 from mikedn/lockadd3Carol Eidt1-1/+1
2018-06-04Cleanup LOCKADD handlingMike Danes1-1/+1
2018-06-02Cleanup and remove unused parameters from genCreateAddrMode (#18258)Robin Sue1-7/+2
2018-05-23Create RefPositions without TreeNodeInfo (#16517)Carol Eidt1-1/+14
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-239/+35
2018-05-09Improve checking of GTF_CALL flag. (#17857)Eugene Rozenfeld1-0/+2
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-3/+3
2018-04-11Mutate the global heap valuenumber for any HW intrinsic that performs a memor...Brian Sullivan1-28/+12
2018-03-26Merge pull request #15301 from mikedn/cast-unCarol Eidt1-1/+2
2018-03-14Fix GH Issue 16892 - GC hole due to GT_INDEX_ADDRBrian Sullivan1-1/+1
2018-03-08Updating isRMWRegOper, OperIsCommutative, and canBeContained to handle HWIntr...Tanner Gooding1-1/+23
2018-02-26Update the table-driven framework to support x86 imm-intrinsics.Fei Peng1-0/+6
2018-02-15address GT_ADDR(GT_HWIntrinsic) nodesFei Peng1-3/+6
2018-02-14[RyuJit] Stack level setter (#15597)Sergey Andreenko1-0/+5
2018-02-12Fix inconsistent handling of zero extending castsMike Danes1-1/+2
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-114/+100
2018-01-28Adding support for the SSE Store, StoreAligned, StoreAlignedNonTemporal, Stor...Tanner Gooding1-1/+15
2018-01-24Delete Ptr typedefs from jit src. (#15983)Sergey Andreenko1-2/+3
2018-01-19Fix desktop buildBruce Forstall1-4/+4
2018-01-16Adding support for the SSE Set, SetAll, and SetZero intrinsicsTanner Gooding1-0/+8
2017-12-18Eliminate gtLsraInfo from GenTreeCarol Eidt1-17/+15
2017-12-13Merge pull request #15244 from fiigii/vectorCarol Eidt1-1/+21
2017-12-13Make GenTree::AsX, gtGetOp1 and gtGetOp2 constMike Danes1-84/+25
2017-12-12Enable Vector128/256<T> and Add intrinsicsFei Peng1-1/+21
2017-11-29[RyuJit] Delete contained workaround. (#15257)Sergey Andreenko1-5/+6
2017-11-20Fix debuggable GenTree (#15081)Bruce Forstall1-1/+5
2017-11-15Improve SSA dominator computation memory usage (#14965)mikedn1-0/+1
2017-11-14JIT: look through GT_RET_EXPR when forming inline candidatesAndy Ayers1-0/+30
2017-11-07Fixed trash register usage at PollGC helper (#14347)Roman Artemev1-0/+7
2017-11-06Merge pull request #14506 from mikedn/alloc-messBrian Sullivan1-5/+4
2017-10-30Merge pull request #14456 from fiigii/crc32Carol Eidt1-12/+57
2017-10-26Fixes for zero diffsBrian Sullivan1-1/+1
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-12/+57
2017-10-25Added gtNewIndOfIconHandleNodeBrian Sullivan1-1/+1
2017-10-20Fix the gtHashValue to properly hash all the bits when we have a 64-bit itemBrian Sullivan1-1/+0
2017-10-19Merge pull request #14582 from briansull/cleanup-iconhdlBrian Sullivan1-28/+0
2017-10-18Ifdef out legacy uses of GT_ASG_op (#14384)mikedn1-0/+26
2017-10-18Removed unused fields of Icon nodesBrian Sullivan1-28/+0
2017-10-17Refactor CopyFromSergey Andreenko1-1/+1
2017-10-16Merge pull request #14350 from CarolEidt/LsraInfoCleanupCarol Eidt1-8/+36
2017-10-16Updated GenTree::IsIntCnsFitsInI32() tio use FitsInI32()Brian Sullivan1-2/+1
2017-10-16Review feedback changesBrian Sullivan1-7/+6