1. 442b1aa Fix comments, help messages. by Devang Patel · 17 years ago
  2. d9424ed Fix cut-n-pasto. by Devang Patel · 17 years ago
  3. 2d7551c Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively. by Devang Patel · 17 years ago
  4. 38197fe End of the GlobalsModRef experiment. by Duncan Sands · 17 years ago
  5. 0e3b7b2 Give GlobalsModRef a whirl in the nightly testers. by Duncan Sands · 17 years ago
  6. ff5d06d Backout 55429 by Devang Patel · 17 years ago
  7. 9d2968c Add facility to create a target. by Devang Patel · 17 years ago
  8. 5f2f218 Goodbye tail duplication (for good this time). by Evan Cheng · 17 years ago
  9. 56eb133 Fix comment. by Duncan Sands · 17 years ago
  10. 3dda08a Fix PR2231 - opt -internalize -std-compile-opts should run internalize first by Chris Lattner · 17 years ago
  11. c5b2710 Re-enable the newly simplified ADCE. This fixes a regression on by Owen Anderson · 17 years ago
  12. 9e2abd3 Remove ADCE from the optimization pipeline. by Owen Anderson · 17 years ago
  13. df04572 Re-enable tail duplication pass (now with default threshold down to 1 instruction). by Evan Cheng · 17 years ago
  14. 38503d4 Remove tail duplication pass. by Evan Cheng · 17 years ago
  15. 8ffe2e2 Recover nestedloop regression reported by nightly tester. by Devang Patel · 17 years ago
  16. 81a1d08 Do not run instruction combiner in middle of loop optimization passes. by Devang Patel · 17 years ago
  17. 4982bab Re-enable loop deletion by default. by Owen Anderson · 17 years ago
  18. 77a895e Disable loop deletion until the release branch. by Owen Anderson · 17 years ago
  19. 3f3d95c Enable dead loop elimination. by Owen Anderson · 17 years ago
  20. 866b9e1 move libcalls to the same place llvm-gcc has it. by Chris Lattner · 17 years ago
  21. 2510c3b enable jump threading pass by default. This causes no miscompilations by Chris Lattner · 17 years ago
  22. fa191e4 Run SimplifyLibCalls near the beginning, not at by Duncan Sands · 17 years ago
  23. 5d4ed3b Move memcpy / memset optimization pass after GVN. by Evan Cheng · 17 years ago
  24. a723d1e Factor a bunch of functionality related to memcpy and memset transforms out of by Owen Anderson · 17 years ago
  25. 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
  26. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  27. d06eb2c Turn GVN on by default. by Owen Anderson · 18 years ago
  28. 305743d Enable loop index split pass. by Devang Patel · 18 years ago
  29. f6a05f9 Rename FastDSE to just DSE. by Owen Anderson · 18 years ago
  30. d47cab8 Remove a FIXME comment that wasn't removed when the code it accompanied by Dan Gohman · 18 years ago
  31. b63c7b6 Turn on FastDSE by default. by Owen Anderson · 18 years ago
  32. 74b1e14 Change sroa threshold back. by Evan Cheng · 18 years ago
  33. a8b9a7b Temporarily set SROA threshold to 512. by Evan Cheng · 18 years ago
  34. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  35. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 18 years ago
  36. 28552da Fix PR 1526. by Devang Patel · 18 years ago
  37. 065344d use the new MemoryBuffer interfaces to simplify error reporting in clients. by Chris Lattner · 18 years ago
  38. d44ae90 make sure the ofstream for opt's output file is destroyed, so that the bits by Chris Lattner · 18 years ago
  39. 744879e switch tools to bitcode from bytecode by Chris Lattner · 18 years ago
  40. 592488a add support to llvm-prof for reading from a bitcode file by Chris Lattner · 18 years ago
  41. b330e38 if -bitcode is specified, read and write a bitcode file instead of a bytecode file. by Chris Lattner · 18 years ago
  42. 1997473 Drop 'const' by Devang Patel · 18 years ago
  43. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  44. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  45. 9c81664 remove cruft by Chris Lattner · 18 years ago
  46. 0aa37f4 Enable loop rotate pass. by Devang Patel · 18 years ago
  47. 1bc8936 Now LoopUnswitch is a LoopPass. by Devang Patel · 18 years ago
  48. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 19 years ago
  49. ef9b9a7 For PR411: by Reid Spencer · 19 years ago
  50. 7ba98a9 For PR1072: by Reid Spencer · 19 years ago
  51. 74ed997 For PR1152: by Reid Spencer · 19 years ago
  52. 0331524 shutdown at end of run by Chris Lattner · 19 years ago
  53. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 19 years ago
  54. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  55. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 19 years ago
  56. cd950a5 target constructors are never used by Chris Lattner · 19 years ago
  57. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 19 years ago
  58. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  59. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  60. 3ed469c For PR786: by Reid Spencer · 19 years ago
  61. 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 19 years ago
  62. 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 19 years ago
  63. 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 19 years ago
  64. 62c5105 For PR885: by Reid Spencer · 19 years ago
  65. da6169b Fix a build failure by Nate Begeman · 19 years ago
  66. 023fcf9 For PR797: by Reid Spencer · 19 years ago
  67. 61c83e0 For PR797: by Reid Spencer · 19 years ago
  68. fd90dd5 For PR872: by Reid Spencer · 19 years ago
  69. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  70. af303d5 For PR780: by Reid Spencer · 19 years ago
  71. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  72. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  73. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  74. e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 21 years ago
  75. 00f3db6 Fix minor mistakes by Jeff Cohen · 21 years ago
  76. 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 21 years ago
  77. 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 21 years ago
  78. 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 21 years ago
  79. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  80. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  81. 81dd3d4 Fix hyphenation and quoting style for great justice by Misha Brukman · 21 years ago
  82. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  83. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 21 years ago
  84. 988a1a0 Prune unused #include by Chris Lattner · 21 years ago
  85. 4a1de8b Add -load option by Chris Lattner · 21 years ago
  86. 3153e4f Neuter the -q option. Stop printing the "program modified" message, ever by Chris Lattner · 21 years ago
  87. ec7eb45 Re-introduce the -q option and make opt always return 0, even if the by Reid Spencer · 21 years ago
  88. 0870594 Removed the -q option and the default message written to stderr. The by Reid Spencer · 21 years ago
  89. bed85ff Header file moved by Chris Lattner · 21 years ago
  90. 76351aa Fix wonky header by Chris Lattner · 21 years ago
  91. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  92. b592fc2 Make 'opt -o -' work correctly instead of creating a file named './-' by Chris Lattner · 22 years ago
  93. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  94. 1ee1e64 Removed extraneous comment line. by John Criswell · 22 years ago
  95. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
  96. 452fea9 Fix grammar. by Misha Brukman · 22 years ago
  97. 6c8103f Kill using declarations by Chris Lattner · 22 years ago
  98. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  99. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  100. 0af1e8e Don't support codegen passes in opt by Chris Lattner · 22 years ago