index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
2004-04-19
* Reorder #includes
Misha Brukman
2004-04-19
Finally implement rewriting global initializers which use external functions
Misha Brukman
2004-04-11
Disambiguate symbols after loop extraction so that we can diagnose a code
Chris Lattner
2004-04-09
Fix an obvious bug in the refactoring I did a few days ago
Chris Lattner
2004-04-06
Wrap at 80 cols.
Misha Brukman
2004-04-05
Merge the code generator miscompilation code into the optimizer miscompilation
Chris Lattner
2004-04-05
Make a method public
Chris Lattner
2004-04-05
Minor cleanups, remove some old debug code
Chris Lattner
2004-04-05
Refactor and genericize code
Chris Lattner
2004-04-05
lli no longer takes the -quiet option!
Chris Lattner
2004-04-05
Make full use of the Mangler interface to simplify code
Chris Lattner
2004-04-05
Minor change
Chris Lattner
2004-04-02
Minor speedup
Chris Lattner
2004-04-02
minor formatting change
Chris Lattner
2004-04-02
Fix two pretty serious bugs:
Chris Lattner
2004-04-02
Fix a fairly nasty bug that prevented bugpoint from working quite right when
Chris Lattner
2004-04-02
If the program returns a non-zero exit value, don't leave files laying
Chris Lattner
2004-03-17
When loop extraction succeeds, make sure to map the function pointers over
Chris Lattner
2004-03-17
Fix an inverted condition that causes us to think that loop extraction
Chris Lattner
2004-03-17
Fix an iterator invalidation problem in a "buggy" pass
Chris Lattner
2004-03-16
Fix thinko, and PR292
Chris Lattner
2004-03-14
After reducing a miscompiled program down to the functions which are being
Chris Lattner
2004-03-14
Fix a minor bug in runPassesOn
Chris Lattner
2004-03-14
Add a new "AutoDebugCrashes" option
Chris Lattner
2004-03-14
Refactor to use a new method
Chris Lattner
2004-03-14
Add new method
Chris Lattner
2004-03-14
Refactor and clean up a bunch more code. No major functionality changes.
Chris Lattner
2004-03-14
Add a method to extract a loop
Chris Lattner
2004-03-14
add a fixme
Chris Lattner
2004-03-14
Refactor all of the "splitting a module into two pieces" code to avoid
Chris Lattner
2004-03-13
Fix the "infinite looping unless you disable adce" bug
Chris Lattner
2004-03-12
Revise comment and error message for the Bug 38 situation. Also, make it
Brian Gaeke
2004-02-20
If bugpoint can't match the reference output, at LEAST provide the output
Chris Lattner
[next]