1. cbe1e31 Ignore debug value instructions while analyzing BB for tail duplication. by Devang Patel · 15 years ago
  2. 18589de eliminate InvalidateLabel and LabelIDList from MMI and replace by Chris Lattner · 15 years ago
  3. 09eeac9 Reuse operand location when updating PHI instructions. by Jakob Stoklund Olesen · 15 years ago
  4. 518bb53 move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 15 years ago
  5. cb44b28 Treat indirect branches specially only during pre-regalloc tail duplication, by Bob Wilson · 16 years ago
  6. 057d539 Simplify logic. Any functional change is unintended. by Jakob Stoklund Olesen · 16 years ago
  7. bfdcf3b Change pre-regalloc tail duplication to only duplicate indirect branch blocks. by Bob Wilson · 16 years ago
  8. 30ac046 Add Target hook to duplicate machine instructions. by Jakob Stoklund Olesen · 16 years ago
  9. 00dec1b Change errs() to dbgs(). by David Greene · 16 years ago
  10. 3466f13 Tail duplication should zap a copy it inserted for SSA update if the copy is the only use of its source. by Evan Cheng · 16 years ago
  11. 80564f7 Delete code accidentally left behind. by Evan Cheng · 16 years ago
  12. 75eb535 Pre-regalloc tale duplication. Work in progress. by Evan Cheng · 16 years ago
  13. 11572ba Handle recursive PHI's. by Evan Cheng · 16 years ago
  14. 79fc6f4 Add a pre-regalloc tail duplication pass. by Evan Cheng · 16 years ago
  15. 111e762 Teach tail duplication to update SSA form. Work in progress. by Evan Cheng · 16 years ago
  16. f1e01dc Don't count PHI instructions toward the limit for tail duplicating a block. by Bob Wilson · 16 years ago
  17. 3858225 Reprioritize tests for tail duplication to be aggressive about indirect by Bob Wilson · 16 years ago
  18. 15217e6 Remove isProfitableToDuplicateIndirectBranch target hook. It is profitable by Bob Wilson · 16 years ago
  19. 2d521e5 Rename new TailDuplicationPass to avoid name conflict with the old one. by Bob Wilson · 16 years ago
  20. 15acadd Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago