Use StringMap instead of std::map<std::string, SDNode*>.
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-17 Chris Lattneradd a new method
2006-02-13 Chris LattnerAdd a method
2006-02-09 Evan ChengAdded SelectionDAG::InsertISelMapEntry(). This is used...
2006-02-09 Evan ChengMore changes to reduce frame size.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Evan ChengOne more getTargetNode() variant shouldn't hurt...
2006-01-29 Chris LattnerMake ConstantFP legalize into TargetConstantFP like...
2006-01-29 Chris Lattnerremove the getBR2Way_CC method
2006-01-28 Chris Lattneradd another variant
2006-01-28 Chris LattnerAdd some methods
2006-01-28 Chris LattnerThe 'target-independent' ISD::CALL isn't. Nuke it...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthanother selectto
2006-01-17 Evan ChengYet another getTargetNode() variant. I promise one...
2006-01-09 Evan ChengNew getNode() variants.
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2005-12-22 Chris Lattnerremove a dead node
2005-12-22 Duraid Madinai need to do this to take over the earth
2005-12-18 Chris LattnerAdd an accessor
2005-12-17 Evan ChengYet another variant of getTargetNode().
2005-12-10 Evan ChengAdded new getNode and getTargetNode variants for X86...
2005-12-09 Evan ChengAdded patterns for ADD8rm, etc. These fold load operand...
2005-12-08 Evan ChengAdded support for ComplexPattern. These are patterns...
2005-12-01 Evan ChengTeach tblgen to accept register source operands in...
2005-11-30 Chris LattnerMake SelectNodeTo return N
2005-11-30 Evan ChengFixed a bug introduced by my last commit: TargetGlobalV...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
2005-11-19 Chris LattnerAdd two new construction methods, patch by Evan Cheng
2005-11-19 Nate BegemanTeach LLVM how to scalarize packed types. Currently...
2005-11-09 Chris LattnerSwitch the allnodes list from a vector of pointers...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris Lattneradjust itf
2005-10-25 Chris LattnerAdd a method
2005-10-23 Andrew Lenharthadd TargetExternalSymbol
2005-10-13 Nate BegemanSimplifySelectCC is dead
2005-09-30 Jim LaskeyAdded allnodes_size for scheduling support.
2005-09-07 Chris LattnerAdd a new argument to ReplaceAllUsesWith to keep track...
2005-09-02 Chris Lattneradd a map for nullary ops
2005-09-01 Nate BegemanFirst pass at the DAG Combiner. It isn't used anywhere...
2005-08-30 Chris LattnerAllow physregs to occur in the dag with multiple types...
2005-08-30 Chris Lattneradd some method variants
2005-08-29 Chris LattnerAdd a new API for nate
2005-08-26 Chris LattnerAdd a new version of ReplaceAllUsesWith, make the comme...
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-26 Chris LattnerFix a huge annoyance: SelectNodeTo took types before...
2005-08-25 Chris Lattneradd a method
2005-08-25 Chris LattnerAdd support for TargetConstantPool node
2005-08-25 Chris Lattneradd a new TargetFrameIndex node
2005-08-24 Chris Lattneradd a method
2005-08-24 Chris Lattneradd two new methods
2005-08-21 Chris Lattneradd a method
2005-08-21 Chris LattnerADd a method
2005-08-21 Chris LattnerAdd 5-operand version of SelectNodeTo
2005-08-19 Chris LattnerADd support for TargetGlobalAddress nodes
2005-08-19 Nate BegemanAdd support for target nodes with more than 3 operands...
2005-08-18 Nate BegemanAdd support for target DAG nodes that take 4 operands...
2005-08-17 Chris Lattneradd ReplaceAllUsesWith, and a helper to implemented it
2005-08-17 Chris Lattneradd some helper methods, and a new TargetConstant node...
2005-08-16 Chris LattnerEliminate the RegSDNode class, which 3 nodes (CopyFromR...
2005-08-16 Nate BegemanImplement BR_CC and BRTWOWAY_CC. This allows the remov...
2005-08-16 Chris Lattneradd some methods for dag->dag isel
2005-08-13 Nate BegemanRemove an unncessary argument to SimplifySelectCC and...
2005-08-13 Nate BegemanFix the fabs regression on x86 by abstracting the selec...
2005-08-11 Nate BegemanSome SELECT_CC cleanups:
2005-08-10 Nate BegemanAdd new node, SELECT_CC. This node is for targets...
2005-08-09 Chris LattnerI can't believe I caught this before Misha! :)
2005-08-09 Chris LattnerEliminate the SetCCSDNode in favor of a CondCodeSDNode...
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-07-10 Chris LattnerMove TRUNCSTORE to using a VTSDNode operand instead...
2005-07-10 Chris LattnerIntroduce a new VTSDNode class with the ultimate goal...
2005-05-14 Chris Lattneradd a new map
2005-05-14 Chris LattnerAdd a way to construct an arbitrary node, cleanly.
2005-05-13 Chris Lattneradd TAILCALL node
2005-05-09 Chris LattnerAdd READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap...
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-13 Chris LattnerAdd a new helper method which returns the and that...
2005-02-17 Chris LattnerMap doubles from integers, not the double itself.
2005-01-23 Chris LattnerGive SelectionDAG a TargetLowering instance instead...
2005-01-19 Chris LattnerAdd an accessor for targets that pass args in regs
2005-01-18 Chris LattnerKeep track of the returned value type as well.
2005-01-18 Chris LattnerAllow setcc operations to have non-bool types.
2005-01-15 Chris LattnerAdd new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_RO...
2005-01-14 Chris LattnerChange CopyFromReg to take and produce a chain node...
2005-01-14 Chris LattnerStart adding some new operators, give IMPLICIT_DEF...
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-12 Chris LattnerUpdate comments to indicate CopyFrom/ToReg take physreg...
2005-01-10 Chris LattnerAdd support for graph operations, and add a viewGraph...
2005-01-07 Chris LattnerAdd a new SelectionDAG::RemoveDeadNodes method
2005-01-07 Chris LattnerComplete rewrite of the SelectionDAG class.
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-22 Chris LattnerAdd missing #include
2003-08-15 Chris LattnerAdd support for basic blocks, unary/binary unspecs...
2003-08-11 Chris LattnerInitial checkin of SelectionDAG header file