summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAge
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Ignore debug value instructions while analyzing BB for tail duplication.Devang Patel2010-03-16
* eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner2010-03-14
* Reuse operand location when updating PHI instructions.Jakob Stoklund Olesen2010-02-11
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Treat indirect branches specially only during pre-regalloc tail duplication,Bob Wilson2010-01-16
* Simplify logic. Any functional change is unintended.Jakob Stoklund Olesen2010-01-15
* Change pre-regalloc tail duplication to only duplicate indirect branch blocks.Bob Wilson2010-01-15
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-06
* Change errs() to dbgs().David Greene2010-01-05
* Tail duplication should zap a copy it inserted for SSA update if the copy is ...Evan Cheng2009-12-15
* Delete code accidentally left behind.Evan Cheng2009-12-07
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-07
* Handle recursive PHI's.Evan Cheng2009-12-04
* Add a pre-regalloc tail duplication pass.Evan Cheng2009-12-04
* Teach tail duplication to update SSA form. Work in progress.Evan Cheng2009-12-03
* Don't count PHI instructions toward the limit for tail duplicating a block.Bob Wilson2009-12-02
* Reprioritize tests for tail duplication to be aggressive about indirectBob Wilson2009-11-30
* Remove isProfitableToDuplicateIndirectBranch target hook. It is profitableBob Wilson2009-11-30
* Rename new TailDuplicationPass to avoid name conflict with the old one.Bob Wilson2009-11-26
* Split tail duplication into a separate pass. This is needed to avoidBob Wilson2009-11-26