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
*
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
*
80-col violations, trailing whitespace.
Mikhail Glushenkov
2010-11-03
1
-22
/
+23
*
Fix these error messages to not mention PATH in cases where
Dan Gohman
2010-10-29
1
-6
/
+6
*
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
[next]