- e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
- c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
- 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
- 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
- b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
- aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
- 61c83e0 For PR797: by Reid Spencer · 18 years ago
- 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
- 3d48e53 Split long comment lines. by Reid Spencer · 18 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- a2a5160 Turn on loop unswitching tonight by Chris Lattner · 19 years ago
- a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
- e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
- 5e22a64 Pull in the archive versions of these libs to reduce executable size by Chris Lattner · 19 years ago
- cbe92e6 Move licm after reassociate, add some cond-propagate passes by Chris Lattner · 20 years ago
- ff1c9e2 Add the simplify-libcalls pass. by Reid Spencer · 20 years ago
- e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 0b77be8 there is no reason to run -instcombine -instcombine! by Chris Lattner · 20 years ago
- ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 20 years ago
- 35641ec move the reassociation pass after the LICM pass. This speeds up mgrid by Chris Lattner · 20 years ago
- 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
- 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
- 1ef8bda For PR351: by Reid Spencer · 20 years ago
- 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 20 years ago
- 40add59 Add -strip-debug option remove the temporary -disable-dse option by Chris Lattner · 20 years ago
- bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
- cc0bd56 Add a --disable-compression option to gccas so the default compression of by Reid Spencer · 20 years ago
- b188393 Fix file header comment by Misha Brukman · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- 0bade7e Remove extra comma. by Reid Spencer · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- 93a00e4 Rename pass by Chris Lattner · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
- 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
- b11a463 Remove redundant SCCP pass by Chris Lattner · 20 years ago
- bed85ff Header file moved by Chris Lattner · 20 years ago
- 93d8202 Move loop optimization passes up, add loop unroller by Chris Lattner · 21 years ago
- 2c7b430 Turn on argument promotion in gccas. This can give us substantially better by Chris Lattner · 21 years ago
- a93d19f Add a new pass by Chris Lattner · 21 years ago
- 364d120 Make sure to print a stack trace whenever an error signal is delivered to by Chris Lattner · 21 years ago
- 05e4e8a Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. by Chris Lattner · 21 years ago
- 0cccb18 Make sure to verify the result before writing out the bytecode file. Not doing by Chris Lattner · 21 years ago
- 74295c0 Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just by Chris Lattner · 21 years ago
- ca6cc6f Run tailcall elimination in a more logical place by Chris Lattner · 21 years ago
- 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 21 years ago
- 3edb77c Revert the previous patch since it causes lots of miscompilations. :( :( by Chris Lattner · 21 years ago
- 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
- a8d76d4 As the comments indicate, this is a temporary, repulsive, hack by Chris Lattner · 21 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
- eaa35bb Turn on the IPCP pass by default. It has passed all of the tests by Chris Lattner · 21 years ago
- e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
- 1dd27b1 fix file header by Chris Lattner · 21 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
- f07c833 Unfortunately, it looks like level raise is still needed :( by Chris Lattner · 21 years ago
- dbc2318 Give this file a proper header by Chris Lattner · 21 years ago
- 76a1bf9 The levelraise pass is a broken old piece of crufty code that should be by Chris Lattner · 21 years ago
- 0cea3ec Add a new -disable-inlining option by Chris Lattner · 21 years ago
- 452fea9 Fix grammar. by Misha Brukman · 21 years ago
- 75ebab8 Now that the TCE pass passes all of the tests, add it to GCCAS by Chris Lattner · 21 years ago
- f7c7f5a Enable the setjmp/longjmp lowering pass by Chris Lattner · 21 years ago
- b3e8fe4 scalarrepl now includes mem2reg by Chris Lattner · 21 years ago
- 4732052 Move the -indvars pass much later to where it is more likely to do good stuff by Chris Lattner · 21 years ago
- 145b7dd #include is unnecessary by Chris Lattner · 21 years ago
- 36f18ae Remove the -stopAfterNPasses option, which has been long obsoleted by bugpoint by Chris Lattner · 21 years ago
- cf37c23 * move the dead-type-eliminate passes to the end, where they are more useful by Chris Lattner · 21 years ago
- 23d5724 Completely remove mention of the correlated branch elimination pass. It has by Chris Lattner · 21 years ago
- 57d708b * The possessive third-person singular has no apostrophe (its) by Misha Brukman · 21 years ago
- e643a6c Add tail duplication pass to the pipeline, move the verifier pass to the front by Chris Lattner · 21 years ago
- 42ed21b Add SRoA pass to gccas by Chris Lattner · 21 years ago
- 4dc3535 Move indvars pass after mem2reg pass where it is more likely to be useful by Chris Lattner · 21 years ago
- 590607b Add an instcombine pass before levelraise by Chris Lattner · 22 years ago
- 9c3b55e Make sure to create a target data that matches the Module's target properties. by Chris Lattner · 22 years ago
- c986392 Remove support for "target data" pass ctors by Chris Lattner · 22 years ago
- 961f7b4 LevelRaise now gets target data from passmanager by Chris Lattner · 22 years ago
- a4dd4e2 The new CFrontend generates LOTs of basic blocks that just fall through and do by Chris Lattner · 22 years ago
- e1c8153 Eliminate some compatibility stuff no longer needed :P by Chris Lattner · 22 years ago
- 8c7b055 Improve compatibility with system AS further by allowing input from stdin by Chris Lattner · 22 years ago
- 2c1d2f2 * Get rid of using declaration by Chris Lattner · 22 years ago
- f2956fc Namespacify command line options by Chris Lattner · 22 years ago
- 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
- 02a74cc Disable correlated expressions pass until it is reliable. by Vikram S. Adve · 22 years ago
- 52af630 Reassociate now works by Chris Lattner · 22 years ago
- c954161 Added datastructure library to resolve link error. by Vikram S. Adve · 22 years ago
- cc377df * Remove the -stopraise option, which is no longer needed now that we have by Chris Lattner · 22 years ago
- 0a4aa5a gcc3.1.1 seems much more selective about what it loads from archives, and by Vikram S. Adve · 22 years ago
- 4dd7d3e * No longer need to run die after instcombine by Chris Lattner · 22 years ago
- c539483 - Reformat comments by Chris Lattner · 22 years ago
- 1b7fbef - GCCAS now uses load value #ing for GCSE by Chris Lattner · 22 years ago
- 374a095 Do not leak memory for passes when using -stopAfterNPasses or -stopraise by Chris Lattner · 22 years ago
- 0e4ca08 Run GlobalDCE before deadtypeelim so that we do not retain types for global by Chris Lattner · 22 years ago
- d4c7f27 by Chris Lattner · 22 years ago
- c7a0985 *** empty log message *** by Chris Lattner · 22 years ago