Logo
Explore Help
Register Sign In
caio/clang-p2996
1
0
Fork 0
You've already forked clang-p2996
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
1aeca1e8069ac5ff6c4e6ba35e7e1550d760461e
clang-p2996/llvm/lib/Bitcode/Reader
History
Chris Lattner 1aeca1e806 Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
BLOB (i.e., large, performance intensive data) in a bitcode file was switched to
invoking one virtual method call per byte read.  Now we do one virtual call per
BLOB.

llvm-svn: 173065
2013-01-21 18:24:49 +00:00
..
BitcodeReader.cpp
trivial micro-optimization: lazily call the virtual method instead of eagerly calling it.
2013-01-20 02:54:05 +00:00
BitcodeReader.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
BitReader.cpp
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
BitstreamReader.cpp
Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a
2013-01-21 18:24:49 +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
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
Powered by Gitea Version: 1.25.1 Page: 900ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API