index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
CrashDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-5
/
+5
*
add bitcode support
Chris Lattner
2007-05-06
1
-1
/
+0
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-8
/
+9
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-3
/
+3
*
For PR411:
Reid Spencer
2007-01-06
1
-1
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Forgot a }
Bill Wendling
2006-10-27
1
-0
/
+1
*
Re-added the part where it tries to remove all global variables first.
Bill Wendling
2006-10-27
1
-12
/
+37
*
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
2006-10-25
1
-23
/
+95
*
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-08-15
1
-2
/
+2
*
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
1
-1
/
+1
*
add an assert to get a slightly better msg about this problem
Chris Lattner
2006-03-16
1
-0
/
+3
*
For transforms the behave differently if main goes away, add an option to pre...
Andrew Lenharth
2006-03-05
1
-0
/
+13
*
When the user hits ctrl-c, bugpoint should attempt to stop reduction as
Chris Lattner
2005-08-02
1
-21
/
+20
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-1
/
+1
*
For PR495:
Reid Spencer
2005-07-07
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-20
/
+20
*
Replace more a*'s with arg_*'s, thanks to Gabor Greif!
Chris Lattner
2005-03-15
1
-2
/
+2
*
Fix VC++ complaint
Jeff Cohen
2005-01-22
1
-1
/
+1
*
For PR351:
Reid Spencer
2004-12-16
1
-4
/
+6
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
* Convert "\n" -> '\n'
Misha Brukman
2004-07-23
1
-3
/
+4
*
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
1
-3
/
+3
*
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
1
-15
/
+10
*
Fix the "infinite looping unless you disable adce" bug
Chris Lattner
2004-03-13
1
-1
/
+1
*
Fix the "horribly N^2'd" problem when deleting individual instructions.
Chris Lattner
2004-02-18
1
-18
/
+29
*
* Predicate the optimizer crash debugger on a function.
Chris Lattner
2004-02-18
1
-64
/
+90
*
A couple of minor cleanups: don't forward declare private classes, put private
Chris Lattner
2004-02-18
1
-1
/
+1
*
Cleanup and simplify manipulation of the program, eliminate the need for so
Chris Lattner
2004-02-18
1
-36
/
+29
*
Add a stub for debugging code generator crashes
Chris Lattner
2004-02-18
1
-3
/
+12
*
finegrainify namespacification
Chris Lattner
2004-01-14
1
-49
/
+53
*
Do not crash when dealing with invoke and unwind instructions!
Chris Lattner
2003-11-22
1
-4
/
+7
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
Chris Lattner
2003-11-05
1
-1
/
+1
*
Simplify the performFinalCleanups interface
Chris Lattner
2003-11-05
1
-1
/
+2
*
Do not print out lists with thousands of elements in them, that's kinda silly
Chris Lattner
2003-10-27
1
-2
/
+10
*
fix file headers
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Fix spelling.
Misha Brukman
2003-10-10
1
-2
/
+2
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-2
/
+2
*
File-related functions moved to FileUtilities.h .
Misha Brukman
2003-08-07
1
-1
/
+1
*
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
1
-7
/
+7
*
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-08-07
1
-1
/
+1
*
If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
Chris Lattner
2003-08-05
1
-5
/
+7
*
Only test the vector of functions if it is non-empty.
Misha Brukman
2003-08-05
1
-1
/
+1
*
Added code that ensures that we don't try to reduce an empty vector of basic
John Criswell
2003-08-04
1
-1
/
+1
*
Try to run cleanups even if nothing was modified in the preview passes
Chris Lattner
2003-06-25
1
-13
/
+11
[next]