summaryrefslogtreecommitdiff
path: root/tools/bugpoint
Commit message (Expand)AuthorAge
...
* fit in 80 colsChris Lattner2006-08-17
* minor cleanupsChris Lattner2006-08-17
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-15
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp ...Patrick Jenkins2006-07-28
* This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ ...Patrick Jenkins2006-07-28
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* Teach bugpoint to kill optimization passes that run over the timeout limit,Chris Lattner2006-06-13
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-09
* Make sure this tool links in all of libVMCore.a because it can --loadReid Spencer2006-06-07
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* 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