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