Age | Commit message (Expand) | Author |
2005-01-21 | Keep track of node depth for each node | Chris Lattner |
2005-01-20 | Eliminate the unimplemented ADDC/SUBB operations, add ADD_PARTS/SUB_PARTS ins... | Chris Lattner |
2005-01-19 | Add an accessor for targets that pass args in regs | Chris Lattner |
2005-01-18 | Keep track of the returned value type as well. | Chris Lattner |
2005-01-18 | Allow setcc operations to have non-bool types. | Chris Lattner |
2005-01-17 | Make methods private, add a method. | Chris Lattner |
2005-01-17 | Add methods | Chris Lattner |
2005-01-15 | Add some helper methods. | Chris Lattner |
2005-01-15 | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators. | Chris Lattner |
2005-01-14 | Change CopyFromReg to take and produce a chain node, allowing it to be used | Chris Lattner |
2005-01-14 | Start adding some new operators, give IMPLICIT_DEF a chain operand. | Chris Lattner |
2005-01-13 | Add a method | Chris Lattner |
2005-01-13 | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner |
2005-01-13 | Add a new node type, add comments. | Chris Lattner |
2005-01-12 | New method. | Chris Lattner |
2005-01-12 | Update comments to indicate CopyFrom/ToReg take physregs as well as vregs. | Chris Lattner |
2005-01-11 | Add MEMSET/MEMCPY/MEMMOVE operations. Fix a really bad bug in the vector | Chris Lattner |
2005-01-10 | Add a helper method. | Chris Lattner |
2005-01-10 | Add support for graph operations, and add a viewGraph method to SelectionDAG. | Chris Lattner |
2005-01-08 | Adjust prototype | Chris Lattner |
2005-01-08 | Silence VS warnings. | Chris Lattner |
2005-01-08 | Add operators for FP -> INT conversions and back. | Chris Lattner |
2005-01-07 | Add a new SelectionDAG::RemoveDeadNodes method | Chris Lattner |
2005-01-07 | Fix include. Too easy to make mistakes like this on Windows :( | Jeff Cohen |
2005-01-07 | Get new SelectionDAG stuff building with Visual Studio. | Jeff Cohen |
2005-01-07 | Complete rewrite of the SelectionDAG class. | Chris Lattner |
2005-01-07 | Common base class for SelectionDAG-based instruction selectors. | Chris Lattner |
2005-01-07 | Initial implementation of the nodes in a SelectionDAG. | Chris Lattner |
2005-01-06 | Add required #include | Chris Lattner |
2005-01-06 | Add a useful method | Chris Lattner |
2005-01-05 | Add a list end sentinal | Chris Lattner |
2005-01-05 | add an assertion | Chris Lattner |
2005-01-01 | Add a useful accessor | Chris Lattner |
2005-01-01 | Add two helper functions. | Chris Lattner |
2004-12-07 | For PR387:\ | Reid Spencer |
2004-11-22 | Fix the FIXME, nuke the JIT specific forceCompilationOf method. | Chris Lattner |
2004-11-22 | These methods are now obsolete | Chris Lattner |
2004-11-21 | Add another bit, to make the JIT a bit more efficient. | Chris Lattner |
2004-11-20 | Change this interface a bit | Chris Lattner |
2004-11-20 | Add missing #include | Chris Lattner |
2004-11-20 | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner |
2004-11-20 | Add the getRelocationType method that I forgot | Chris Lattner |
2004-11-20 | New file | Chris Lattner |
2004-11-20 | Remove dead #include | Chris Lattner |
2004-11-19 | External symbols are const char*'s now, change this to match. | Chris Lattner |
2004-11-19 | Instead of storing std::string's for ExternalSymbol references, rely on the | Chris Lattner |
2004-11-18 | Fix typeo | Chris Lattner |
2004-11-18 | Add ability to give hints to the overlaps routines. | Chris Lattner |
2004-11-18 | Add new advanceTo method | Chris Lattner |
2004-11-18 | Fix a minor bug in expiredAt. endNumber() is the first number that is not va... | Chris Lattner |