1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/include/llvm/Bitcode
Chandler Carruth d090eb21c2 [PM] Wire up support for writing bitcode with new PM.
This moves the old pass creation functionality to its own header and
updates the callers of that routine. Then it adds a new PM supporting
bitcode writer to the header file, and wires that up in the opt tool.
A test is added that round-trips code into bitcode and back out using
the new pass manager.

llvm-svn: 199078
2014-01-13 07:38:24 +00:00
..
BitCodes.h
BitcodeWriterPass.h [PM] Wire up support for writing bitcode with new PM. 2014-01-13 07:38:24 +00:00
BitstreamReader.h Remove the Copied parameter from MemoryObject::readBytes. 2013-05-24 10:54:58 +00:00
BitstreamWriter.h Bitcode: Fix a typo in an assert 2014-01-09 22:02:05 +00:00
LLVMBitCodes.h Begin adding docs and IR-level support for the inalloca attribute 2013-12-19 02:14:12 +00:00
ReaderWriter.h [PM] Wire up support for writing bitcode with new PM. 2014-01-13 07:38:24 +00:00