llvm-6502/tools/bugpoint
Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an
operand into the Value interface just like the core print method is.
That gives a more conistent organization to the IR printing interfaces
-- they are all attached to the IR objects themselves. Also, update all
the users.

This removes the 'Writer.h' header which contained only a single function
declaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198836 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-09 02:29:41 +00:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp [bugpoint] Increase the default memory limit for subprocesses to 300MB. 2013-10-25 17:41:41 +00:00
CMakeLists.txt Port r198087 and r198089 (strip dead code by default) from make to cmake. 2013-12-30 03:36:05 +00:00
CrashDebugger.cpp
ExecutionDriver.cpp Remove several unused variables. 2013-10-01 13:32:03 +00:00
ExtractFunction.cpp Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Makefile Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
Miscompilation.cpp
OptimizerDriver.cpp
ToolRunner.cpp Use startswith_lower() where possible. 2013-11-04 19:22:50 +00:00
ToolRunner.h