| Age | Commit message (Expand) | Author |
| 2006-05-04 | wrap long line | Chris Lattner |
| 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-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 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-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 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 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-02-27 | Fix spelling, patch contributed by Gabor Greif! | Chris Lattner |
| 2005-01-15 | Improve output precision. | Chris Lattner |
| 2004-12-16 | For PR351: | Reid Spencer |
| 2004-12-15 | For PR351: | Reid Spencer |
| 2004-12-13 | LinkModules is now in the Linker class | Reid Spencer |
| 2004-11-19 | Fix a bug in the checkin where I adjusted this code to work when | Chris Lattner |
| 2004-11-16 | Make this code not depend on LinkModules leaving the second argument unmolested. | Chris Lattner |
| 2004-11-14 | Linker.h has a new home. | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-23 | * Convert "\n" -> '\n' | Misha Brukman |
| 2004-07-18 | bug 122: | Reid Spencer |
| 2004-06-23 | Linker.h moved to include/llvm/Support | Misha Brukman |
| 2004-05-12 | Turn the block extractor on by default now that it basically works, eliminati... | Chris Lattner |
| 2004-05-12 | Check to see if all blocks are extractible first. | Chris Lattner |
| 2004-05-12 | Implement the final missing bits for block extractor support. Now bugpoint | Chris Lattner |
| 2004-05-11 | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner |
| 2004-04-23 | Teach bugpoint to be a little bit smarter and avoid repeating work | Chris Lattner |
| 2004-04-22 | Add a space before result for readability on the command line. | Misha Brukman |
| 2004-04-21 | Add doxygenified comments to functions. | Misha Brukman |
| 2004-04-19 | As per Chris, greatly simplify handling of external functions by using the | Misha Brukman |
| 2004-04-19 | Finally implement rewriting global initializers which use external functions | Misha Brukman |
| 2004-04-11 | Disambiguate symbols after loop extraction so that we can diagnose a code | Chris Lattner |
| 2004-04-09 | Fix an obvious bug in the refactoring I did a few days ago | Chris Lattner |
| 2004-04-05 | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner |
| 2004-04-05 | Refactor and genericize code | Chris Lattner |
| 2004-04-02 | minor formatting change | Chris Lattner |
| 2004-04-02 | Fix two pretty serious bugs: | Chris Lattner |
| 2004-03-17 | When loop extraction succeeds, make sure to map the function pointers over | Chris Lattner |
| 2004-03-16 | Fix thinko, and PR292 | Chris Lattner |
| 2004-03-14 | After reducing a miscompiled program down to the functions which are being | Chris Lattner |
| 2004-03-14 | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner |
| 2004-03-14 | Refactor all of the "splitting a module into two pieces" code to avoid | Chris Lattner |
| 2004-02-18 | A couple of minor cleanups: don't forward declare private classes, put private | Chris Lattner |
| 2004-02-18 | Add a stub for debugging code generator crashes | Chris Lattner |
| 2004-01-14 | finegrainify namespacification | Chris Lattner |