This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d52b1528c0dd7a5f00e18d9ba974c8ef0e549f0b
llvm-project
/
llvm
/
lib
/
Bitcode
History
Nick Lewycky
d52b1528c0
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
..
Reader
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
Writer
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
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…