llvm-project/llvm/lib/AsmParser
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
..
CMakeLists.txt
LLLexer.cpp [Attributor] Deduce "nosync" function attribute. 2019-07-11 21:37:40 +00:00
LLLexer.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
LLParser.cpp [Attributor] Deduce "nosync" function attribute. 2019-07-11 21:37:40 +00:00
LLParser.h [ThinLTO] Add summary entries for index-based WPD 2019-07-02 19:38:02 +00:00
LLToken.h [Attributor] Deduce "nosync" function attribute. 2019-07-11 21:37:40 +00:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
Parser.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00