1. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  2. 727552b If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 19 years ago
  3. ee9e14c Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 19 years ago
  4. 4eb40df Pull inline methods out of the pass class definition to make it easier to by Chris Lattner · 19 years ago
  5. 6b44ba2 Wrap a long line, never internalize llvm.used. by Chris Lattner · 19 years ago
  6. a27ea76 Add an option to this pass. If it is set, we are allowed to internalize by Chris Lattner · 19 years ago
  7. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  8. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  9. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  10. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  11. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  14. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  15. 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 21 years ago
  16. 88c7c32 Make the list accept comma separated names by Chris Lattner · 21 years ago
  17. 2345d71 * Revert to old behavior of ignoring a module if it doesn't contain a main by Chris Lattner · 21 years ago
  18. c7a2c7f Add option to internalize to allow it to read a file to determine which symbols by Chris Lattner · 21 years ago
  19. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  20. 93fbd73 Use the new getMainFunction() method to efficiently locate main by Chris Lattner · 22 years ago
  21. 7c1faf0 Non-functionality change just to make it more clear what is going on by Chris Lattner · 22 years ago
  22. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  23. 55e41ba * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 22 years ago
  24. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  25. 568ddab Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h by Chris Lattner · 22 years ago
  26. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  27. 0b12b5f by Chris Lattner · 22 years ago
  28. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  29. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  30. 100d6da Be careful not to make "external" function internal by Chris Lattner · 22 years ago
  31. dbb1735 Initial checkin of new "Internalize" pass for GCCLD by Chris Lattner · 22 years ago