1. 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
  2. 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
  3. 1649a87 [branchfolding] Fix typo in C++ editor declaration. by Michael Gottesman · 12 years ago
  4. 97a1d7c Fix tail merging to assign the (more) correct BasicBlock when splitting. by Andrew Trick · 12 years ago
  5. bf00736 When tail-merging multiple blocks, make sure to correctly update the live-in list on the merged block to correctly account for the live-outs of all the predecessors. They might not be the same in all cases (the testcase I have involves a PHI node where one of the operands is an IMPLICIT_DEF). by Eli Friedman · 14 years ago
  6. 3aeaf9e Add 132986 back, but avoid non-determinism if a bb address gets reused. by Rafael Espindola · 14 years ago
  7. 06ba7a6 revert 132986 to see if the bots go green. by Rafael Espindola · 14 years ago
  8. da24f2f Make the threshold used by branch folding softer. Before we would get a by Rafael Espindola · 14 years ago
  9. cfdf339 Re-commit 131172 with fix. MachineInstr identity checks should check dead by Evan Cheng · 14 years ago
  10. 2a09d65 Revert 131172 as it is causing clang to miscompile itself. I will try by Rafael Espindola · 14 years ago
  11. 05fc35e Add a late optimization to BranchFolding that hoist common instruction sequences by Evan Cheng · 14 years ago
  12. 37bb617 Tail merging pass shall not break up IT blocks. rdar://8115404 by Evan Cheng · 15 years ago
  13. 2d4ff12 Split tail duplication into a separate pass. This is needed to avoid by Bob Wilson · 16 years ago
  14. bd22f19 Perform tail duplication only once, after tail merging is complete. by Bob Wilson · 16 years ago
  15. a9b40a6e Make the BranchFolderPass class local to BranchFolding.cpp. by Dan Gohman · 16 years ago
  16. 02b1554 Promote MergePotentialsElt and SameTailElt to be regular classes by Dan Gohman · 16 years ago
  17. 34eeb4e Check in the changes to this file too. by Dan Gohman · 16 years ago
  18. 97b9312 Revert r85346 change to control tail merging by CodeGenOpt::Level. by Bob Wilson · 16 years ago
  19. 9693f9d Record CodeGen optimization level in the BranchFolding pass so that we can by Bob Wilson · 16 years ago
  20. 3d2fce0 Run branch folding if if-converter make some transformations. by Evan Cheng · 16 years ago