projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[MCJIT] Fix an overly-aggressive check in RuntimeDyldMachOARM.
[oota-llvm.git]
/
tools
/
bugpoint
/
ToolRunner.cpp
2014-07-13
NAKAMURA Takumi
bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
blob
|
commitdiff
|
raw
2014-06-13
Rafael Espindola
Remove 'using std::error_code' from tools.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Tools edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-08
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-08
Adam Nemet
[bugpoint] Don't ignore arg in -compile-commad="tool...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-04
Jakub Staszak
Use startswith_lower() where possible.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-05
Rafael Espindola
Add a createUniqueFile function and switch llvm's users...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-05
Rafael Espindola
Use sys::fs::createTemporaryFile.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-26
Rafael Espindola
Remove unused includes.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-26
Rafael Espindola
Port GetMainExecutable over to PathV2.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-25
Rafael Espindola
Move GetEXESuffix to the one place it is used.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-18
Rafael Espindola
Convert most uses of PathV1.h in ToolRunner.cpp.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-18
Rafael Espindola
Return a std::string from PrependMainExecutablePath.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-17
Rafael Espindola
Don't use PathV1.h in ToolRunner.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Rafael Espindola
Move PrependMainExecutablePath next to its only user.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Avoid using PathV1.h in Program.h.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Have sys::FindProgramByName return a std::string.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Further reduce usage of sys::Path in bugpoint.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Try to fix the build with libstdc++ 4.4.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Rafael Espindola
Reduce sys::Path usage in bugpoint.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-12
Rafael Espindola
Remove the program class.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-24
Saleem Abdulrasool
[bugpoint] set Message after tool configuration
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-02
John McCall
Fix unintentional use of operator bool.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-23
Eric Christopher
Remove the C backend.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-27
Dan Gohman
Remove the Alpha backend.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Andrew Trick
Have Program::Wait return -2 for crashed and timeouts...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Andrew Trick
Typo and missing checkin from r131186.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
Andrew Trick
Bugpoint support for miscompilations that result in...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-19
Daniel Dunbar
ADT/Triple: Move a variety of clients to using isOSDarw...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-31
Michael J. Spencer
Switch FileRemover from PathV1 to V2.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-08
Andrew Trick
Added bugpoint options: -compile-custom and -compile...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Michael J. Spencer
Merge System into Support.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Dan Gohman
Fix some places where error messages were being swallowed.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Mikhail Glushenkov
Rename FindExecutable to PrependMainExecutablePath.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Mikhail Glushenkov
80-col violations, trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-29
Dan Gohman
Fix these error messages to not mention PATH in cases...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-29
Jakob Stoklund Olesen
Use the right gcc tool args for IsARMArchitecture.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-24
Rafael Espindola
Revert unintended white space change.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-24
Rafael Espindola
Fix a trivial use after free.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-24
Duncan Sands
Apply timeouts and memory limits in more places. In...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-13
Jakob Stoklund Olesen
Fix complete badness in bugpoint's IsARMArchitecture...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-10
Kalle Raiskila
Add command line option --gcc to bugpoint.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-29
Nick Lewycky
The llc -f flag was removed.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-12
Nick Lewycky
Remove use of exceptions from bugpoint. No deliberate...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-16
Chris Lattner
add support for bugpointing the integrated assembler...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Duncan Sands
Make bugpoint pass -load arguments to LLI. This lets...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
Benjamin Kramer
Add compare_lower and equals_lower methods to StringRef...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-25
Dan Gohman
Make LLVM command-line tools overwrite their output...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Chris Lattner
prune the #includes in raw_ostream.h by moving a
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Prune #includes from llvm/Linker.h and llvm/System...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Benjamin Kramer
Proper MSVC build fix (and remove my hack again). Patch...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-19
Benjamin Kramer
Add a hack to unbreak MSVC builds. str(n)casecmp are...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Daniel Dunbar
Change bugpoint to use Triple to make runtime decisions.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Dan Gohman
Use (void *)(intptr_t) to cast function addresses to...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Dan Gohman
Fix FindExecutable to use sys::Path::GetMainExecutable...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Anton Korobeynikov
Pass user only if it's non-empty. Patch by Sandeep.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Anton Korobeynikov
Add save-temps option to bugpoint to keep temporary...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-20
David Goodwin
For remote execution, must cd to the executable directo...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-18
Viktor Kutuzov
Require a remote command to exit with the exit status...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Dan Gohman
Add a Force option to raw_fd_ostream to specify whether...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-15
Dan Gohman
Use errs() instead of std::cerr.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Evan Cheng
control reaches end of non-void function.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-14
Viktor Kutuzov
Fix for bugpoint -remote-client
blob
|
commitdiff
|
raw
|
diff to current
2009-07-11
Daniel Dunbar
Fix unused function warning.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
David Goodwin
Support remote execute for ARM.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-05
Evan Cheng
bugpoint for jit should just ignore GCC arguments.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-12
Evan Cheng
Also pass -gcc-tool-args when building a shared object.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Bill Wendling
Add a "-gcc-tool-args" option. This option acts like...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-12
Dan Gohman
Rename bugpoint's error message file so that if it...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-09
Evan Cheng
Allow use of ssh to perform remote execution.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Anton Korobeynikov
Add possibility of using arbitrary to to execute stuff...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-06
Torok Edwin
-fPIC is required on x86-64 when building shared objects.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
remove attributions from tools.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-04
Gabor Greif
Pretty straightforward replacement of "bytecode" by...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-06
Lauro Ramos Venancio
Fix bugpoint to run -llc-safe with -Xlinker.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Evan Cheng
Added -rsh-host and -rsh-user to support remote execution.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-16
Anton Korobeynikov
Add possibility to set memory limit for binaries run...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-03
Evan Cheng
A bit more debugging printf's.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-15
Chris Lattner
comment out debug code
blob
|
commitdiff
|
raw
|
diff to current
2006-09-15
Chris Lattner
Add a new -cbe-bug mode, which works just like -run...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-23
Reid Spencer
For PR797:
blob
|
commitdiff
|
raw
|
diff to current
2006-08-21
Reid Spencer
For PR797:
blob
|
commitdiff
|
raw
|
diff to current
2006-08-21
Reid Spencer
For PR797:
blob
|
commitdiff
|
raw
|
diff to current
2006-06-27
Chris Lattner
Pass -Xlinker flags to gcc when it builds the shared...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Chris Lattner
After telling GCC to type of the input file with -x...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Chris Lattner
Move ToolRunner.(cpp|h) into the bugpoint directory
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Reid Spencer
Add the -Xlinker option to bugpoint which allows an...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Chris Lattner
Let bugpoint work on sparc with v9 instructions enabled.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Chris Lattner
Add explicit #includes of <iostream>
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Chris Lattner
Revert this, I didn't mean to commit it
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Chris Lattner
Add support for programs with a null argv[0]
blob
|
commitdiff
|
raw
|
diff to current
2005-08-29
Chris Lattner
Allow bugpoint+PPC codegen to use fsqrt
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Reid Spencer
Final Changes For PR495:
blob
|
commitdiff
|
raw
|
diff to current
2005-07-08
Nate Begeman
Add support for assembling .s files on mac os x for...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-07
Reid Spencer
For PR495:
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
next