1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Jeroen Dobbelaere 4d4e2b930d Introduce llvm.noalias.decl intrinsic
The ``llvm.experimental.noalias.scope.decl`` intrinsic identifies where a noalias
scope is declared. When the intrinsic is duplicated, a decision must
also be made about the scope: depending on the reason of the duplication,
the scope might need to be duplicated as well.

Reviewed By: nikic, jdoerfert

Differential Revision: https://reviews.llvm.org/D93039
2021-01-16 09:20:45 +01:00
..
Analysis [NewPM][Inliner] Move the 'always inliner' case in the same CGSCC pass as 'regular' inliner 2021-01-15 17:59:38 -08:00
AsmParser [X86] Add x86_amx type for intel AMX. 2020-12-30 13:52:13 +08:00
BinaryFormat [Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_pointer 2021-01-15 14:45:04 +05:30
Bitcode [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Bitstream [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
CodeGen Introduce llvm.noalias.decl intrinsic 2021-01-16 09:20:45 +01:00
DebugInfo [PDB] Defer relocating .debug$S until commit time and parallelize it 2021-01-12 17:46:29 -08:00
Demangle [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
DWARFLinker [dsymutil] Add preliminary support for DWARF 5. 2021-01-12 21:55:41 -08:00
ExecutionEngine [Orc] Allow LLJITBuilder's CreateObjectLinkingLayer to return errors 2021-01-15 12:53:41 +01:00
Extensions
FileCheck [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
Frontend [OpenMPOpt][WIP] Expand parallel region merging 2021-01-11 08:06:23 -08:00
Fuzzer
FuzzMutate
InterfaceStub [llvm-elfabi] Add flag to preserve timestamp when output is the same 2020-12-29 20:27:06 -08:00
IR Introduce llvm.noalias.decl intrinsic 2021-01-16 09:20:45 +01:00
IRReader
LineEditor
Linker [ExecutionEngine, Linker] Use erase_if (NFC) 2020-12-23 21:44:39 -08:00
LTO [LTO] Expose opt() in LTOBackend (NFC). 2021-01-14 09:53:41 +00:00
MC Revert "[WebAssembly] MC layer writes table symbols to object files" 2021-01-15 15:50:22 -08:00
MCA [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Object [lld][WebAssembly] Add support for handling table symbols 2021-01-14 11:13:13 +01:00
ObjectYAML [yaml2obj/obj2yaml] - Refine handling of SHT_GNU_verdef sections. 2021-01-15 12:40:42 +03:00
Option [llvm] Simplify string comparisons (NFC) 2021-01-11 18:48:09 -08:00
Passes [NewPM][Inliner] Move the 'always inliner' case in the same CGSCC pass as 'regular' inliner 2021-01-15 17:59:38 -08:00
ProfileData [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Remarks
Support [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
TableGen [TableGen] Enhance !cast<string> to handle bit and bits types. 2021-01-14 10:20:35 -05:00
Target AArch64: fix regression introduced by fcmp immediate selection. 2021-01-15 22:53:25 -08:00
Testing
TextAPI [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
ToolDrivers
Transforms [NewPM][Inliner] Move the 'always inliner' case in the same CGSCC pass as 'regular' inliner 2021-01-15 17:59:38 -08:00
WindowsManifest
XRay
CMakeLists.txt