llvm-6502/tools
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
..
bugpoint Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
bugpoint-passes Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so. 2013-12-29 23:06:49 +00:00
gold EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +00:00
llc Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
lli Replace fstream use with raw_fd_ostream. 2014-01-09 00:47:54 +00:00
llvm-ar
llvm-as Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-bcanalyzer
llvm-c-test Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txt 2014-01-08 11:48:19 +00:00
llvm-config llvm-config: Fix typo in help message introduced with r197664. 2013-12-25 02:24:32 +00:00
llvm-cov llvm-cov: Added -f option for function summaries. 2013-12-19 00:29:25 +00:00
llvm-diff
llvm-dis Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-dwarfdump
llvm-extract Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump
llvm-readobj Use getError and remove the error_code operator. 2014-01-08 22:03:39 +00:00
llvm-rtdyld
llvm-shlib Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x). 2013-12-27 22:38:59 +00:00
llvm-size
llvm-stress Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
llvm-symbolizer llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized. 2013-12-24 19:33:22 +00:00
lto EXPORTED_SYMBOL_FILE support for cmake 2013-12-28 23:31:44 +00:00
macho-dump
msbuild
obj2yaml
opt Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile