llvm-6502/tools/bugpoint
Yaron Keren 1132d0cc5b Teach raw_ostream to accept SmallString.
Saves adding .str() call to any raw_ostream << SmallString usage
and a small step towards making .str() consistent in the ADTs by
removing one of the SmallString::str() use cases, discussion at

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141013/240026.html

I'll update the Phabricator patch http://reviews.llvm.org/D6372
for review of the Twine SmallString support, it's more complex
than this one.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231763 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-10 07:33:23 +00:00
..
BugDriver.cpp Remove the PreserveSource linker mode. 2014-10-28 00:24:16 +00:00
BugDriver.h Return a std::unique_ptr from parseInputFile and propagate. NFC. 2014-08-26 17:19:03 +00:00
bugpoint.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
CMakeLists.txt static link polly into tools 2014-03-14 04:04:14 +00:00
CrashDebugger.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
ExecutionDriver.cpp Remove 'using std::error_code' from tools. 2014-06-13 03:07:50 +00:00
ExtractFunction.cpp Replace a few instances of NULL with nullptr. 2015-02-26 01:10:49 +00:00
FindBugs.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ListReducer.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen. 2014-02-22 00:07:45 +00:00
Makefile [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen. 2014-02-22 00:07:45 +00:00
Miscompilation.cpp Teach raw_ostream to accept SmallString. 2015-03-10 07:33:23 +00:00
OptimizerDriver.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00
ToolRunner.cpp Use findProgramByName. 2014-11-04 01:29:59 +00:00
ToolRunner.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00