index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
bugpoint
/
ToolRunner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convenience/safety fix for llvm::sys::Execute(And|No)Wait
Alexander Kornienko
2017-09-13
1
-2
/
+2
*
[NFC] Remove multiple semicolons
Mandeep Singh Grang
2017-06-28
1
-1
/
+1
*
Allow use of spaces in Bugpoint ‘--compile-command’ argument
David Bozier
2017-03-02
1
-21
/
+46
*
Retire bugpoint's -R. hack.
Joerg Sonnenberger
2016-10-01
1
-3
/
+0
*
HAVE_LINK_R is not the only reason why this needs config.h.
Joerg Sonnenberger
2016-09-30
1
-1
/
+1
*
bugpoint: Return Errors instead of passing around strings
Justin Bogner
2016-09-06
1
-88
/
+85
*
bugpoint: clang-format all of bugpoint. NFC
Justin Bogner
2016-09-02
1
-272
/
+231
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-6
/
+7
*
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
Davide Italiano
2015-10-14
1
-99
/
+99
*
[Bugpoint] Get rid of dead code. No functional change.
Davide Italiano
2015-10-11
1
-19
/
+0
*
Use findProgramByName.
Michael J. Spencer
2014-11-04
1
-10
/
+19
*
[Bugpoint] Close error log in ProcessFailure. Bugpoint had been failing to close
Lang Hames
2014-10-07
1
-9
/
+1
*
bugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorFD immediately, or it c...
NAKAMURA Takumi
2014-07-13
1
-0
/
+8
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-5
/
+4
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-17
/
+17
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-47
/
+47
*
[bugpoint] Don't ignore arg in -compile-commad="tool arg"
Adam Nemet
2014-03-08
1
-1
/
+1
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
1
-1
/
+1
*
Add a createUniqueFile function and switch llvm's users of unique_file.
Rafael Espindola
2013-07-05
1
-4
/
+4
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+2
*
Remove unused includes.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Port GetMainExecutable over to PathV2.
Rafael Espindola
2013-06-26
1
-2
/
+2
*
Move GetEXESuffix to the one place it is used.
Rafael Espindola
2013-06-25
1
-1
/
+7
*
Convert most uses of PathV1.h in ToolRunner.cpp.
Rafael Espindola
2013-06-18
1
-25
/
+35
*
Return a std::string from PrependMainExecutablePath.
Rafael Espindola
2013-06-18
1
-6
/
+7
*
Don't use PathV1.h in ToolRunner.h.
Rafael Espindola
2013-06-17
1
-7
/
+8
*
Move PrependMainExecutablePath next to its only user.
Rafael Espindola
2013-06-14
1
-0
/
+22
*
Avoid using PathV1.h in Program.h.
Rafael Espindola
2013-06-13
1
-13
/
+5
*
Have sys::FindProgramByName return a std::string.
Rafael Espindola
2013-06-13
1
-6
/
+6
*
Further reduce usage of sys::Path in bugpoint.
Rafael Espindola
2013-06-13
1
-8
/
+8
*
Try to fix the build with libstdc++ 4.4.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
Reduce sys::Path usage in bugpoint.
Rafael Espindola
2013-06-13
1
-47
/
+47
*
Remove the program class.
Rafael Espindola
2013-06-12
1
-8
/
+7
*
[bugpoint] set Message after tool configuration
Saleem Abdulrasool
2013-01-24
1
-1
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Fix unintentional use of operator bool.
John McCall
2012-05-02
1
-1
/
+1
*
Remove the C backend.
Eric Christopher
2012-03-23
1
-88
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
1
-2
/
+1
*
Have Program::Wait return -2 for crashed and timeouts instead of embedding
Andrew Trick
2011-05-21
1
-9
/
+4
*
Typo and missing checkin from r131186.
Andrew Trick
2011-05-11
1
-1
/
+1
*
Bugpoint support for miscompilations that result in a crash.
Andrew Trick
2011-05-11
1
-2
/
+16
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
1
-3
/
+2
*
Switch FileRemover from PathV1 to V2.
Michael J. Spencer
2011-03-31
1
-3
/
+3
*
Added bugpoint options: -compile-custom and -compile-command=...
Andrew Trick
2011-02-08
1
-24
/
+108
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Fix some places where error messages were being swallowed.
Dan Gohman
2010-11-09
1
-6
/
+7
*
Rename FindExecutable to PrependMainExecutablePath.
Mikhail Glushenkov
2010-11-03
1
-5
/
+5
[next]