This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cb6bc290968f20db7cedb272fa3db2f4b0716fa4
archived-llvm-mirror
/
lib
/
Bitcode
/
Reader
History
Nick Lewycky
de84a8bb51
Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden!
...
llvm-svn: 209185
2014-05-20 01:23:40 +00:00
..
BitcodeReader.cpp
Add 'nonnull', a new parameter and return attribute which indicates that the pointer is not null. Instcombine will elide comparisons between these and null. Patch by Luqman Aden!
2014-05-20 01:23:40 +00:00
BitcodeReader.h
[C++] Use 'nullptr'.
2014-04-28 04:05:08 +00:00
BitReader.cpp
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
2014-04-15 06:32:26 +00:00
BitstreamReader.cpp
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
2014-04-15 06:32:26 +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