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
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-09
Allow use of ssh to perform remote execution.
Evan Cheng
2008-07-29
Improve bugpoint output a bit by outputting the actual instructions instead of
Matthijs Kooijman
2008-07-14
Reformat this message to fit in 80 cols.
Dan Gohman
2008-07-08
Global variables beginning with \01 have special meaning on Darwin, so we nee...
Owen Anderson
2008-06-12
Let bugpoint display generated messages on stderr only if no interpreter was
Matthijs Kooijman
2008-06-12
Add -silence-passes option to bugpoint. This option suppresses output generated
Matthijs Kooijman
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-04-28
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-28
several multiple-retval fixes for bugpoint.
Chris Lattner
2008-04-14
Revert r49614. As Dan pointed out, some of these aren't correct.
Owen Anderson
2008-04-13
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
Owen Anderson
2008-04-07
Remove tabs. Patch by Mike Stump!
Bill Wendling
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
-fPIC is required on x86-64 when building shared objects.
Torok Edwin
2008-03-24
With debug info, there are nameless constant global values. do not crash whe...
Andrew Lenharth
2008-02-26
Detabify.
Bill Wendling
2008-02-18
Fix a missing space in the description of the find-bugs option.
Dan Gohman
2008-02-14
PR2027, Fix bugpoint's -find-bugs option, clean up the code.
Nick Lewycky
2008-01-08
Fix PR1797
Chris Lattner
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-11-14
Allow the block extractor take to take a list of basic blocks to not extract
Nick Lewycky
2007-11-05
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
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
[next]