summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ListReducer.h
AgeCommit message (Expand)Author
2017-02-16Remove uses of deprecated std::random_shuffle in the LLVM code base. Reviewed...Marshall Clow
2016-11-20Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim
2016-09-06bugpoint: Return Errors instead of passing around stringsJustin Bogner
2016-09-06Revert "bugpoint: Stop threading errors through APIs that never fail"Justin Bogner
2016-09-06bugpoint: Stop threading errors through APIs that never failJustin Bogner
2016-09-01bugpoint: clang-format and modernize comments in ListReducer. NFCJustin Bogner
2015-07-26bugpoint: make the number of trim iterations a compile-time constantTobias Grosser
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2012-12-04Sort the #include lines for tools/...Chandler Carruth
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