| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow setcc operations to have non-bool types. | Chris Lattner | 2005-01-18 | 2 | -2/+2 |
* | Make methods private, add a method. | Chris Lattner | 2005-01-17 | 1 | -0/+3 |
* | Add methods | Chris Lattner | 2005-01-17 | 1 | -0/+4 |
* | Add some helper methods. | Chris Lattner | 2005-01-15 | 1 | -0/+10 |
* | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators. | Chris Lattner | 2005-01-15 | 2 | -2/+26 |
* | Change CopyFromReg to take and produce a chain node, allowing it to be used | Chris Lattner | 2005-01-14 | 2 | -17/+12 |
* | Start adding some new operators, give IMPLICIT_DEF a chain operand. | Chris Lattner | 2005-01-14 | 2 | -29/+110 |
* | Add a method | Chris Lattner | 2005-01-13 | 1 | -1/+7 |
* | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner | 2005-01-13 | 2 | -12/+26 |
* | Add a new node type, add comments. | Chris Lattner | 2005-01-13 | 2 | -4/+13 |
* | New method. | Chris Lattner | 2005-01-12 | 1 | -0/+5 |
* | Update comments to indicate CopyFrom/ToReg take physregs as well as vregs. | Chris Lattner | 2005-01-12 | 2 | -7/+7 |
* | Add MEMSET/MEMCPY/MEMMOVE operations. Fix a really bad bug in the vector | Chris Lattner | 2005-01-11 | 1 | -2/+10 |
* | Add a helper method. | Chris Lattner | 2005-01-10 | 1 | -0/+3 |
* | Add support for graph operations, and add a viewGraph method to SelectionDAG. | Chris Lattner | 2005-01-10 | 2 | -0/+77 |
* | Adjust prototype | Chris Lattner | 2005-01-08 | 1 | -1/+2 |
* | Silence VS warnings. | Chris Lattner | 2005-01-08 | 1 | -2/+3 |
* | Add operators for FP -> INT conversions and back. | Chris Lattner | 2005-01-08 | 1 | -0/+10 |
* | Add a new SelectionDAG::RemoveDeadNodes method | Chris Lattner | 2005-01-07 | 2 | -1/+20 |
* | Fix include. Too easy to make mistakes like this on Windows :( | Jeff Cohen | 2005-01-07 | 1 | -1/+1 |
* | Get new SelectionDAG stuff building with Visual Studio. | Jeff Cohen | 2005-01-07 | 1 | -0/+1 |
* | Complete rewrite of the SelectionDAG class. | Chris Lattner | 2005-01-07 | 1 | -319/+106 |
* | Common base class for SelectionDAG-based instruction selectors. | Chris Lattner | 2005-01-07 | 1 | -0/+64 |
* | Initial implementation of the nodes in a SelectionDAG. | Chris Lattner | 2005-01-07 | 1 | -0/+621 |
* | Add required #include | Chris Lattner | 2005-01-06 | 1 | -0/+2 |
* | Add a useful method | Chris Lattner | 2005-01-06 | 1 | -0/+16 |
* | Add a list end sentinal | Chris Lattner | 2005-01-05 | 1 | -0/+2 |
* | add an assertion | Chris Lattner | 2005-01-05 | 1 | -0/+1 |
* | Add a useful accessor | Chris Lattner | 2005-01-01 | 1 | -0/+10 |
* | Add two helper functions. | Chris Lattner | 2005-01-01 | 1 | -0/+7 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | Fix the FIXME, nuke the JIT specific forceCompilationOf method. | Chris Lattner | 2004-11-22 | 1 | -7/+0 |
* | These methods are now obsolete | Chris Lattner | 2004-11-22 | 1 | -10/+0 |
* | Add another bit, to make the JIT a bit more efficient. | Chris Lattner | 2004-11-21 | 1 | -10/+23 |
* | Change this interface a bit | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | Add missing #include | Chris Lattner | 2004-11-20 | 1 | -0/+1 |
* | Add getCurrentPCOffset() and addRelocation() methods. | Chris Lattner | 2004-11-20 | 1 | -5/+14 |
* | Add the getRelocationType method that I forgot | Chris Lattner | 2004-11-20 | 1 | -0/+6 |
* | New file | Chris Lattner | 2004-11-20 | 1 | -0/+117 |
* | Remove dead #include | Chris Lattner | 2004-11-20 | 1 | -2/+2 |
* | External symbols are const char*'s now, change this to match. | Chris Lattner | 2004-11-19 | 1 | -1/+1 |
* | Instead of storing std::string's for ExternalSymbol references, rely on the | Chris Lattner | 2004-11-19 | 2 | -19/+9 |
* | Fix typeo | Chris Lattner | 2004-11-18 | 1 | -1/+1 |
* | Add ability to give hints to the overlaps routines. | Chris Lattner | 2004-11-18 | 1 | -2/+14 |
* | Add new advanceTo method | Chris Lattner | 2004-11-18 | 1 | -0/+13 |
* | Fix a minor bug in expiredAt. endNumber() is the first number that is not va... | Chris Lattner | 2004-11-18 | 1 | -1/+1 |
* | Rename some methods, use 'begin' instead of 'start', add new LiveInterval | Chris Lattner | 2004-11-18 | 1 | -6/+11 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 4 | -7/+9 |
* | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner | 2004-10-26 | 1 | -32/+5 |
* | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner | 2004-10-18 | 1 | -2/+12 |