aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ListReducer.h
AgeCommit message (Expand)Author
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2008-02-26Detabify.Bill Wendling
2007-12-29remove attributions from tools.Chris Lattner
2006-10-10Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner
2006-10-09Remove a dead var noticed by YorionChris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-01-08Fix line length of a comment.Reid Spencer
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2004-11-18Remove debugging code, unneuter this functionalityChris Lattner
2004-11-16Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner
2004-05-11A class that is meant to be a base class should have a virtual destructorChris Lattner
2003-11-29be 3.4 happyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-07-30CodeGeneratorBug.cpp:Misha Brukman
2003-04-25Rename Kept -> SuffixChris Lattner
2003-04-24Allow reducer interfaces to mutate the lists passed inChris Lattner
2003-04-24Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner