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
/
ToolRunner.cpp
Age
Commit message (
Expand
)
Author
2009-11-17
Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with
Duncan Sands
2009-11-12
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-08-25
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-24
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-19
Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.
Benjamin Kramer
2009-08-19
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...
Benjamin Kramer
2009-08-18
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-05
Use (void *)(intptr_t) to cast function addresses to void*
Dan Gohman
2009-08-05
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
Pass user only if it's non-empty. Patch by Sandeep.
Anton Korobeynikov
2009-08-05
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-07-20
For remote execution, must cd to the executable directory since the exe expec...
David Goodwin
2009-07-18
Require a remote command to exit with the exit status of the test program or ...
Viktor Kutuzov
2009-07-15
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-07-14
control reaches end of non-void function.
Evan Cheng
2009-07-14
Fix for bugpoint -remote-client
Viktor Kutuzov
2009-07-11
Fix unused function warning.
Daniel Dunbar
2009-07-10
Support remote execute for ARM.
David Goodwin
2009-05-05
bugpoint for jit should just ignore GCC arguments.
Evan Cheng
2009-03-12
Also pass -gcc-tool-args when building a shared object.
Evan Cheng
2009-03-02
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2009-02-12
Rename bugpoint's error message file so that if it somehow
Dan Gohman
2008-09-09
Allow use of ssh to perform remote execution.
Evan Cheng
2008-04-28
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-06
-fPIC is required on x86-64 when building shared objects.
Torok Edwin
2007-12-29
remove attributions from tools.
Chris Lattner
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-03
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-01-03
A bit more debugging printf's.
Evan Cheng
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-08-23
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-06-27
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
2006-06-09
After telling GCC to type of the input file with -x asm/-x c, switch back to
Chris Lattner
2006-06-06
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
Add the -Xlinker option to bugpoint which allows an option to be passed
Reid Spencer
2006-02-04
Let bugpoint work on sparc with v9 instructions enabled.
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2006-01-17
Revert this, I didn't mean to commit it
Chris Lattner
2006-01-17
Add support for programs with a null argv[0]
Chris Lattner
2005-08-29
Allow bugpoint+PPC codegen to use fsqrt
Chris Lattner
2005-07-08
Final Changes For PR495:
Reid Spencer
2005-07-08
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-07
For PR495:
Reid Spencer
[next]