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
/
ExecutionDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-grouped and alphabetized headers for easier reading and cleaner style.
Misha Brukman
2003-08-07
1
-1
/
+1
*
Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.
Misha Brukman
2003-08-07
1
-1
/
+1
*
Make sure to flush the output stream so that we get incremental updates
Chris Lattner
2003-08-04
1
-11
/
+10
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-1
/
+1
*
Use the new FileUtilities library to do diff'ing of files
Chris Lattner
2003-08-01
1
-22
/
+9
*
* Moved InputArgv out of anonymous scope to be extern'd in another file.
Misha Brukman
2003-07-30
1
-32
/
+47
*
Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.
Misha Brukman
2003-07-30
1
-2
/
+6
*
Use a vector<char*> instead of char*[] so that we can add arbitrary number of
Misha Brukman
2003-07-30
1
-38
/
+35
*
BugDriver.h:
Misha Brukman
2003-07-28
1
-28
/
+31
*
Made a bunch of cleanups, as per Chris' recommendations:
Misha Brukman
2003-07-24
1
-24
/
+40
*
Major addition to bugpoint: ability to debug code generators (LLC and LLI).
Misha Brukman
2003-07-24
1
-111
/
+336
*
Make a comment more accurate
Chris Lattner
2003-05-03
1
-1
/
+1
*
Add support for debugging miscompilations with the use of the JIT or CBE!
Chris Lattner
2003-05-03
1
-4
/
+162
*
Implement support for bugpoint to identify which FUNCTION an optimization
Chris Lattner
2003-04-24
1
-1
/
+3
*
Allow specifying an input file for the program being executed
Chris Lattner
2003-04-23
1
-1
/
+5
*
Fix compilation on GCC 3.2
Chris Lattner
2002-12-24
1
-0
/
+1
*
New files for miscompilation detection
Chris Lattner
2002-12-23
1
-0
/
+191