Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker...
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-10 Chris LattnerDo not use MachineOperand::isVirtualRegister either!
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
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-07-26 Chris LattnerConst correctness fixes
2003-06-05 Chris LattnerFix bug: Jello/2003-06-04-bzip2-bug.ll
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-12 Chris LattnerUse a kill, not a dead definition, update comment
2003-05-12 Chris Lattner* Keep LiveVariable information more up-to-date and...
2003-05-12 Chris LattnerFix bug where we could iterate off the end of a basic...
2003-05-12 Chris LattnerFix N^2 algorithm
2003-05-12 Chris Lattner* Fix several comments
2003-01-16 Chris LattnerFix problems with empty basic blocks
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerNew files