Add #include
[oota-llvm.git] / lib / CodeGen / LiveVariables.cpp
2004-02-10 Chris LattnerAdd #include
2004-02-10 Chris LattnerDo not use MachineOperand::isVirtualRegister either!
2004-02-10 Chris LattnerEliminate users of MachineOperand::isPhysicalRegister
2004-02-09 Chris LattnerUgh, perform an optimization that GCC should be able...
2004-02-09 Chris LattnerOnly do stuff for the REAL number of physical registers...
2004-01-31 Chris LattnerFinegrainify namespacification, use new MRegisterInfo...
2004-01-30 Chris LattnerFinegrainify namespacification
2004-01-13 Alkis EvlogimenosRemove unneeded check (with the recent change in live...
2004-01-13 Alkis EvlogimenosCorrectly compute live variable information for physica...
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-13 Alkis EvlogimenosRemove unecessary if statements when looping on Implici...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-08 Alkis EvlogimenosChange MRegisterDesc::AliasSet, TargetInstrDescriptor...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-12 Chris Lattner* Keep the BBMap around as long as the pass is live
2003-05-07 Chris LattnerAdd a vector to keep track of which registers are alloc...
2003-05-06 Chris LattnerRe-add gross hack, it's still necessary. :(
2003-05-06 Chris LattnerRemove hideously nasty hack
2003-05-01 Chris LattnerMinor cleanup
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerNew files