summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...Chris Lattner2009-05-041-1/+2
* Update comment, replace theoretically impossible check with an assert.Nate Begeman2009-04-291-3/+1
* Implement review feedback for vector shuffle work.Nate Begeman2009-04-291-25/+33
* Add a public method called getAddressSpace() to the GlobalAddressSDNode.Sanjiv Gupta2009-04-291-0/+7
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-19/+135
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-241-3/+4
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-131/+22
* PR2957Nate Begeman2009-04-241-22/+131
* Simplify this code. getConstant knows how to makeDan Gohman2009-04-201-10/+3
* Revise my previous change 68996 as suggested by Duncan.Bob Wilson2009-04-201-1/+2
* Now that BUILD_VECTOR operands are allowed to beDuncan Sands2009-04-191-9/+6
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-1/+4
* Generalize one of the SelectionDAG::ReplaceAllUsesWith overloadsDan Gohman2009-04-151-5/+8
* Change SelectionDAG type legalization to allow BUILD_VECTOR operands to beBob Wilson2009-04-131-4/+15
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-28/+21
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-031-3/+0
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-2/+0
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-4/+2
* Oops...I committed too much.Bill Wendling2009-03-131-5/+2
* Temporarily XFAIL this test.Bill Wendling2009-03-131-2/+5
* Fix BuildVectorSDNode::isConstantSplat to handle one-element vectors.Bob Wilson2009-03-041-2/+2
* Generalize BuildVectorSDNode::isConstantSplat to use APInts and handleBob Wilson2009-03-021-78/+49
* Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a newBob Wilson2009-03-011-0/+91
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-251-144/+12
* Expand tabs to spaces (overlooked in previous commit)Scott Michel2009-02-251-12/+12
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-13/+8
* Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simpleDan Gohman2009-02-241-1/+1
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-221-8/+145
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-171-169/+169
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-071-1/+1
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-071-36/+4
* Remove now-unused constructors.Dale Johannesen2009-02-071-21/+0
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-14/+1
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-061-27/+16
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-22/+0
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-061-39/+0
* get rid of some non-DebugLoc getTargetNode variants.Dale Johannesen2009-02-061-41/+0
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-061-11/+5
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-051-6/+0
* Remove 3 non-DebugLoc variants of getNode.Dale Johannesen2009-02-051-14/+0
* Fix a bug where we were not emitting a cvt rnd sat node for convertingMon P Wang2009-02-051-2/+4
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-051-17/+0
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-051-20/+0
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-1/+1
* 80 column rule.Stuart Hastings2009-02-041-1/+2
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-85/+0
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-041-9/+56
* Remove non-DebugLoc forms of the exotic formsDale Johannesen2009-02-041-82/+0
* Remove some more non-DebugLoc versions of constructionDale Johannesen2009-02-041-40/+0
* Remove a few non-DebugLoc versions of node creationDale Johannesen2009-02-041-138/+0
OpenPOWER on IntegriCloud