Fix a regression in InstCombine/xor.ll
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
2004-07-23 Chris LattnerUpdate live intervals more accurately for PHI elim...
2004-07-22 Chris Lattnercostmetic changes
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-01 Chris LattnerStart using MBB numbers directly instead of going throu...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-05-12 Chris LattnerFix a really nasty bug from my changes on Monday to...
2004-05-10 Chris LattnerSwitch this from using an std::map to using a DenseMap...
2004-05-10 Chris LattnerUse a new VRegPHIUseCount to compute uses of PHI values...
2004-05-10 Chris LattnerNow that we use an ilist of machine instructions, itera...
2004-05-01 Chris LattnerOperate on the Machine CFG instead of on the LLVM CFG
2004-03-31 Chris LattnerMachineBasicBlock::remove should not modify the iterato...
2004-02-23 Chris LattnerFinegrainify namespacification
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
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