summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ListReducer.h
Commit message (Expand)AuthorAge
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Detabify.Bill Wendling2008-02-26
* remove attributions from tools.Chris Lattner2007-12-29
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-10
* Remove a dead var noticed by YorionChris Lattner2006-10-09
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Fix line length of a comment.Reid Spencer2006-01-08
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Remove trailing whitespaceMisha Brukman2005-04-22
* Remove debugging code, unneuter this functionalityChris Lattner2004-11-18
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-16
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-11
* be 3.4 happyChris Lattner2003-11-29
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Spell `necessary' correctly.Misha Brukman2003-08-18
* CodeGeneratorBug.cpp:Misha Brukman2003-07-30
* Rename Kept -> SuffixChris Lattner2003-04-25
* Allow reducer interfaces to mutate the lists passed inChris Lattner2003-04-24
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-24