summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* print a nice error if bugpoint gets an error reading inputs. Bug identifiedChris Lattner2006-05-14
* Fix a bug found by inspection.Chris Lattner2006-05-14
* Remove dead return value.Chris Lattner2006-05-12
* wrap long lineChris Lattner2006-05-04
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-16
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Fix a really annoying bug in bugpoint that made reducing C++ testcasesChris Lattner2006-03-08
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-05
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-04
* Pass plugins on to children when optimizing.Andrew Lenharth2006-01-26
* this doesn't work, remove itChris Lattner2006-01-23
* add explicit #includes of iostreamChris Lattner2006-01-22
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Revert this, I didn't mean to commit itChris Lattner2006-01-17
* Add support for programs with a null argv[0]Chris Lattner2006-01-17
* Fix line length of a comment.Reid Spencer2006-01-08
* Get bugpoint building with VC++ again.Jeff Cohen2005-12-23
* For PR351:Reid Spencer2005-12-22
* Fix printing of the instructions.Chris Lattner2005-12-14
* This solves the problem of the CBE renaming symbols that start with . but the...Andrew Lenharth2005-12-06
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* Remove a now-unneeded libraryChris Lattner2005-10-24
* Link to archive versions of libraries instead of the relinked onesChris Lattner2005-10-24
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-29
* If the user interrupts bugpoint, don't extract loopsChris Lattner2005-08-02
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Fix PR576.Chris Lattner2005-07-12
* Final Changes For PR495:Reid Spencer2005-07-08
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-08
* For PR495:Reid Spencer2005-07-07
* If loopextract breaks the program provide output so that we can repro theChris Lattner2005-05-08
* Two changes:Reid Spencer2005-04-22
* Eliminate tabs and trailing spacesJeff Cohen2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Use arg_iterator and arg_begin and arg_end functions.Alkis Evlogimenos2005-03-15
* yay for camel_cvs diffAndrew Lenharth2005-03-10
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-09
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Remove some stuff I checked in accidentallyChris Lattner2005-02-27
* Fix a bugpoint crash that JeffC noticed, looking like this:Chris Lattner2005-02-23
* Get bugpoint compiling with VC++ again, not that it works anyway.Jeff Cohen2005-02-16