llvm-6502/lib/Bitcode/Reader
Chandler Carruth ca7680b998 [Layering] Move GVMaterializer.h into the IR library where its
implementation already lived.

After this commit, the only IR-library headers in include/llvm/* are
ones related to the legacy pass infrastructure that I'm planning to
leave there until the new one is farther along.

The only other headers at the top level are linking and initialization
aids that aren't really libraries but just headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203069 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-06 03:50:29 +00:00
..
BitcodeReader.cpp [Layering] Move AutoUpgrade.h into the IR library where its 2014-03-05 10:34:14 +00:00
BitcodeReader.h [Layering] Move GVMaterializer.h into the IR library where its 2014-03-06 03:50:29 +00:00
BitReader.cpp Make parseBitcodeFile return an ErrorOr<Module *>. 2014-01-15 01:08:23 +00:00
BitstreamReader.cpp Micro-optimization: don't shift an entire bitcode record over to get the code. 2013-05-10 22:17:10 +00:00
CMakeLists.txt BitstreamReader hasn't aged well. It's been hacked on by various people and 2013-01-19 18:19:39 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile