Add a new lazily constructed mapping from Idx's the MBB they represent
[oota-llvm.git] / include / llvm / CodeGen / LiveVariables.h
2004-01-30 Chris LattnerAdd a new lazily constructed mapping from Idx's the...
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...
2003-12-13 Alkis EvlogimenosIgnore non-allocatable physical registers in live inter...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-12 Chris LattnerBeef up interface, move getVarInfo out-of-line.
2003-05-12 Chris LattnerExpand API for updating live var info.
2003-05-07 Chris LattnerAdd comments, add a vector to keep track of which regis...
2003-01-13 Chris LattnerAdd new files