aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ListReducer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+3
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-9/+21
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-7/+7
* Detabify.Bill Wendling2008-02-261-11/+10
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Make the bugpoint reduction heuristics more effective. Patch submitted byChris Lattner2006-10-101-2/+58
* Remove a dead var noticed by YorionChris Lattner2006-10-091-1/+0
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Fix line length of a comment.Reid Spencer2006-01-081-2/+2
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-021-0/+13
* Remove trailing whitespaceMisha Brukman2005-04-221-4/+4
* Remove debugging code, unneuter this functionalityChris Lattner2004-11-181-1/+4
* Make this code not depend on LinkModules leaving the second argument unmolested.Chris Lattner2004-11-161-1/+1
* A class that is meant to be a base class should have a virtual destructorChris Lattner2004-05-111-0/+2
* be 3.4 happyChris Lattner2003-11-291-0/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* CodeGeneratorBug.cpp:Misha Brukman2003-07-301-1/+20
* Rename Kept -> SuffixChris Lattner2003-04-251-4/+4
* Allow reducer interfaces to mutate the lists passed inChris Lattner2003-04-241-2/+2
* Move the ListReducer Class into it's own header file instead of living in Mis...Chris Lattner2003-04-241-0/+86