aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveVariables.h
AgeCommit message (Expand)Author
2004-05-01Stop LiveVariables from using BasicBlocks as part of the mapping, insteadChris Lattner
2004-02-19ADd a method for when an instruction movesChris Lattner
2004-01-30Add a new lazily constructed mapping from Idx's the MBB they representChris Lattner
2004-01-11Make LiveVariables::HandlePhysRegUse andAlkis Evlogimenos
2003-12-18Add TwoAddressInstructionPass to handle instructions that have two orAlkis Evlogimenos
2003-12-13Ignore non-allocatable physical registers in live interval analysis.Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-05-12Beef up interface, move getVarInfo out-of-line.Chris Lattner
2003-05-12Expand API for updating live var info.Chris Lattner
2003-05-07Add comments, add a vector to keep track of which registers are allocatableChris Lattner
2003-01-13Add new filesChris Lattner