| Commit message (Expand) | Author | Age | Files | Lines |
* | add a method | Chris Lattner | 2005-08-21 | 1 | -0/+9 |
* | Add support for TargetGlobalAddress nodes | Chris Lattner | 2005-08-19 | 1 | -1/+14 |
* | Fix a bug in previous commit | Chris Lattner | 2005-08-19 | 1 | -1/+2 |
* | Print physreg register nodes with target names (e.g. F1) instead of numbers | Chris Lattner | 2005-08-19 | 1 | -1/+5 |
* | Fix VC++ precedence warning. | Jeff Cohen | 2005-08-19 | 1 | -1/+1 |
* | Add support for target DAG nodes that take 4 operands, such as PowerPC's | Nate Begeman | 2005-08-18 | 1 | -0/+8 |
* | Fix printing of VTSDNodes | Chris Lattner | 2005-08-18 | 1 | -0/+3 |
* | Move the code dependency for MathExtras.h from SelectionDAGNodes.h. | Jim Laskey | 2005-08-17 | 1 | -1/+21 |
* | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey | 2005-08-17 | 1 | -14/+3 |
* | Fix a bug in RemoveDeadNodes where it would crash when its "optional" | Chris Lattner | 2005-08-17 | 1 | -1/+77 |
* | add a new TargetConstant node | Chris Lattner | 2005-08-17 | 1 | -1/+19 |
* | Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) | Chris Lattner | 2005-08-16 | 1 | -2/+20 |
* | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman | 2005-08-16 | 1 | -1/+7 |
* | Allow passing a dag into dump and getOperationName. If one is available | Chris Lattner | 2005-08-16 | 1 | -9/+21 |
* | Add some methods for dag->dag isel. | Chris Lattner | 2005-08-16 | 1 | -18/+58 |
* | Remove an unncessary argument to SimplifySelectCC and add an additional | Nate Begeman | 2005-08-13 | 1 | -8/+10 |
* | Fix the fabs regression on x86 by abstracting the select_cc optimization | Nate Begeman | 2005-08-13 | 1 | -68/+83 |
* | implement a couple of simple shift foldings. | Chris Lattner | 2005-08-12 | 1 | -0/+18 |
* | Add a select_cc optimization for recognizing abs(int). This speeds up an | Nate Begeman | 2005-08-11 | 1 | -0/+16 |
* | Some SELECT_CC cleanups: | Nate Begeman | 2005-08-11 | 1 | -53/+59 |
* | Add new node, SELECT_CC. This node is for targets that don't natively | Nate Begeman | 2005-08-10 | 1 | -2/+1 |
* | Fix an oversight that may be causing PR617. | Chris Lattner | 2005-08-10 | 1 | -4/+13 |
* | Fix spelling, fix some broken canonicalizations by my last patch | Chris Lattner | 2005-08-09 | 1 | -12/+11 |
* | add cc nodes to the AllNodes list so they show up in Graphviz output | Chris Lattner | 2005-08-09 | 1 | -1/+3 |
* | Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the | Chris Lattner | 2005-08-09 | 1 | -128/+138 |
* | add a small simplification that can be exposed after promotion/expansion | Chris Lattner | 2005-08-07 | 1 | -2/+7 |
* | Fix a use-of-dangling-pointer bug, from the introduction of SrcValue's. | Chris Lattner | 2005-08-05 | 1 | -0/+5 |
* | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner | 2005-08-02 | 1 | -14/+6 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -4/+4 |
* | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -68/+38 |
* | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -42/+35 |
* | Introduce a new VTSDNode class with the ultimate goal of eliminating the | Chris Lattner | 2005-07-10 | 1 | -62/+79 |
* | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth | 2005-06-29 | 1 | -0/+2 |
* | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth | 2005-06-29 | 1 | -2/+0 |
* | Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for | Nate Begeman | 2005-06-16 | 1 | -2/+7 |
* | Add some simplifications for MULH[SU]. This allows us to compile this: | Chris Lattner | 2005-05-15 | 1 | -0/+12 |
* | remove special case hacks for readport/readio from the binary operator | Chris Lattner | 2005-05-14 | 1 | -6/+1 |
* | Implement fixme's by memoizing nodes. | Chris Lattner | 2005-05-14 | 1 | -9/+21 |
* | Turn this into a wrapper for a simpler version of getNode. | Chris Lattner | 2005-05-14 | 1 | -8/+7 |
* | Eliminate special purpose hacks for dynamic_stack_alloc. | Chris Lattner | 2005-05-14 | 1 | -13/+1 |
* | Use the general mechanism for creating multi-value nodes instead of using | Chris Lattner | 2005-05-14 | 1 | -34/+30 |
* | Wrap long line, actually add node to the graph. | Chris Lattner | 2005-05-14 | 1 | -1/+3 |
* | add a getNode() version that allows construction of any node type. | Chris Lattner | 2005-05-14 | 1 | -9/+33 |
* | Handle TAILCALL node | Chris Lattner | 2005-05-13 | 1 | -0/+1 |
* | fix a bad typeo | Chris Lattner | 2005-05-12 | 1 | -2/+2 |
* | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner | 2005-05-12 | 1 | -6/+6 |
* | handle a common case generated by the uint64 -> FP code path better | Chris Lattner | 2005-05-12 | 1 | -1/+17 |
* | Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -C | Chris Lattner | 2005-05-12 | 1 | -6/+7 |
* | Do not memoize ADJCALLSTACKDOWN nodes, provide a method to hack on them. | Chris Lattner | 2005-05-11 | 1 | -3/+24 |
* | Print bit count nodes correctly | Chris Lattner | 2005-05-11 | 1 | -0/+6 |