This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-05 10:56:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Bitcode
/
Reader
History
Craig Topper
2cd5ff8003
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
...
llvm-svn: 186098
2013-07-11 16:22:38 +00:00
..
BitcodeReader.cpp
Remove the Copied parameter from MemoryObject::readBytes.
2013-05-24 10:54:58 +00:00
BitcodeReader.h
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
2013-07-11 16:22:38 +00:00
BitReader.cpp
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +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
…
Makefile
…