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
2004-11-16
Make this code not depend on LinkModules leaving the second argument unmolested.
Chris Lattner
2004-11-14
bugpoint needs LLVMLinker.a now.
Reid Spencer
2004-11-14
Linker.h has a new home.
Reid Spencer
2004-11-09
Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
Nate Begeman
2004-11-07
Enable compression by default.
Reid Spencer
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We're not doing automake any more
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-17
Pass -single_module option to gcc when linking dynamic libraries for use with...
Nate Begeman
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-12
No space allowed between \ and end-of-line
Misha Brukman
2004-10-12
Wrap lines at 80 cols
Misha Brukman
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-12
If the block extractor fails, actually emit the bc file that failed to extract
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-24
Finally give bugpoint -timeout support!
Chris Lattner
2004-07-24
Pass timeouts into the low level "execute program with timeout" function
Chris Lattner
2004-07-24
Provide timeout values to all abstract interpreters
Chris Lattner
2004-07-23
* Convert "\n" -> '\n'
Misha Brukman
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-19
Err, fix last checkin
Chris Lattner
2004-07-19
Fix bugpoint miscompilation support on OS/X
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-16
Correctly build shared objects on MacOS X for debugging code generators
Misha Brukman
2004-07-16
IA64 compat
Chris Lattner
2004-07-11
Add -load option
Chris Lattner
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-05-27
Header file moved
Chris Lattner
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-12
Turn the block extractor on by default now that it basically works, eliminati...
Chris Lattner
2004-05-12
Check to see if all blocks are extractible first.
Chris Lattner
2004-05-12
Don't leave dead bytecode.output files around if the optimizer/block extracto...
Chris Lattner
2004-05-12
Implement the final missing bits for block extractor support. Now bugpoint
Chris Lattner
2004-05-11
Implement basic block extraction for the miscompilation debugger. This still...
Chris Lattner
2004-05-11
A class that is meant to be a base class should have a virtual destructor
Chris Lattner
2004-05-06
Use the new commandline flag to allow us to call bugpoint like this:
Chris Lattner
2004-05-06
Remove a really old comment
Chris Lattner
2004-05-04
Apply simplification suggested by Chris: why assign() when operator = will do?
Brian Gaeke
2004-05-04
Add --tool-args flag which lets you pass arguments to llc or lli.
Brian Gaeke
2004-05-04
Add "Args" optional argument to AbstractInterpreter factory methods, which
Brian Gaeke
2004-04-23
Teach bugpoint to be a little bit smarter and avoid repeating work
Chris Lattner
2004-04-22
Add a space before result for readability on the command line.
Misha Brukman
2004-04-21
Add doxygenified comments to functions.
Misha Brukman
2004-04-19
As per Chris, greatly simplify handling of external functions by using the
Misha Brukman
[prev]
[next]