llvm-project/llvm/lib/AsmParser
Atmn Patel 595c615606 [IR] Adds mustprogress as a LLVM IR attribute
This adds the LLVM IR attribute `mustprogress` as defined in LangRef through D86233. This attribute will be applied to functions with in languages like C++ where forward progress is guaranteed. Functions without this attribute are not required to make progress.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D85393
2020-10-20 03:09:57 -04:00
..
CMakeLists.txt [cmake] LLVMAsmParser - add include/llvm/ASMParser header path 2020-04-18 12:31:40 +01:00
LLLexer.cpp [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
LLLexer.h LLLexer.h - reduce SourceMgr.h include to SMLoc.h. NFC 2020-04-24 13:27:56 +01:00
LLParser.cpp [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
LLParser.h Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
LLToken.h [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04: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 Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00