1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 9c81664 remove cruft by Chris Lattner · 17 years ago
  5. 0aa37f4 Enable loop rotate pass. by Devang Patel · 17 years ago
  6. 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 17 years ago
  7. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  8. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  9. 7ba98a9 For PR1072: by Reid Spencer · 18 years ago
  10. 74ed997 For PR1152: by Reid Spencer · 18 years ago
  11. 0331524 shutdown at end of run by Chris Lattner · 18 years ago
  12. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  13. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  14. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  15. cd950a5 target constructors are never used by Chris Lattner · 18 years ago
  16. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 18 years ago
  17. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  18. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  19. 3ed469c For PR786: by Reid Spencer · 18 years ago
  20. 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 18 years ago
  21. 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 18 years ago
  22. 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 18 years ago
  23. 62c5105 For PR885: by Reid Spencer · 18 years ago
  24. da6169b Fix a build failure by Nate Begeman · 18 years ago
  25. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  26. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  27. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  28. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  29. af303d5 For PR780: by Reid Spencer · 18 years ago
  30. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  31. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  32. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  33. e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 20 years ago
  34. 00f3db6 Fix minor mistakes by Jeff Cohen · 20 years ago
  35. 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 20 years ago
  36. 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 20 years ago
  37. 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 20 years ago
  38. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  39. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  40. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 20 years ago
  41. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  42. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  43. 988a1a0 Prune unused #include by Chris Lattner · 20 years ago
  44. 4a1de8b Add -load option by Chris Lattner · 20 years ago
  45. 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 20 years ago
  46. ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 20 years ago
  47. 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 20 years ago
  48. bed85ff Header file moved by Chris Lattner · 20 years ago
  49. 76351aa Fix wonky header by Chris Lattner · 20 years ago
  50. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 20 years ago
  51. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 21 years ago
  52. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  53. 1ee1e64 Removed extraneous comment line. by John Criswell · 21 years ago
  54. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  55. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  56. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  57. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 21 years ago
  58. c986392 Remove support for "target data" pass ctors by Chris Lattner · 21 years ago
  59. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 21 years ago
  60. 56620da Give verbose error messages if bytecode file cannot be parsed by Chris Lattner · 21 years ago
  61. ddd5b41 Rename -no-* to -disable-* by Chris Lattner · 21 years ago
  62. f3bafc1 Add new -no-verify option by Chris Lattner · 22 years ago
  63. d70b68e Add a new -no-output option, useful for -aa-eval tests. by Chris Lattner · 22 years ago
  64. 6560b6b Rename Sparc.h TargetMachineImpls.h by Chris Lattner · 22 years ago
  65. 18fdfc4 Add support for optimization passes that use a TargetMachine object. by Vikram S. Adve · 22 years ago
  66. f9e173e Change command line option message on -q to make it more accurate by Chris Lattner · 22 years ago
  67. d4c7f27 by Chris Lattner · 22 years ago
  68. 2053a2a Factor PassNamePArser out into llvm/Support/PassNameParser.h by Chris Lattner · 22 years ago
  69. c7a0985 *** empty log message *** by Chris Lattner · 22 years ago
  70. c0ce68b Use the pass registration mechanism to populate command line options for by Chris Lattner · 22 years ago
  71. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  72. 45db2c7 added emitfuncs pass, and disabled reassociate pass (needs fixing) by Anand Shukla · 22 years ago
  73. 3e00994 *** empty log message *** by Chris Lattner · 22 years ago
  74. 63aaa11 Changes for 64bit gcc by Anand Shukla · 22 years ago
  75. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  76. 814908b Expose cfg simplification pass by Chris Lattner · 22 years ago
  77. 6cb9743 expose LICM pass by Chris Lattner · 22 years ago
  78. e04f4b6 Expose the lowerallocs pass by Chris Lattner · 22 years ago
  79. 2c0f3d2 Expose the pi node insertion pass. by Chris Lattner · 22 years ago
  80. 8947fbc Expose expression reassociation by Chris Lattner · 22 years ago
  81. 73e6298 Spell aggressive correctly by Chris Lattner · 22 years ago
  82. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago
  83. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 22 years ago
  84. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 22 years ago
  85. c6d52e0 Expose the internalize pass. by Chris Lattner · 22 years ago
  86. e5fb83e Expose new GCSE pass by Chris Lattner · 22 years ago
  87. 483e14e s/Method/Function by Chris Lattner · 22 years ago
  88. f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 22 years ago
  89. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  90. 30af368 * Add the printm pass to allow dumping the entire module after a transformation. by Chris Lattner · 22 years ago
  91. 9d6e7eb Expose funcresolve pass through opt by Chris Lattner · 22 years ago
  92. 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 22 years ago
  93. 328207c Add hook for pool allocation pass by Chris Lattner · 22 years ago
  94. fe59454 Checking for Cameron by Chris Lattner · 22 years ago
  95. d32e70a Rename pass to DecomposeMultiDimRefs. by Vikram S. Adve · 22 years ago
  96. 2b72c36 Expose dead instruction elimination pass by Chris Lattner · 22 years ago
  97. bd0ef77 Change over to use new style pass mechanism, now passes only expose small by Chris Lattner · 22 years ago
  98. eded491 Move ProfilePaths class into ProfilePaths library, only expose a creation function by Chris Lattner · 22 years ago
  99. dc9a1f5 Includes -paths option to trace paths in the program by Anand Shukla · 22 years ago
  100. 22d26d7 * Expose the verifier pass as one that can be ran by Chris Lattner · 22 years ago