Get rid of 3 non-DebugLoc getNode variants.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-02 Dale JohannesenCommit missing files.
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Bill Wendling- Propagate debug loc info in combineSelectAndUse().
2009-01-30 Dale JohannesenPropagate debug info when building SelectionDAG.
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-27 Dan GohmanMake some comments doxygen-friendly.
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-21 Dan GohmanAdd a comment to SelectionDAG::ReplaceAllUsesWith to...
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-14 Duncan SandsReapply r60997, this time without forgetting that
2008-12-13 Bill WendlingTemporarily revert r60997. It was causing this failure:
2008-12-13 Duncan SandsLegalizeDAG is not supposed to introduce illegal
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-01 Bill WendlingExpand getVTList, getNodeValueTypes, and SelectNodeTo...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-18 Evan ChengFix indentation.
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-05 Dan GohmanEliminate the ISel priority queue, which used the topol...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-16 Dan GohmanTrim #includes.
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-24 Bill WendlingReapplying r56550
2008-09-24 Eric ChristopherTemporarily revert r56550 until missing commit can...
2008-09-24 Bill WendlingRefactor the constant folding code into it's own functi...
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-27 Dan GohmanReorganize the lifetimes of the major objects Selection...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-23 Dan GohmanMove SelectionDAG's constructor out of line.
2008-08-20 Dan GohmanDisable DAGCombine's alignment inference in "fast"...
2008-07-30 Dan GohmanMove SelectionDAG::viewGraph() out of line; as an inlin...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-22 Dan GohmanAssert that the DAG root value is a chain value.
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-21 Duncan SandsAdd VerifyNode, a place to put sanity checks on
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-15 Dan GohmanSelectionDAG::AssignNodeIds is unused.
2008-07-09 Dan Gohmanconst-ify SelectionDAG::getNodeValueTypes.
2008-07-08 Dan GohmanFactor out the code for computing an alignment value...
2008-07-07 Dan GohmanPool-allocation for SDNodes. The pool is allocated...
2008-07-07 Dan GohmanFix SDNode::MorphNodeTo (a function used by by SelectNo...
2008-07-07 Dan GohmanRemove most of the uses of SDOperandPtr, usually replac...
2008-07-05 Mon P WangFixed generating incorrect aligned stores that I backou...
2008-07-03 Evan ChengBacked out 53031.
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-02 Mon P WangMake the default min align of CreateStackTemporary...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-02 Mon P WangFixed problem in EmitStackConvert where the source...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-25 Dan GohmanRemove the OrigVT member from AtomicSDNode, as it is...
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-23 Dan GohmanUse StringMap instead of std::map<std::string, SDNode*>.
2008-06-20 Dan GohmanAdd an allnodes_size method.
2008-06-17 Chris Lattneradd a new -enable-value-prop flag for llcbeta, that...
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-08 Duncan SandsRemove comparison methods for MVT. The main cause
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-05-12 Nate BegemanAdd support for vicmp/vfcmp codegen, more legalize...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-28 Dan GohmanFix the SVOffset values for loads and stores produced by
2008-04-23 Dan GohmanFix some whitespace.
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-14 Dan GohmanFix const-correctness issues with the SrcValue handling...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
next