Age | Commit message (Expand) | Author |
2007-12-29 | remove attributions | Chris Lattner |
2007-12-29 | remove attributions from tools/utils makefiles. | Chris Lattner |
2007-02-10 | Align make log output with the rest of llvm. | Reid Spencer |
2007-02-09 | Write the deprecation message to stderr instead of stdout so that it | Reid Spencer |
2007-02-04 | Make sure the gccas script is executable. | Reid Spencer |
2007-02-03 | Clean this up a bit: hide command unless verbose output requested, echo | Reid Spencer |
2007-02-02 | Two improvements: | Reid Spencer |
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-09-04 | Use LINK_COMPONENTS to specify *components* to link against instead of | Chris Lattner |
2006-08-18 | For PR797: | Reid Spencer |
2006-07-07 | Tools require EH for their top-level try blocks. | Chris Lattner |
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-06-01 | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer |
2006-02-22 | Turn on loop unswitching tonight | Chris Lattner |
2005-10-27 | Move some constant folding code shared by Analysis and Transform passes | John Criswell |
2005-10-26 | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell |
2005-10-24 | Pull in the archive versions of these libs to reduce executable size | 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-24 | There are still uses for spaces in Makefiles -- to make text line up together, | Misha Brukman |
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-25 | Add LLVMbzip2 library, now required. | Reid Spencer |
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-29 | Fix file header comment | Misha Brukman |
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
2004-10-22 | We're not doing automake any more | Reid Spencer |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-18 | Remove extra comma. | Reid Spencer |
2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-10-07 | Rename pass | Chris Lattner |