1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 088b591 Fix PR1719, by not marking llvm.global.annotations internal. by Tanya Lattner · 17 years ago
  3. bd14f58 Fix PR1719, by not marking llvm.noinline internal. by Chris Lattner · 17 years ago
  4. c2bbfc1 More explicit keywords. by Dan Gohman · 17 years ago
  5. 4e2288b simplify this code and fix PR1493, now that llvm-gcc3 is dead. by Chris Lattner · 17 years ago
  6. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  7. 1997473 Drop 'const' by Devang Patel · 17 years ago
  8. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  9. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  10. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  11. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  12. 688b049 For PR411: by Reid Spencer · 18 years ago
  13. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  14. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  15. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  16. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  17. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  18. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 18 years ago
  19. 56eac5f Initialize DontInternalize. by Devang Patel · 18 years ago
  20. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  21. d828a4b Make it fit into 80 cols. by Devang Patel · 18 years ago
  22. 753d94a Add new constructor to accept vector of exported names while creating by Devang Patel · 18 years ago
  23. e8c3e3b Switch to using a numeric id for anchors. by Jim Laskey · 18 years ago
  24. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  25. 727552b If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 19 years ago
  26. ee9e14c Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 19 years ago
  27. 4eb40df Pull inline methods out of the pass class definition to make it easier to by Chris Lattner · 19 years ago
  28. 6b44ba2 Wrap a long line, never internalize llvm.used. by Chris Lattner · 19 years ago
  29. a27ea76 Add an option to this pass. If it is set, we are allowed to internalize by Chris Lattner · 19 years ago
  30. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  31. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  32. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  33. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  34. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  35. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  36. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  37. 6806f56 DEBUG got moved to Support/Debug.h by Chris Lattner · 21 years ago
  38. 81d4e14 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 21 years ago
  39. 88c7c32 Make the list accept comma separated names by Chris Lattner · 21 years ago
  40. 2345d71 * Revert to old behavior of ignoring a module if it doesn't contain a main by Chris Lattner · 21 years ago
  41. c7a2c7f Add option to internalize to allow it to read a file to determine which symbols by Chris Lattner · 21 years ago
  42. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  43. 93fbd73 Use the new getMainFunction() method to efficiently locate main by Chris Lattner · 22 years ago
  44. 7c1faf0 Non-functionality change just to make it more clear what is going on by Chris Lattner · 22 years ago
  45. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  46. 55e41ba * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 22 years ago
  47. 1e43516 * Add support for different "PassType's" by Chris Lattner · 22 years ago
  48. 568ddab Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h by Chris Lattner · 22 years ago
  49. f629309 *** empty log message *** by Chris Lattner · 22 years ago
  50. 0b12b5f by Chris Lattner · 22 years ago
  51. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  52. 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 22 years ago
  53. 100d6da Be careful not to make "external" function internal by Chris Lattner · 22 years ago
  54. dbb1735 Initial checkin of new "Internalize" pass for GCCLD by Chris Lattner · 22 years ago