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