1. 6c18d1a Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
  2. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  3. 5e19bfc Move the pass initialization helper functions into the llvm namespace, and add by Owen Anderson · 15 years ago
  4. d31d82d Now that PassInfo and Pass::ID have been separated, move the rest of the passes over to the new registration API. by Owen Anderson · 15 years ago
  5. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  6. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  7. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. ccce8ba Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer. by Benjamin Kramer · 16 years ago
  9. 511d2e2 Change instnamer to name arguments "arg" instead of "tmp" for clarity, and by Dan Gohman · 16 years ago
  10. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  11. c1c6404 make instnamer name unnamed blocks as well as instructions and args. by Chris Lattner · 17 years ago
  12. 38642e5 Don't forget arguments! by Devang Patel · 17 years ago
  13. 5a5ab73 InstructionNamer preserves everything. by Devang Patel · 17 years ago
  14. ca97b42 export an ID for the instructionNamer, allowing analysis/transformation passes by Torok Edwin · 17 years ago
  15. 20abc41 Add a new trivial -inst-namer pass which makes it possible to diff the by Chris Lattner · 17 years ago