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
/
BugDriver.cpp
Age
Commit message (
Expand
)
Author
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
add bitcode support
Chris Lattner
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-10-25
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
2006-08-18
For PR797:
Reid Spencer
2006-08-15
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-06-13
Teach bugpoint to kill optimization passes that run over the timeout limit,
Chris Lattner
2006-06-06
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-05-14
print a nice error if bugpoint gets an error reading inputs. Bug identified
Chris Lattner
2005-12-22
For PR351:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-20
Allow compilers that can't distinguish between a class instantiation and
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-13
LinkModules is now in the Linker class
Reid Spencer
2004-11-14
Linker.h has a new home.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-24
Finally give bugpoint -timeout support!
Chris Lattner
2004-07-23
* Convert "\n" -> '\n'
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not include it any more.
Reid Spencer
2004-06-23
Linker.h moved to include/llvm/Support
Misha Brukman
2004-04-06
Wrap at 80 cols.
Misha Brukman
2004-03-14
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-02-20
Format a bit more nicely
Chris Lattner
2004-02-19
Be a bit more robust. Explicitly check for a code generator crash.
Chris Lattner
2004-02-19
Make ToolExecutionError inherit std::exception and implement its
Alkis Evlogimenos
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-02-18
ctor arguments changed order
Chris Lattner
2004-02-18
This class got moved to FileUtilities.h
Chris Lattner
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-20
fix file headers
Chris Lattner
2003-10-20
Added copyright header to all C++ source files.
John Criswell
2003-10-15
Flush output after writing out the list of function names.
Brian Gaeke
2003-10-14
Eliminate the bugpoint -mode option, by making bugpoint automatically infer t...
Chris Lattner
2003-10-13
Unbreak code generator debug mode
Chris Lattner
2003-09-17
Use new method
Chris Lattner
2003-08-22
Kill warning
Chris Lattner
2003-08-22
Squash the warning that `Result' may not be initialized on all code paths.
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-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-23
Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its
Brian Gaeke
2003-05-03
The Grammar Police is out on patrol.
Misha Brukman
[next]