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
/
CrashDebugger.cpp
Age
Commit message (
Expand
)
Author
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-03-14
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-13
Fix the "infinite looping unless you disable adce" bug
Chris Lattner
2004-02-18
Fix the "horribly N^2'd" problem when deleting individual instructions.
Chris Lattner
2004-02-18
* Predicate the optimizer crash debugger on a function.
Chris Lattner
2004-02-18
A couple of minor cleanups: don't forward declare private classes, put private
Chris Lattner
2004-02-18
Cleanup and simplify manipulation of the program, eliminate the need for so
Chris Lattner
2004-02-18
Add a stub for debugging code generator crashes
Chris Lattner
2004-01-14
finegrainify namespacification
Chris Lattner
2003-11-22
Do not crash when dealing with invoke and unwind instructions!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-05
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
Chris Lattner
2003-11-05
Simplify the performFinalCleanups interface
Chris Lattner
2003-10-27
Do not print out lists with thousands of elements in them, that's kinda silly
Chris Lattner
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-07
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-08-05
If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
Chris Lattner
2003-08-05
Only test the vector of functions if it is non-empty.
Misha Brukman
2003-08-04
Added code that ensures that we don't try to reduce an empty vector of basic
John Criswell
2003-06-25
Try to run cleanups even if nothing was modified in the preview passes
Chris Lattner
2003-06-02
Remove stupid thinko that was preventing bugpoint from working
Chris Lattner
2003-04-25
Big programs have tons of global variable initializers, and most passes don't...
Chris Lattner
2003-04-24
Speed up convergence significantly and also reduce the size of testcases by m...
Chris Lattner
2003-04-24
The big fix is this change:
Chris Lattner
2003-04-24
Use the list reducer to improve convergence speed and to support crashes that
Chris Lattner
2003-04-24
Implement support for bugpoint to identify which FUNCTION an optimization
Chris Lattner
2003-02-28
* Reduce the number of useless bytecode files produced by bugpoint.
Chris Lattner
2003-01-23
Make bugpoint *much* more powerful, giving it the capability to delete instru...
Chris Lattner
2002-12-23
Implement the start of the miscompilation detection stuff
Chris Lattner
2002-11-20
Initial checkin of bugpoint
Chris Lattner