index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
/
ExecutionDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-1
/
+0
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-3
/
+3
*
Fix bugpoint execution/reference output file name
Hal Finkel
2013-06-28
1
-1
/
+1
*
Add a version of unique_file that return just the file name.
Rafael Espindola
2013-06-18
1
-9
/
+1
*
Remove use of PathV1.h from ExecutionDriver.cpp.
Rafael Espindola
2013-06-18
1
-24
/
+37
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-3
/
+4
*
Don't use PathV1.h in FileUtilities.h.
Rafael Espindola
2013-06-13
1
-2
/
+2
*
[bugpoint] make tool selection messages unique
Saleem Abdulrasool
2013-01-24
1
-1
/
+1
*
Remove the C backend.
Eric Christopher
2012-03-23
1
-44
/
+3
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-1
/
+1
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-2
/
+3
*
Added bugpoint options: -compile-custom and -compile-command=...
Andrew Trick
2011-02-08
1
-4
/
+18
*
whitespace
Andrew Trick
2011-02-08
1
-11
/
+11
*
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
1
-1
/
+1
*
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
1
-3
/
+3
*
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
1
-6
/
+10
*
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-24
1
-1
/
+1
*
Add command line option --gcc to bugpoint.
Kalle Raiskila
2010-05-10
1
-8
/
+19
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-30
/
+42
*
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
1
-13
/
+4
*
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
1
-3
/
+9
*
Add -output-prefix option to bugpoint (to change the default output name).
Daniel Dunbar
2009-09-07
1
-3
/
+7
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-7
/
+8
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-10
/
+9
*
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
1
-2
/
+2
*
80 col violation.
Evan Cheng
2009-07-21
1
-9
/
+9
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-7
/
+6
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-18
/
+18
*
Support remote execute for ARM.
David Goodwin
2009-07-10
1
-3
/
+4
*
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2009-03-02
1
-12
/
+24
*
Generalize bugpoint's concept of a "safe" backend, and add options
Dan Gohman
2008-12-08
1
-45
/
+106
*
Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.
Nick Lewycky
2008-10-26
1
-19
/
+0
*
Let bugpoint display generated messages on stderr only if no interpreter was
Matthijs Kooijman
2008-06-12
1
-1
/
+4
*
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-28
1
-2
/
+14
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-34
/
+34
*
Fix bugpoint to run -llc-safe with -Xlinker.
Lauro Ramos Venancio
2007-06-06
1
-1
/
+1
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-2
/
+2
*
Add an -append-exit-code option to bugpoint. This will cause bugpoint to
Reid Spencer
2006-11-28
1
-0
/
+11
*
add a new bugpoint mode -llc-safe. This uses LLC for both halves of a
Chris Lattner
2006-11-09
1
-3
/
+9
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+1
*
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
2006-09-15
1
-23
/
+24
*
For PR797:
Reid Spencer
2006-08-23
1
-3
/
+17
*
This commit adds a new feature called find-bugs. The find-bugs option can be ...
Patrick Jenkins
2006-08-15
1
-3
/
+29
*
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
2006-06-27
1
-2
/
+2
*
Teach bugpoint to kill optimization passes that run over the timeout limit,
Chris Lattner
2006-06-13
1
-7
/
+2
*
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
1
-1
/
+1
*
Add the -Xlinker option to bugpoint which allows an option to be passed
Reid Spencer
2006-06-06
1
-3
/
+18
*
add explicit #includes of iostream
Chris Lattner
2006-01-22
1
-0
/
+1
[next]