| Age | Commit message (Expand) | Author |
| 2006-05-12 | Remove dead return value. | Chris Lattner |
| 2006-05-04 | wrap long line | Chris Lattner |
| 2006-03-16 | add an assert to get a slightly better msg about this problem | Chris Lattner |
| 2006-03-14 | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer |
| 2006-03-08 | Fix a really annoying bug in bugpoint that made reducing C++ testcases | Chris Lattner |
| 2006-03-05 | For transforms the behave differently if main goes away, add an option to pre... | Andrew Lenharth |
| 2006-02-04 | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner |
| 2006-01-26 | Pass plugins on to children when optimizing. | Andrew Lenharth |
| 2006-01-23 | this doesn't work, remove it | Chris Lattner |
| 2006-01-22 | add explicit #includes of iostream | Chris Lattner |
| 2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
| 2006-01-17 | Revert this, I didn't mean to commit it | Chris Lattner |
| 2006-01-17 | Add support for programs with a null argv[0] | Chris Lattner |
| 2006-01-08 | Fix line length of a comment. | Reid Spencer |
| 2005-12-23 | Get bugpoint building with VC++ again. | Jeff Cohen |
| 2005-12-22 | For PR351: | Reid Spencer |
| 2005-12-14 | Fix printing of the instructions. | Chris Lattner |
| 2005-12-06 | This solves the problem of the CBE renaming symbols that start with . but the... | Andrew Lenharth |
| 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 | Remove a now-unneeded library | Chris Lattner |
| 2005-10-24 | Link to archive versions of libraries instead of the relinked ones | Chris Lattner |
| 2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 2005-08-29 | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner |
| 2005-08-02 | If the user interrupts bugpoint, don't extract loops | Chris Lattner |
| 2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-12 | Fix PR576. | Chris Lattner |
| 2005-07-08 | Final Changes For PR495: | Reid Spencer |
| 2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
| 2005-07-07 | For PR495: | Reid Spencer |
| 2005-05-08 | If loopextract breaks the program provide output so that we can repro the | Chris Lattner |
| 2005-04-22 | Two changes: | Reid Spencer |
| 2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
| 2005-03-15 | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner |
| 2005-03-15 | Use arg_iterator and arg_begin and arg_end functions. | Alkis Evlogimenos |
| 2005-03-10 | yay for camel_cvs diff | Andrew Lenharth |
| 2005-03-09 | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner |
| 2005-02-27 | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner |
| 2005-02-27 | Remove some stuff I checked in accidentally | Chris Lattner |
| 2005-02-23 | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner |
| 2005-02-16 | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen |
| 2005-02-13 | Move helper function here. | Chris Lattner |
| 2005-01-23 | Add support for fp tolerances | Chris Lattner |
| 2005-01-23 | Adjust to changed interface. | Chris Lattner |
| 2005-01-22 | oops | Jeff Cohen |