index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ExecutionDriver.cpp
Age
Commit message (
Expand
)
Author
2004-02-11
Add check-exit-code option, defaulting to true.
Brian Gaeke
2004-01-14
finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Fix the first FIXME in this file: automatically pick a "good"
Brian Gaeke
2003-10-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-19
Ok, return an explicit path to the shared object, unbreaking code generator
Chris Lattner
2003-10-18
Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...
Chris Lattner
2003-10-18
Change run-lli -> run-int
Chris Lattner
2003-10-18
Default to using the CBE instead of the Interpreter if no -run-* option is sp...
Chris Lattner
2003-10-14
add support forloading additional .so files on the command line
Chris Lattner
2003-10-14
Change the execute methods to take the shared object filename by const refere...
Chris Lattner
2003-10-14
The return value of compileSharedObject was never used. Return the shared
Chris Lattner
2003-10-07
This header file moved. Thanks to Bill and Nightly tester for noticing
Chris Lattner
2003-09-29
Use the newly abstracted interface for running our tools and gcc.
Misha Brukman
2003-08-28
Renaming `dis' -> `llvm-dis'.
Misha Brukman
2003-08-18
no-strict-aliasing redux
Chris Lattner
2003-08-18
The CBE generates code which violates the TBAA rules of C, thus we must disable
Chris Lattner
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-04
Make sure to flush the output stream so that we get incremental updates
Chris Lattner
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
Use the new FileUtilities library to do diff'ing of files
Chris Lattner
2003-07-30
* Moved InputArgv out of anonymous scope to be extern'd in another file.
Misha Brukman
2003-07-30
Moved definition of InputArgv into ExecutionDriver.cpp -- it is only used there.
Misha Brukman
2003-07-30
Use a vector<char*> instead of char*[] so that we can add arbitrary number of
Misha Brukman
2003-07-28
BugDriver.h:
Misha Brukman
2003-07-24
Made a bunch of cleanups, as per Chris' recommendations:
Misha Brukman
2003-07-24
Major addition to bugpoint: ability to debug code generators (LLC and LLI).
Misha Brukman
2003-05-03
Make a comment more accurate
Chris Lattner
2003-05-03
Add support for debugging miscompilations with the use of the JIT or CBE!
Chris Lattner
2003-04-24
Implement support for bugpoint to identify which FUNCTION an optimization
Chris Lattner
2003-04-23
Allow specifying an input file for the program being executed
Chris Lattner
2002-12-24
Fix compilation on GCC 3.2
Chris Lattner
2002-12-23
New files for miscompilation detection
Chris Lattner
[prev]