summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* We already calculate WideVT above, just reuse it.Eric Christopher2014-04-281-2/+1
* Convert more SelectionDAG functions to use ArrayRef.Craig Topper2014-04-284-32/+32
* Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...Craig Topper2014-04-272-42/+42
* Convert SelectionDAGISel::MorphNode to use ArrayRef.Craig Topper2014-04-271-5/+3
* Convert SelectionDAG::MorphNodeTo to use ArrayRef.Craig Topper2014-04-273-11/+12
* Convert SelectionDAG::SelectNodeTo to use ArrayRef.Craig Topper2014-04-271-22/+19
* Convert one last signature of getNode to take an ArrayRef of SDUse.Craig Topper2014-04-272-8/+8
* Convert SDNode constructor to use ArrayRef.Craig Topper2014-04-271-9/+8
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-272-13/+10
* Const-correct SelectionDAG::getAtomic.Craig Topper2014-04-271-2/+2
* SelectionDAG: Aggressively fold shuffles of constant splats.Benjamin Kramer2014-04-271-0/+5
* DAGCombiner: Simplify code a bit, make more transforms work with vectors.Benjamin Kramer2014-04-261-58/+37
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-262-11/+9
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-269-249/+183
* Remove an unused version of getMemIntrinsicNode and getNode. Additionally, th...Craig Topper2014-04-261-20/+0
* Rip out X86-specific vector SDIV lowering, make the corresponding DAGCombiner...Benjamin Kramer2014-04-261-13/+24
* DAGCombiner: Turn divs of vector splats into vectorized multiplications.Benjamin Kramer2014-04-262-24/+54
* [DAG] During DAG legalization keep opaque constants even after expanding.Juergen Ributzka2014-04-261-3/+8
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-255-33/+50
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-255-50/+33
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-255-33/+50
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-255-50/+33
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-255-33/+50
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-254-43/+25
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-244-25/+43
* Fix an infinite loop bug in DAG Combine about keeping transfering between ANY...Hao Liu2014-04-221-9/+7
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-2216-16/+32
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into theChandler Carruth2014-04-216-1/+5
* Fix unnecessary line breakMatt Arsenault2014-04-211-4/+2
* Patch by Vadim ChugunovYaron Keren2014-04-193-3/+10
* DAGCombiner: don't optimise non-existant litpool loadTim Northover2014-04-161-1/+3
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-165-18/+19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-162-14/+14
* Make FastISel::SelectInstruction return before target specific fast-isel codeAkira Hatanaka2014-04-151-2/+8
* Revert r191049/r191059 as it can produce wrong code (see PR17975).Robert Lougher2014-04-151-21/+0
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-151-8/+47
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-153-149/+55
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-1420-425/+425
* Reenable use of TBAA during CodeGenHal Finkel2014-04-121-7/+1
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-111-0/+16
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-111-0/+17
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-112-67/+113
* [c++11] Range'ify use list loops in InstrEmitter.Jim Grosbach2014-04-111-9/+3
* [c++11] Range'ify use list loops in DAGCombiner.Jim Grosbach2014-04-111-18/+7
* SelectionDAG: Don't constant fold target-specific nodes.Jim Grosbach2014-04-091-0/+6
* [DAGCombiner] DAG combine does not know how to combine indexed loads withQuentin Colombet2014-04-091-2/+5
* Bug 19348: Check for legal ExtLoad operation before foldingMatt Arsenault2014-04-081-9/+12
* Put a limit on ScheduleDAGSDNodes::ClusterNeighboringLoads to avoid blowing u...Andrew Trick2014-04-071-1/+6
OpenPOWER on IntegriCloud