1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Atmn Patel 770f362410 [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
..
Analysis [SCEV] Recommit "Use nw flag and symbolic iteration count to sharpen ranges of AddRecs", attempt 2 2020-10-20 11:32:36 +07:00
AsmParser [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
BinaryFormat [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
Bitcode [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
Bitstream
CodeGen [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
DebugInfo [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
Demangle
DWARFLinker
ExecutionEngine [ORC] Fix a missing include. 2020-10-19 12:13:55 -07:00
Extensions
FileCheck
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
IRReader
LineEditor
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
LTO Re-land [ThinLTO] Re-order modules for optimal multi-threaded processing 2020-10-13 21:54:15 -04:00
MC [ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicate 2020-10-19 11:37:54 +03:00
MCA [ARM][SchedModels] Convert IsPredicatedPred to MCSchedPredicate 2020-10-19 11:37:54 +03:00
Object Fix various format specifier mismatches 2020-10-18 12:39:15 -04:00
ObjectYAML [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
Option
Passes [NPM] Port module-debuginfo pass to the new pass manager 2020-10-19 14:31:17 -07:00
ProfileData Fix various format specifier mismatches 2020-10-18 12:39:15 -04:00
Remarks
Support [FileCollector] Move interface into FileCollectorBase (NFC) 2020-10-19 21:37:20 -07:00
TableGen [TableGen] Enhance !empty and !size to handle strings and DAGs. 2020-10-19 09:22:20 -04:00
Target [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets. 2020-10-19 22:16:16 -07:00
Testing
TextAPI
ToolDrivers
Transforms [IR] Adds mustprogress as a LLVM IR attribute 2020-10-20 03:09:57 -04:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt