llvm-6502/lib
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
..
Analysis Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
AsmParser Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
Bitcode Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
CodeGen Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
DebugInfo Simplify/collapse/denest a conditions/blocks. 2014-01-09 00:13:35 +00:00
ExecutionEngine Re-apply r196639: Add support for archives and object file caching under MCJIT. 2014-01-08 04:09:09 +00:00
IR Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
IRReader Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
Linker
LTO Move the llvm mangler to lib/IR. 2014-01-07 21:19:40 +00:00
MC Force emit a relocation for @gnu_indirect_function symbols so that the indirect 2014-01-08 18:50:32 +00:00
Object Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
Option
Support Try to fix the windows build. The comments in other files don't seem to 2014-01-07 12:37:13 +00:00
TableGen
Target Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
Transforms Put the functionality for printing a value to a raw_ostream as an 2014-01-09 02:29:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile