1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. 1fa5bcb Codegen pass definition cleanup. No functionality. by Andrew Trick · 14 years ago
  4. d85bc10 When deleting a phi cycle after looking through copies, constrain the register by Cameron Zwarich · 14 years ago
  5. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  6. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  7. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  8. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  9. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  10. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  11. 37c42a3 Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 15 years ago
  12. 4c82a9e Detect and handle COPY in many places. by Jakob Stoklund Olesen · 15 years ago
  13. 01abf8f Besides removing phi cycles that reduce to a single value, also remove dead by Bob Wilson · 16 years ago
  14. 0827e04 Add a new pass on machine instructions to optimize away PHI cycles that by Bob Wilson · 16 years ago