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