Age | Commit message (Expand) | Author |
2007-02-02 | For PR1152: | Reid Spencer |
2007-01-26 | Order createSimplifyLibCallsPass() after a set of function level passes | Devang Patel |
2007-01-21 | default to emiting an uncompressed .bc file | Chris Lattner |
2007-01-15 | Run an instcombine pass after inlining but before scalarrepl. This allows | Chris Lattner |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner |
2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
2006-11-22 | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky |
2006-09-24 | Enable 'predsimplify' optimization. | Nick Lewycky |
2006-08-18 | For PR797: | Reid Spencer |
2006-07-03 | Split long comment lines. | Reid Spencer |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-02-22 | Turn on loop unswitching tonight | Chris Lattner |
2005-05-07 | Move licm after reassociate, add some cond-propagate passes | Chris Lattner |
2005-04-27 | Add the simplify-libcalls pass. | Reid Spencer |
2005-04-22 | Remove trailing whitespace | Misha Brukman |
2005-03-29 | there is no reason to run -instcombine -instcombine! | Chris Lattner |
2005-03-28 | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos |
2005-03-07 | move the reassociation pass after the LICM pass. This speeds up mgrid | Chris Lattner |
2005-01-22 | Use binary mode for reading/writing bytecode files | Jeff Cohen |
2005-01-01 | Fix typo 'ompress' => 'compress'. | Jeff Cohen |
2004-12-30 | For PR351: | Reid Spencer |
2004-12-22 | Support the gas option --traditional-format which, for some reason, gets | Reid Spencer |
2004-12-03 | Add -strip-debug option | Chris Lattner |
2004-11-14 | Fix usage of changed function prototype | Reid Spencer |
2004-11-08 | Add a --disable-compression option to gccas so the default compression of | Reid Spencer |
2004-10-07 | Rename pass | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-29 | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer |
2004-07-22 | Remove redundant SCCP pass | Chris Lattner |
2004-05-27 | Header file moved | Chris Lattner |
2004-04-18 | Move loop optimization passes up, add loop unroller | Chris Lattner |
2004-03-13 | Turn on argument promotion in gccas. This can give us substantially better | Chris Lattner |
2004-02-25 | Add a new pass | Chris Lattner |
2004-02-19 | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner |
2004-02-01 | Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. | Chris Lattner |
2004-01-14 | Make sure to verify the result before writing out the bytecode file. Not doing | Chris Lattner |
2003-12-30 | Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt just | Chris Lattner |
2003-12-11 | Run tailcall elimination in a more logical place | Chris Lattner |
2003-12-07 | It is now after pldi. This issue has been fixed, so remove the hack | Chris Lattner |
2003-11-22 | Revert the previous patch since it causes lots of miscompilations. :( :( | Chris Lattner |
2003-11-21 | Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA... | Chris Lattner |
2003-11-13 | As the comments indicate, this is a temporary, repulsive, hack | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-23 | Turn on the IPCP pass by default. It has passed all of the tests | Chris Lattner |
2003-10-20 | fix file header | Chris Lattner |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-16 | Unfortunately, it looks like level raise is still needed :( | Chris Lattner |
2003-10-15 | Give this file a proper header | Chris Lattner |
2003-10-15 | The levelraise pass is a broken old piece of crufty code that should be | Chris Lattner |