Correctly extract the ValueType from a VTSDNode.
[oota-llvm.git] / lib / CodeGen / PHIElimination.cpp
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Evan ChengIncrement use count of new virtuals created during...
2007-03-18 Evan ChengKeep UsedBlocks info accurate.
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2006-12-19 Chris LattnerEliminate static ctors from Statistics
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-09-28 Bill Wendling"Once more into the breach, dear friends, once more...
2006-09-28 Chris Lattnerre-re-revert this, back to the right revision. It...
2006-09-28 Chris Lattnerre-revert this patch, bisort and mst are still broken...
2006-09-27 Bill WendlingReapplying this patch. With the newest commits, the...
2006-09-27 Chris LattnerTemporarily revert this. This breaks Olden/bisort...
2006-09-27 Bill WendlingPR878: Instead of calculating the vreg to PHI use count...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-12 Chris LattnerFix an obvious bug, noticed by inspection. No current...
2006-07-20 Andrew LenharthReduce number of exported symbols
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-01-04 Chris LattnerAdd support for targets (like Alpha) that have terminat...
2006-01-04 Chris LattnerAdd an assertion, update DefInst even though no one...
2005-10-03 Chris Lattnerclean up this code a bit, no functionality change
2005-10-03 Chris LattnerBreak the body of the loop out into a new method
2005-08-23 Chris Lattneradjust to new live variables interface
2005-05-05 Misha Brukman* Order #includes alphabetically
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
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