summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-031-1/+22
* Add some DL propagation to places that didn'tDale Johannesen2009-02-031-36/+44
* First initialize DAG otherwise dwarf writer is used uninitialized.Devang Patel2009-02-031-1/+1
* Fill in some missing DL propagation in getNode()s.Dale Johannesen2009-02-031-22/+24
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-031-11/+11
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-031-45/+40
* Commit missing files.Dale Johannesen2009-02-021-0/+14
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-011-3/+4
* Fix PR3401: when using large integers, the typeDuncan Sands2009-01-311-3/+11
* If unsafe FP optimization is not set, don't allow -(A-B) => B-A becauseMon P Wang2009-01-311-1/+2
* Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen2009-01-301-3/+6
* Get rid of the non-DebugLoc-ified getNOT() method.Bill Wendling2009-01-301-15/+0
* Propagate debug loc info for some of the *_EXTEND functions.Bill Wendling2009-01-301-0/+8
* DebugLoc form of getNOT().Bill Wendling2009-01-301-0/+17
* In the case of an extractelement on an insertelement value,Dan Gohman2009-01-291-1/+5
* Revert r63273. This was already implemented by Dale. There's no need for myBill Wendling2009-01-291-72/+101
* - Add DebugLoc to getTargetNode(). Bill Wendling2009-01-291-101/+72
* Add DebugLoc-sensitive versions of many node creationDale Johannesen2009-01-291-0/+458
* Add DebugLoc to the getNode() methods.Bill Wendling2009-01-281-41/+134
* Add DebugLoc-aware constructors for SDNode derivedDale Johannesen2009-01-281-0/+23
* Add an assertion to the form of SelectionDAG::getConstant that takesDan Gohman2009-01-271-0/+3
* Take the next steps in making SDUse more consistent with LLVM Use, andDan Gohman2009-01-261-80/+63
* Eliminate the loop that searches through each of the operandsDan Gohman2009-01-251-195/+178
* Whitespace tidiments.Dan Gohman2009-01-251-2/+1
* Move the N->use_empty() assert from DeleteNode toDan Gohman2009-01-251-3/+2
* Fold x-0 to x in unsafe-fp-math mode. This comes up in theDan Gohman2009-01-231-9/+16
* Don't create ISD::FNEG nodes after legalize if they aren't legal.Dan Gohman2009-01-221-2/+13
* Add SelectionDAG::getNOT method to construct bitwise NOT operations,Bob Wilson2009-01-221-0/+15
* fix a typoChris Lattner2009-01-221-1/+1
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-191-53/+14
* Fix SelectionDAG::ReplaceAllUsesWith to behave correctly whenDan Gohman2009-01-191-6/+19
* More consts on TargetLowering references.Dan Gohman2009-01-151-1/+1
* Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...Devang Patel2009-01-131-1/+1
* Undo previous checkin.Devang Patel2009-01-131-3/+2
OpenPOWER on IntegriCloud