Age | Commit message (Expand) | Author |
2005-08-27 | Fix a typo. | Reid Spencer |
2005-08-26 | Add a new version of ReplaceAllUsesWith, make the comments more useful. | Chris Lattner |
2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
2005-08-26 | Fix a huge annoyance: SelectNodeTo took types before the opcode unlike | Chris Lattner |
2005-08-25 | add a method | Chris Lattner |
2005-08-25 | add an enum value | Chris Lattner |
2005-08-25 | Fix a problem Duraid noticed, where we weren't removing values from the kills | Chris Lattner |
2005-08-25 | Add support for TargetConstantPool node | Chris Lattner |
2005-08-25 | add a new TargetFrameIndex node | Chris Lattner |
2005-08-24 | add a method | Chris Lattner |
2005-08-24 | add two new methods | Chris Lattner |
2005-08-24 | Keep the killed/dead sets sorted, so that "KillsRegister" can do a quick | Chris Lattner |
2005-08-23 | Change live variables from using multimaps to using maps of vectors and | Chris Lattner |
2005-08-23 | Add RegisterDefIsDead to correspond to KillsRegister, mark both const | Chris Lattner |
2005-08-21 | add a method | Chris Lattner |
2005-08-21 | ADd a method | Chris Lattner |
2005-08-21 | Add 5-operand version of SelectNodeTo | Chris Lattner |
2005-08-19 | ADd support for TargetGlobalAddress nodes | Chris Lattner |
2005-08-19 | Add support for target nodes with more than 3 operands, required by ppc | Nate Begeman |
2005-08-18 | add a method | Chris Lattner |
2005-08-18 | Add support for target DAG nodes that take 4 operands, such as PowerPC's | Nate Begeman |
2005-08-17 | Add two new methods isTargetOpcode() which returns true if the node type | Nate Begeman |
2005-08-17 | Move the code dependency for MathExtras.h from SelectionDAGNodes.h. | Jim Laskey |
2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
2005-08-17 | add ReplaceAllUsesWith, and a helper to implemented it | Chris Lattner |
2005-08-17 | Make removeUser more efficient, add a matching addUser. | Chris Lattner |
2005-08-17 | This was moved to the .cpp file | Chris Lattner |
2005-08-17 | make sure to remove a node from the use list of its operands when we replace | Chris Lattner |
2005-08-17 | add some helper methods, and a new TargetConstant node, which is not | Chris Lattner |
2005-08-16 | Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) | Chris Lattner |
2005-08-16 | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman |
2005-08-16 | allow passing a dag into getOperationName and dump | Chris Lattner |
2005-08-16 | add some methods for dag->dag isel | Chris Lattner |
2005-08-13 | Remove an unncessary argument to SimplifySelectCC and add an additional | Nate Begeman |
2005-08-13 | Fix the fabs regression on x86 by abstracting the select_cc optimization | Nate Begeman |
2005-08-11 | Some SELECT_CC cleanups: | Nate Begeman |
2005-08-10 | Add new node, SELECT_CC. This node is for targets that don't natively | Nate Begeman |
2005-08-09 | I can't believe I caught this before Misha! :) | Chris Lattner |
2005-08-09 | Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the | Chris Lattner |
2005-08-01 | Mark these as V9 specific | Chris Lattner |
2005-07-28 | new is not a valid default anywhere, so make this pure virtual | Andrew Lenharth |
2005-07-28 | Like constants, globals on some platforms are GOT relative. This means they ... | Andrew Lenharth |
2005-07-27 | Eliminate tabs and trailing spaces. | Jeff Cohen |
2005-07-22 | allow constants to be relocated like GV (necessary for alpha, as constants ar... | Andrew Lenharth |
2005-07-16 | Add two helper methods, adjust a prototype | Chris Lattner |
2005-07-16 | Add ability to set TYPE and FLAGS field for section trivially | Chris Lattner |
2005-07-16 | Major refactor of the ELFWriter code. Instead of building up one big | Chris Lattner |
2005-07-12 | Add support for emitting 64-bit integers | Chris Lattner |
2005-07-12 | Add some apparently undocumented ELF section header flags | Chris Lattner |
2005-07-11 | The symbol table just needs a const GlobalValue*, not a non-const one. | Chris Lattner |