summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use dwarf writer to decide whether the module has debug info or not.Devang Patel2009-01-131-2/+3
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-2/+2
* Request DwarfWriter. This will be used to handle dbg_* intrinsics.Devang Patel2009-01-091-1/+3
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-231-150/+47
* Avoid generating a convert_rndsat node when the src and dest type are the same.Mon P Wang2008-12-111-0/+4
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-091-0/+12
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-091-0/+16
* Fix getNode to allow a vector for the shift amount for shifts of vectors.Mon P Wang2008-12-091-2/+4
OpenPOWER on IntegriCloud