hanchenye-llvm-project/llvm/tools/bugpoint
Yaron Keren 09fb7c6e7a 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.

llvm-svn: 231763
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
CMakeLists.txt
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
ExtractFunction.cpp Replace a few instances of NULL with nullptr. 2015-02-26 01:10:49 +00:00
FindBugs.cpp
LLVMBuild.txt
ListReducer.h
Makefile
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
bugpoint.cpp [PM] Remove the old 'PassManager.h' header file at the top level of 2015-02-13 10:01:29 +00:00