1. 0aa37f4 Enable loop rotate pass. by Devang Patel · 18 years ago
  2. 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 18 years ago
  3. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  4. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  5. 7ba98a9 For PR1072: by Reid Spencer · 18 years ago
  6. 74ed997 For PR1152: by Reid Spencer · 18 years ago
  7. 0331524 shutdown at end of run by Chris Lattner · 18 years ago
  8. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  9. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  10. e026c07 Remove DSA. by John Criswell · 18 years ago
  11. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  12. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  13. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 18 years ago
  14. cd950a5 target constructors are never used by Chris Lattner · 18 years ago
  15. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 18 years ago
  16. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  17. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  18. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 18 years ago
  19. 3ed469c For PR786: by Reid Spencer · 18 years ago
  20. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  21. 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 18 years ago
  22. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  23. 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 18 years ago
  24. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  25. 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 18 years ago
  26. 62c5105 For PR885: by Reid Spencer · 18 years ago
  27. da6169b Fix a build failure by Nate Begeman · 18 years ago
  28. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  29. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  30. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  31. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  32. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  33. af303d5 For PR780: by Reid Spencer · 18 years ago
  34. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  35. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  36. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  37. 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
  38. e7988aa reorder some libraries by Chris Lattner · 19 years ago
  39. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 19 years ago
  40. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  41. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  42. ad62eef Remove a now-unneeded library by Chris Lattner · 19 years ago
  43. a322a5f Use archive versions of these libraries, using the LinkAllPasses header. by Chris Lattner · 19 years ago
  44. 5a87044 Two changes: by Reid Spencer · 20 years ago
  45. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  46. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  47. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  48. e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 20 years ago
  49. 00f3db6 Fix minor mistakes by Jeff Cohen · 20 years ago
  50. 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 20 years ago
  51. 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 20 years ago
  52. 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 20 years ago
  53. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  54. ce9653c For PR387:\ by Reid Spencer · 20 years ago
  55. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  56. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  57. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  58. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  59. cac731e We won't use automake by Reid Spencer · 20 years ago
  60. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  61. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
  62. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  63. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  64. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  65. 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
  66. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  67. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  68. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  69. 269c80c Remove this printer by Chris Lattner · 20 years ago
  70. 593eb95 bug 122: - Minimize redundant isa<GlobalValue> usage by Reid Spencer · 20 years ago
  71. 988a1a0 Prune unused #include by Chris Lattner · 20 years ago
  72. 4a1de8b Add -load option by Chris Lattner · 20 years ago
  73. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  74. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  75. 4391946 Make sure to link all IPA's into opt, so that it has access to stuff like by Chris Lattner · 20 years ago
  76. 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 20 years ago
  77. ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 20 years ago
  78. 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 20 years ago
  79. b04cb7d Right, globals aren't values yet.. by Chris Lattner · 20 years ago
  80. d957211 Add a simple pass. by Chris Lattner · 20 years ago
  81. bed85ff Header file moved by Chris Lattner · 20 years ago
  82. 27829ec finegrainify namespacification by Chris Lattner · 21 years ago
  83. 04eaef2 Remove obsolete analyses by Chris Lattner · 21 years ago
  84. 76351aa Fix wonky header by Chris Lattner · 21 years ago
  85. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  86. ac1ccae Rename method by Chris Lattner · 21 years ago
  87. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  88. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  89. 3b39537 Delete the -print-cfg pass from this file by Chris Lattner · 21 years ago
  90. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  91. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  92. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  93. 9432111 fix file headers by Chris Lattner · 21 years ago
  94. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  95. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  96. 55b2eb3 Rename TarjanSCCIterator -> scc_iterator by Chris Lattner · 21 years ago
  97. 729d73d Don't explicitly use the SCC class by Chris Lattner · 21 years ago
  98. 9f2a06e The SCC::HasLoop method is now in the main iterator by Chris Lattner · 21 years ago
  99. 6c5fd8e The tarjan iterator now returns a reference to the current SCC, not a possibly null pointer! by Chris Lattner · 21 years ago
  100. 8d0a23a Indent classes correctly in the namespace by Chris Lattner · 21 years ago