New file
[oota-llvm.git] / include / llvm / CodeGen / LiveVariables.h
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-01 Chris LattnerAdd a useful accessor
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-07-19 Chris LattnerThere is no need to store the MBB along with the MI...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-07-19 Chris LattnerRemove the DefBlock element of VarInfo. DefBlock is...
2004-07-01 Chris LattnerNow that we have happy mappings from MBBs->numbers...
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-02-19 Chris LattnerADd a method for when an instruction moves
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