| Commit message (Expand) | Author | Age | Files | Lines |
* | remove attributions | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Align make log output with the rest of llvm. | Reid Spencer | 2007-02-10 | 1 | -6/+6 |
* | Write the deprecation message to stderr instead of stdout so that it | Reid Spencer | 2007-02-09 | 1 | -0/+1 |
* | Make sure the gccas script is executable. | Reid Spencer | 2007-02-04 | 1 | -2/+4 |
* | Clean this up a bit: hide command unless verbose output requested, echo | Reid Spencer | 2007-02-03 | 1 | -2/+6 |
* | Two improvements: | Reid Spencer | 2007-02-02 | 1 | -2/+2 |
* | For PR1152: | Reid Spencer | 2007-02-02 | 3 | -221/+76 |
* | Order createSimplifyLibCallsPass() after a set of function level passes | Devang Patel | 2007-01-26 | 1 | -1/+1 |
* | default to emiting an uncompressed .bc file | Chris Lattner | 2007-01-21 | 1 | -1/+1 |
* | Run an instcombine pass after inlining but before scalarrepl. This allows | Chris Lattner | 2007-01-15 | 1 | -0/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -5/+5 |
* | make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. | Chris Lattner | 2006-12-06 | 1 | -0/+2 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -6/+8 |
* | Update to new predicate simplifier VRP design. Fixes PR966 and PR967. | Nick Lewycky | 2006-11-22 | 1 | -1/+0 |
* | Enable 'predsimplify' optimization. | Nick Lewycky | 2006-09-24 | 1 | -0/+1 |
* | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner | 2006-09-04 | 1 | -3/+1 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -10/+3 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Split long comment lines. | Reid Spencer | 2006-07-03 | 1 | -6/+4 |
* | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | 2006-06-16 | 1 | -1/+1 |
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -2/+2 |
* | Turn on loop unswitching tonight | Chris Lattner | 2006-02-22 | 1 | -0/+1 |
* | Move some constant folding code shared by Analysis and Transform passes | John Criswell | 2005-10-27 | 1 | -1/+1 |
* | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell | 2005-10-26 | 1 | -1/+1 |
* | Pull in the archive versions of these libs to reduce executable size | Chris Lattner | 2005-10-24 | 1 | -2/+2 |
* | Move licm after reassociate, add some cond-propagate passes | Chris Lattner | 2005-05-07 | 1 | -1/+4 |
* | Add the simplify-libcalls pass. | Reid Spencer | 2005-04-27 | 1 | -0/+1 |
* | There are still uses for spaces in Makefiles -- to make text line up together, | Misha Brukman | 2005-04-24 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -8/+8 |
* | there is no reason to run -instcombine -instcombine! | Chris Lattner | 2005-03-29 | 1 | -1/+0 |
* | Rename createPromoteMemoryToRegister() to | Alkis Evlogimenos | 2005-03-28 | 1 | -1/+1 |
* | move the reassociation pass after the LICM pass. This speeds up mgrid | Chris Lattner | 2005-03-07 | 1 | -2/+2 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -1/+4 |
* | Fix typo 'ompress' => 'compress'. | Jeff Cohen | 2005-01-01 | 1 | -1/+1 |
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -57/+65 |
* | Support the gas option --traditional-format which, for some reason, gets | Reid Spencer | 2004-12-22 | 1 | -0/+3 |
* | Add -strip-debug option | Chris Lattner | 2004-12-03 | 1 | -3/+9 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
* | Add a --disable-compression option to gccas so the default compression of | Reid Spencer | 2004-11-08 | 1 | -1/+4 |
* | Fix file header comment | Misha Brukman | 2004-10-29 | 1 | -1/+1 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -2/+3 |
* | We're not doing automake any more | Reid Spencer | 2004-10-22 | 1 | -652/+0 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 1 | -19/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+652 |
* | Remove extra comma. | Reid Spencer | 2004-10-18 | 1 | -1/+1 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+19 |
* | Rename pass | Chris Lattner | 2004-10-07 | 1 | -2/+2 |