1. 4c06e0d remove attributions by Chris Lattner · 17 years ago
  2. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  3. ead1aea Align make log output with the rest of llvm. by Reid Spencer · 18 years ago
  4. 8d0dbdb Write the deprecation message to stderr instead of stdout so that it by Reid Spencer · 18 years ago
  5. a3e6062 Make sure the gccas script is executable. by Reid Spencer · 18 years ago
  6. c74913c Clean this up a bit: hide command unless verbose output requested, echo by Reid Spencer · 18 years ago
  7. e3770db Two improvements: by Reid Spencer · 18 years ago
  8. bd70c0b For PR1152: Step 2: Make plug compatible shell script to replace gccas binary. by Reid Spencer · 18 years ago
  9. 758e7b1 Order createSimplifyLibCallsPass() after a set of function level passes by Devang Patel · 18 years ago
  10. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  11. ac98024 Run an instcombine pass after inlining but before scalarrepl. This allows by Chris Lattner · 18 years ago
  12. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  13. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  14. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  15. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  16. b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
  17. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  18. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  19. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  20. 3d48e53 Split long comment lines. by Reid Spencer · 18 years ago
  21. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  22. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  23. a2a5160 Turn on loop unswitching tonight by Chris Lattner · 19 years ago
  24. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  25. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  26. 5e22a64 Pull in the archive versions of these libs to reduce executable size by Chris Lattner · 19 years ago
  27. cbe92e6 Move licm after reassociate, add some cond-propagate passes by Chris Lattner · 19 years ago
  28. ff1c9e2 Add the simplify-libcalls pass. by Reid Spencer · 20 years ago
  29. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
  30. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  31. 0b77be8 there is no reason to run -instcombine -instcombine! by Chris Lattner · 20 years ago
  32. ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 20 years ago
  33. 35641ec move the reassociation pass after the LICM pass. This speeds up mgrid by Chris Lattner · 20 years ago
  34. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  35. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
  36. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  37. 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 20 years ago
  38. 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
  39. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  40. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  41. cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
  42. b188393 Fix file header comment by Misha Brukman · 20 years ago
  43. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  44. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  45. cac731e We won't use automake by Reid Spencer · 20 years ago
  46. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  47. 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
  48. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  49. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  50. 93a00e4 Rename pass by Chris Lattner · 20 years ago
  51. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  52. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  53. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  54. b11a463 Remove redundant SCCP pass by Chris Lattner · 20 years ago
  55. bed85ff Header file moved by Chris Lattner · 20 years ago
  56. 93d8202 Move loop optimization passes up, add loop unroller by Chris Lattner · 21 years ago
  57. 2c7b430 Turn on argument promotion in gccas. This can give us substantially better by Chris Lattner · 21 years ago
  58. a93d19f Add a new pass by Chris Lattner · 21 years ago
  59. 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
  60. 05e4e8a Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. by Chris Lattner · 21 years ago
  61. 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
  62. 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
  63. ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
  64. 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
  65. 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
  66. 14b170f Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIATELY after funcresolve. Also, run the mem2reg pass _early_ so that IPCP and DAE actually do stuff. by Chris Lattner · 21 years ago
  67. a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 21 years ago
  68. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  69. eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 21 years ago
  70. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  71. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  72. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  73. f07c833 Unfortunately, it looks like level raise is still needed :( by Chris Lattner · 21 years ago
  74. dbc2318 Give this file a proper header by Chris Lattner · 21 years ago
  75. 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 21 years ago
  76. 0cea3ec Add a new -disable-inlining option by Chris Lattner · 21 years ago
  77. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  78. 75ebab8 Now that the TCE pass passes all of the tests, add it to GCCAS by Chris Lattner · 21 years ago
  79. f7c7f5a Enable the setjmp/longjmp lowering pass by Chris Lattner · 21 years ago
  80. b3e8fe4 scalarrepl now includes mem2reg by Chris Lattner · 21 years ago
  81. 4732052 Move the -indvars pass much later to where it is more likely to do good stuff by Chris Lattner · 21 years ago
  82. 145b7dd #include is unnecessary by Chris Lattner · 21 years ago
  83. 36f18ae Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint by Chris Lattner · 21 years ago
  84. cf37c23 * move the dead-type-eliminate passes to the end, where they are more useful by Chris Lattner · 21 years ago
  85. 23d5724 Completely remove mention of the correlated branch elimination pass. It has by Chris Lattner · 21 years ago
  86. 57d708b * The possessive third-person singular has no apostrophe (its) by Misha Brukman · 21 years ago
  87. e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
  88. 42ed21b Add SRoA pass to gccas by Chris Lattner · 21 years ago
  89. 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 21 years ago
  90. 590607b Add an instcombine pass before levelraise by Chris Lattner · 21 years ago
  91. 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
  92. c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
  93. 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
  94. a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
  95. e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 22 years ago
  96. 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 22 years ago
  97. 2c1d2f2 * Get rid of using declaration by Chris Lattner · 22 years ago
  98. f2956fc Namespacify command line options by Chris Lattner · 22 years ago
  99. cabda21 link with static versions of some libs to avoid having to pull in all of ipo/ipa and datastructure at all by Chris Lattner · 22 years ago
  100. 02a74cc Disable correlated expressions pass until it is reliable. by Vikram S. Adve · 22 years ago