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
/
ToolRunner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the right gcc tool args for IsARMArchitecture.
Jakob Stoklund Olesen
2010-07-29
1
-3
/
+3
*
Revert unintended white space change.
Rafael Espindola
2010-07-24
1
-1
/
+1
*
Fix a trivial use after free.
Rafael Espindola
2010-07-24
1
-2
/
+6
*
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-24
1
-14
/
+24
*
Fix complete badness in bugpoint's IsARMArchitecture() function.
Jakob Stoklund Olesen
2010-05-13
1
-3
/
+2
*
Add command line option --gcc to bugpoint.
Kalle Raiskila
2010-05-10
1
-6
/
+8
*
The llc -f flag was removed.
Nick Lewycky
2010-04-29
1
-1
/
+0
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
1
-43
/
+50
*
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
1
-33
/
+49
*
Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with
Duncan Sands
2009-11-17
1
-4
/
+5
*
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-11-12
1
-3
/
+3
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
1
-1
/
+0
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-0
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-10
/
+11
*
Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.
Benjamin Kramer
2009-08-19
1
-7
/
+2
*
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...
Benjamin Kramer
2009-08-19
1
-0
/
+5
*
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-18
1
-28
/
+25
*
Use (void *)(intptr_t) to cast function addresses to void*
Dan Gohman
2009-08-05
1
-8
/
+4
*
Fix FindExecutable to use sys::Path::GetMainExecutable instead of
Dan Gohman
2009-08-05
1
-15
/
+22
*
Pass user only if it's non-empty. Patch by Sandeep.
Anton Korobeynikov
2009-08-05
1
-2
/
+4
*
Add save-temps option to bugpoint to keep temporary stuff.
Anton Korobeynikov
2009-08-05
1
-3
/
+8
*
For remote execution, must cd to the executable directory since the exe expec...
David Goodwin
2009-07-20
1
-3
/
+4
*
Require a remote command to exit with the exit status of the test program or ...
Viktor Kutuzov
2009-07-18
1
-11
/
+59
*
Add a Force option to raw_fd_ostream to specify whether opening
Dan Gohman
2009-07-15
1
-9
/
+8
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-35
/
+35
*
control reaches end of non-void function.
Evan Cheng
2009-07-14
1
-0
/
+2
*
Fix for bugpoint -remote-client
Viktor Kutuzov
2009-07-14
1
-7
/
+15
*
Fix unused function warning.
Daniel Dunbar
2009-07-11
1
-0
/
+2
*
Support remote execute for ARM.
David Goodwin
2009-07-10
1
-1
/
+30
*
bugpoint for jit should just ignore GCC arguments.
Evan Cheng
2009-05-05
1
-5
/
+0
*
Also pass -gcc-tool-args when building a shared object.
Evan Cheng
2009-03-12
1
-2
/
+5
*
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
Bill Wendling
2009-03-02
1
-9
/
+18
*
Rename bugpoint's error message file so that if it somehow
Dan Gohman
2009-02-12
1
-1
/
+1
*
Allow use of ssh to perform remote execution.
Evan Cheng
2008-09-09
1
-14
/
+25
*
Add possibility of using arbitrary to to execute stuff from bugpoint.
Anton Korobeynikov
2008-04-28
1
-0
/
+104
*
-fPIC is required on x86-64 when building shared objects.
Torok Edwin
2008-04-06
1
-1
/
+1
*
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
-20
/
+20
*
Fix bugpoint to run -llc-safe with -Xlinker.
Lauro Ramos Venancio
2007-06-06
1
-0
/
+2
*
Added -rsh-host and -rsh-user to support remote execution.
Evan Cheng
2007-05-03
1
-5
/
+41
*
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2007-02-16
1
-14
/
+25
*
A bit more debugging printf's.
Evan Cheng
2007-01-03
1
-0
/
+10
*
comment out debug code
Chris Lattner
2006-09-15
1
-6
/
+6
*
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
2006-09-15
1
-6
/
+18
*
For PR797:
Reid Spencer
2006-08-23
1
-5
/
+25
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+1
*
For PR797:
Reid Spencer
2006-08-21
1
-1
/
+1
*
Pass -Xlinker flags to gcc when it builds the shared object.
Chris Lattner
2006-06-27
1
-21
/
+40
*
After telling GCC to type of the input file with -x asm/-x c, switch back to
Chris Lattner
2006-06-09
1
-0
/
+2
*
Move ToolRunner.(cpp|h) into the bugpoint directory
Chris Lattner
2006-06-06
1
-1
/
+1
[next]