llvm-project/llvm/lib/Bitcode/Reader
Stefan Stipanovic 0626367202 [Attributor] Deduce "nosync" function attribute.
Introduce and deduce "nosync" function attribute to indicate that a function
does not synchronize with another thread in a way that other thread might free memory.

Reviewers: jdoerfert, jfb, nhaehnle, arsenm

Subscribers: wdng, hfinkel, nhaenhle, mehdi_amini, steven_wu,
dexonsmith, arsenm, uenoku, hiraditya, jfb, llvm-commits

Differential Revision: https://reviews.llvm.org/D62766

llvm-svn: 365830
2019-07-11 21:37:40 +00:00
..
BitReader.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
BitcodeAnalyzer.cpp [Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h 2019-07-09 23:20:01 +00:00
BitcodeReader.cpp [Attributor] Deduce "nosync" function attribute. 2019-07-11 21:37:40 +00:00
CMakeLists.txt [llvm-bcanalyzer] Refactor and move to libLLVMBitReader 2019-07-08 02:06:34 +00:00
LLVMBuild.txt [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
MetadataLoader.cpp [Bitcode] Move Bitstream to a separate library 2019-07-03 22:40:07 +00:00
MetadataLoader.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ValueList.cpp Bitcode: derive all types used from records instead of Values. 2019-06-27 14:46:51 +00:00
ValueList.h Bitcode: derive all types used from records instead of Values. 2019-06-27 14:46:51 +00:00