llvm-6502/lib/Bitcode/Reader
Chris Lattner 2237f84735 Improve the bitcode reader's handling of constant strings to use
ConstantDataArray::getString direction, instead of "boxing" each
byte into a ConstantInt and using ConstantArray::get.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149805 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-05 02:41:35 +00:00
..
BitcodeReader.cpp Improve the bitcode reader's handling of constant strings to use 2012-02-05 02:41:35 +00:00
BitcodeReader.h Materialize functions whose basic blocks are used by global variables. Fixes 2012-01-02 07:49:53 +00:00
BitReader.cpp
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile