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
Age
Commit message (
Expand
)
Author
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-06-06
Fix bugpoint to run -llc-safe with -Xlinker.
Lauro Ramos Venancio
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
Fix a buggy conversion from bytecode to bitcode
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
add bitcode support
Chris Lattner
2007-05-03
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-19
remove use of deprecated apis
Chris Lattner
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-13
eliminate use of vector-related ctors
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-03
For PR1072:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-07
relax type
Chris Lattner
2007-01-06
For PR411:
Reid Spencer
2007-01-03
A bit more debugging printf's.
Evan Cheng
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-13
Remove DSA.
John Criswell
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-28
Add an -append-exit-code option to bugpoint. This will cause bugpoint to
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-17
Need <iostream> for the time being.
Bill Wendling
2006-11-11
Minor style fixes from review.
Reid Spencer
2006-11-11
Add a -disable-loop-extraction option to bugpoint.
Reid Spencer
2006-11-09
completely revert patrick's enhancement to bugpoint. Though it makes bugpoint
Chris Lattner
2006-11-09
add a new bugpoint mode -llc-safe. This uses LLC for both halves of a
Chris Lattner
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-11-02
For PR786:
Reid Spencer
2006-10-27
Forgot a }
Bill Wendling
2006-10-27
Re-added the part where it tries to remove all global variables first.
Bill Wendling
2006-10-25
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
2006-10-20
For PR950:
Reid Spencer
2006-10-10
Make the bugpoint reduction heuristics more effective. Patch submitted by
Chris Lattner
2006-10-09
Remove a dead var noticed by Yorion
Chris Lattner
2006-09-15
comment out debug code
Chris Lattner
2006-09-15
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
2006-09-14
Fix --enable-valgrind. Add room for the new arguments, and don't keep
Nick Lewycky
2006-09-14
Add --enable-valgrind option to run optimizations through valgrind to
Nick Lewycky
2006-09-07
Change DisambiguateGlobalSymbols to not rename asm globals, which breaks
Chris Lattner
[next]