1. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  2. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  3. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  4. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  5. 2e23e52 don't internalize available_externally functions, they are by Chris Lattner · 16 years ago
  6. 9fcfd96 Change errs() to dbgs(). by David Greene · 16 years ago
  7. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  8. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  9. 317dbbc eliminate uses of cerr() by Chris Lattner · 16 years ago
  10. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  11. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  12. 58f9bb2 implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
  13. 20b34ac Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 16 years ago
  14. 5a913d6 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  15. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  16. 582c53d Teach the internalize pass to also internalize global aliases. by Duncan Sands · 17 years ago
  17. d24b93f Remove trailing spaces. by Duncan Sands · 17 years ago
  18. 3a813a5 Teach internalize to preserve the callgraph. Why? Because it was there! by Duncan Sands · 17 years ago
  19. 96740aa revert the addition of Preverves(CallGraph), per Duncan's comments by Nuno Lopes · 17 years ago
  20. 5093ab4 add preserversCFG() + preservers(CallGraph) by Nuno Lopes · 17 years ago
  21. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  22. 19a6469 Rename a few variables to be more consistent. by Matthijs Kooijman · 17 years ago
  23. f2763e2 Simplify internalize pass. Add test case. Patch by Matthijs Kooijman! by Devang Patel · 17 years ago
  24. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  25. 6a2da37 Make several variable declarations static. by Dan Gohman · 18 years ago
  26. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  27. 30f65fe Fix PR1719, by not marking llvm.global.annotations internal. by Tanya Lattner · 18 years ago
  28. d66e0cd Fix PR1719, by not marking llvm.noinline internal. by Chris Lattner · 18 years ago
  29. 34d442f More explicit keywords. by Dan Gohman · 18 years ago
  30. 34404e3 simplify this code and fix PR1493, now that llvm-gcc3 is dead. by Chris Lattner · 18 years ago
  31. e7da2d6 Fix typo in comment. by Nick Lewycky · 19 years ago
  32. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  33. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  34. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  35. fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
  36. 557ab15 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 19 years ago
  37. 1241d6d For PR411: by Reid Spencer · 19 years ago
  38. 5301e7c For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  39. c56315c Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 19 years ago
  40. 1631bcb Eliminate static ctors due to Statistic objects by Chris Lattner · 19 years ago
  41. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  42. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  43. 8f13b5c Replace #include <iostream> with llvm_* streams. by Bill Wendling · 19 years ago
  44. fab4972 Initialize DontInternalize. by Devang Patel · 19 years ago
  45. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  46. edd2f99 Make it fit into 80 cols. by Devang Patel · 19 years ago
  47. 839d926 Add new constructor to accept vector of exported names while creating by Devang Patel · 19 years ago
  48. 69effa2 Switch to using a numeric id for anchors. by Jim Laskey · 20 years ago
  49. c597b8a Make iostream #inclusion explicit by Chris Lattner · 20 years ago
  50. 7be2203 If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a by Chris Lattner · 20 years ago
  51. d693b79 Don't internalize llvm.global[cd]tor unless there are uses of it. This by Chris Lattner · 20 years ago
  52. 8cdc773 Pull inline methods out of the pass class definition to make it easier to by Chris Lattner · 20 years ago
  53. 1659982 Wrap a long line, never internalize llvm.used. by Chris Lattner · 20 years ago
  54. 45517ba Add an option to this pass. If it is set, we are allowed to internalize by Chris Lattner · 20 years ago
  55. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  56. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  57. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  58. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  59. f52e03c Finegrainify namespacification by Chris Lattner · 22 years ago
  60. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  61. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  62. 8abcd56 DEBUG got moved to Support/Debug.h by Chris Lattner · 22 years ago
  63. fd5d323 When internalizing global ctor/dtor list, also mark it constant. This is gross, but by Chris Lattner · 22 years ago
  64. 224ae02 Make the list accept comma separated names by Chris Lattner · 22 years ago
  65. ad44cd8 * Revert to old behavior of ignoring a module if it doesn't contain a main by Chris Lattner · 22 years ago
  66. 44457bb Add option to internalize to allow it to read a file to determine which symbols by Chris Lattner · 22 years ago
  67. 379a8d2 Add new linkage types to support a real frontend by Chris Lattner · 23 years ago
  68. 17069b3 Use the new getMainFunction() method to efficiently locate main by Chris Lattner · 23 years ago
  69. 68f21bc Non-functionality change just to make it more clear what is going on by Chris Lattner · 23 years ago
  70. bf3a099 Updates to work with recent Statistic's changes: by Chris Lattner · 23 years ago
  71. 47cc366 * Indent class into anonymous namespace, filling up the diff with garbage by Chris Lattner · 23 years ago
  72. a2c0985 * Add support for different "PassType's" by Chris Lattner · 23 years ago
  73. 99a53f6 Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h by Chris Lattner · 23 years ago
  74. b28b680 *** empty log message *** by Chris Lattner · 23 years ago
  75. 7076ff2 by Chris Lattner · 23 years ago
  76. 0b18c1d Add support for printing out statistics information when -stats is added to by Chris Lattner · 23 years ago
  77. 37104aa Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 24 years ago
  78. ee2e78b Be careful not to make "external" function internal by Chris Lattner · 24 years ago
  79. 1b94c00 Initial checkin of new "Internalize" pass for GCCLD by Chris Lattner · 24 years ago