| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove a now-unneeded library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | Link to archive versions of libraries instead of the relinked ones | Chris Lattner | 2005-10-24 | 2 | -4/+6 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 1 | -1/+1 |
* | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner | 2005-08-29 | 1 | -0/+3 |
* | If the user interrupts bugpoint, don't extract loops | Chris Lattner | 2005-08-02 | 1 | -2/+6 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 5 | -30/+59 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 2 | -7/+7 |
* | Fix PR576. | Chris Lattner | 2005-07-12 | 1 | -21/+36 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 5 | -16/+16 |
* | Add support for assembling .s files on mac os x for intel | Nate Begeman | 2005-07-08 | 1 | -1/+1 |
* | For PR495: | Reid Spencer | 2005-07-07 | 5 | -17/+18 |
* | If loopextract breaks the program provide output so that we can repro the | Chris Lattner | 2005-05-08 | 1 | -1/+9 |
* | Two changes: | Reid Spencer | 2005-04-22 | 1 | -2/+0 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-22 | 3 | -5/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 10 | -71/+71 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -18/+18 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 3 | -5/+5 |
* | Use arg_iterator and arg_begin and arg_end functions. | Alkis Evlogimenos | 2005-03-15 | 1 | -4/+5 |
* | yay for camel_cvs diff | Andrew Lenharth | 2005-03-10 | 1 | -1/+1 |
* | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner | 2005-03-09 | 1 | -0/+4 |
* | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | Remove some stuff I checked in accidentally | Chris Lattner | 2005-02-27 | 1 | -6/+0 |
* | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner | 2005-02-23 | 1 | -1/+2 |
* | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen | 2005-02-16 | 1 | -1/+3 |
* | Move helper function here. | Chris Lattner | 2005-02-13 | 1 | -0/+28 |
* | Add support for fp tolerances | Chris Lattner | 2005-01-23 | 1 | -3/+11 |
* | Adjust to changed interface. | Chris Lattner | 2005-01-23 | 1 | -1/+2 |
* | oops | Jeff Cohen | 2005-01-22 | 1 | -1/+1 |
* | Use binary mode for reading/writing bytecode files | Jeff Cohen | 2005-01-22 | 1 | -3/+21 |
* | Fix VC++ complaint | Jeff Cohen | 2005-01-22 | 2 | -2/+3 |
* | Improve output precision. | Chris Lattner | 2005-01-15 | 1 | -2/+12 |
* | For PR351: | Reid Spencer | 2004-12-30 | 1 | -2/+3 |
* | For PR351: | Reid Spencer | 2004-12-27 | 1 | -2/+2 |
* | Fix the build on PowerPC/Darwin - it thought we were declaring a new | Brian Gaeke | 2004-12-22 | 1 | -1/+2 |
* | Allow compilers that can't distinguish between a class instantiation and | Reid Spencer | 2004-12-20 | 1 | -1/+2 |
* | llvm/Config/unistd.h has gone away, far, far away | Misha Brukman | 2004-12-20 | 1 | -2/+0 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -24/+27 |
* | For PR351: | Reid Spencer | 2004-12-19 | 1 | -4/+4 |
* | For PR351: | Reid Spencer | 2004-12-16 | 5 | -24/+28 |
* | For PR351: | Reid Spencer | 2004-12-16 | 2 | -17/+16 |
* | For PR351: | Reid Spencer | 2004-12-15 | 3 | -20/+34 |
* | For PR351: | Reid Spencer | 2004-12-15 | 1 | -8/+17 |
* | For PR351: | Reid Spencer | 2004-12-13 | 1 | -5/+5 |
* | LinkModules is now in the Linker class | Reid Spencer | 2004-12-13 | 2 | -4/+4 |
* | Shared library extension is now in LTDL_SHLIB_EXT | Reid Spencer | 2004-11-29 | 1 | -1/+1 |
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |