Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / CodeGen / TailDuplication.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-10 Jakob Stoklund OlesenReplace copyRegToReg with COPY everywhere in lib/CodeGe...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-03-16 Devang PatelIgnore debug value instructions while analyzing BB...
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-02-11 Jakob Stoklund OlesenReuse operand location when updating PHI instructions.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-16 Bob WilsonTreat indirect branches specially only during pre-regal...
2010-01-15 Jakob Stoklund OlesenSimplify logic. Any functional change is unintended.
2010-01-15 Bob WilsonChange pre-regalloc tail duplication to only duplicate...
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-15 Evan ChengTail duplication should zap a copy it inserted for...
2009-12-07 Evan ChengDelete code accidentally left behind.
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-04 Evan ChengHandle recursive PHI's.
2009-12-04 Evan ChengAdd a pre-regalloc tail duplication pass.
2009-12-03 Evan ChengTeach tail duplication to update SSA form. Work in...
2009-12-02 Bob WilsonDon't count PHI instructions toward the limit for tail...
2009-11-30 Bob WilsonReprioritize tests for tail duplication to be aggressiv...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-26 Bob WilsonRename new TailDuplicationPass to avoid name conflict...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...