index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ListReducer.h
Age
Commit message (
Expand
)
Author
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2008-02-26
Detabify.
Bill Wendling
2007-12-29
remove attributions from tools.
Chris Lattner
2006-10-10
Make the bugpoint reduction heuristics more effective. Patch submitted by
Chris Lattner
2006-10-09
Remove a dead var noticed by Yorion
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-01-08
Fix line length of a comment.
Reid Spencer
2005-08-02
When the user hits ctrl-c, bugpoint should attempt to stop reduction as
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-11-18
Remove debugging code, unneuter this functionality
Chris Lattner
2004-11-16
Make this code not depend on LinkModules leaving the second argument unmolested.
Chris Lattner
2004-05-11
A class that is meant to be a base class should have a virtual destructor
Chris Lattner
2003-11-29
be 3.4 happy
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-07-30
CodeGeneratorBug.cpp:
Misha Brukman
2003-04-25
Rename Kept -> Suffix
Chris Lattner
2003-04-24
Allow reducer interfaces to mutate the lists passed in
Chris Lattner
2003-04-24
Move the ListReducer Class into it's own header file instead of living in Mis...
Chris Lattner