llvm-project/llvm/lib/Bitcode/Reader
James Molloy e6f87ca812 Add a new attribute: norecurse
This attribute allows the compiler to assume that the function never recurses into itself, either directly or indirectly (transitively). This can be used among other things to demote global variables to locals.

llvm-svn: 252282
2015-11-06 10:32:53 +00:00
..
BitReader.cpp Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC. 2015-06-16 22:27:55 +00:00
BitcodeReader.cpp Add a new attribute: norecurse 2015-11-06 10:32:53 +00:00
BitstreamReader.cpp [BitstreamReader] Make sure the Array operand type is an encoding 2015-05-27 00:48:43 +00:00
CMakeLists.txt Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. 2015-02-11 03:28:02 +00:00
LLVMBuild.txt
Makefile