1. 82965b9 [BOLT] Emit short tail calls in relocation mode. by Maksim Panchenko · 8 years ago
  2. d74997c Indirect call promotion optimization. by Bill Nell · 9 years ago
  3. bc8a456 ICF improvements. by Maksim Panchenko · 8 years ago
  4. 55fc541 Relocations support for BOLT. by Maksim Panchenko · 9 years ago
  5. 3a3dfc3 BOLT: Use profiling info to control branch simplification optimization. by Bill Nell · 9 years ago
  6. ac2621f Add stats for "-optimize-bodyless-functions". by Maksim Panchenko · 9 years ago
  7. 4a0c494bc BOLT: Remove restrictions on unreachable code elimination by Bill Nell · 9 years ago
  8. ecc4b9e BOLT: Add ud2 after indirect tailcalls. by Bill Nell · 9 years ago
  9. 2f1341b BOLT: Refactoring BinaryFunction interface. by Bill Nell · 9 years ago
  10. 510f227 BOLT: Add feature to sort functions by dyno stats. by Bill Nell · 9 years ago
  11. 861d5a1 BOLT: Remove double jumps peephole. by Bill Nell · 9 years ago
  12. 71be567 BOLT: Add per pass dyno stats + factor out post pass printing. by Bill Nell · 9 years ago
  13. 17e6919 Make BinaryFunction::fixBranches() more flexible and support CFG updates. by Maksim Panchenko · 9 years ago
  14. dcaffe6 Inlining fixes/enhancements by Bill Nell · 9 years ago
  15. 003d106c More refactoring work. by Maksim Panchenko · 9 years ago
  16. 3273924 More aggressive inlining pass by Theodoros Kasampalis · 9 years ago
  17. a9bb332 Identical Code Folding (ICF) pass by Theodoros Kasampalis · 9 years ago
  18. 156a552 Simplification of loads from read-only data sections. by Theodoros Kasampalis · 9 years ago
  19. ea53cff Add movabs -> mov shortening optimization. Add peephole optimization pass that does instruction shortening. by Bill Nell · 9 years ago
  20. 980a062 Revert "Indirect call optimization." by Bill Nell · 9 years ago
  21. 8bcfd9a Indirect call optimization. by Bill Nell · 9 years ago
  22. e63984f Patch forward jumping tail calls to prevent branch mispredictions. by Bill Nell · 9 years ago
  23. f7e7e25 Put all optimization passes under the pass manager. by Bill Nell · 9 years ago
  24. 5fa128e Inlining of small functions. by Gabriel Poesia · 9 years ago