1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Johannes Doerfert dd2810924a [OpenMP] Allow traits for the OpenMP context selector isa
It was unclear what `isa` was supposed to mean so we did not provide any
traits for this context selector. With this patch we will allow *any*
string or identifier. We use the target attribute and target info to
determine if the trait matches. In other words, we will check if the
provided value is a target feature that is available (at the call site).

Fixes PR46338

Reviewed By: ABataev

Differential Revision: https://reviews.llvm.org/D83281
2020-07-29 10:22:27 -05:00
..
Analysis [ConstantFolding] fold integer min/max intrinsics 2020-07-29 11:01:13 -04:00
AsmParser [ThinLTO] parse flags and blockcount summaries 2020-07-20 09:50:22 -07:00
BinaryFormat AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
Bitcode [NFC] Move BitcodeCommon.h from Bitstream to Bitcode 2020-07-27 20:49:17 +00:00
Bitstream
CodeGen [MachineCopyPropagation] BackwardPropagatableCopy: add check for hasOverlappingMultipleDef 2020-07-29 16:21:01 +01:00
DebugInfo [Symbolize][PDB] Switch llvm-symbolizer to use PDB_ReaderType::Native. 2020-07-22 17:17:57 -07:00
Demangle [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
DWARFLinker
ExecutionEngine [ORC] Remove a redundant call to getTargetMemory. 2020-07-26 17:34:31 -07:00
Extensions
Frontend [OpenMP] Allow traits for the OpenMP context selector isa 2020-07-29 10:22:27 -05:00
Fuzzer
FuzzMutate [NewPM][LSR] Rename strength-reduce -> loop-reduce 2020-07-02 11:15:29 -07:00
IR [NFC] Edit the comment in User::replaceUsesOfWith 2020-07-29 10:02:04 +08:00
IRReader
LineEditor
Linker Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI." 2020-07-24 13:02:33 +01:00
LTO [NewPM] Support optnone under new pass manager 2020-07-21 09:53:43 -07:00
MC [MC] [COFF] Make sure that weak external symbols are undefined symbols 2020-07-24 22:15:08 +03:00
MCA
Object [llvm-readobj] - Refactor how the code dumps relocations. 2020-07-20 12:05:05 +03:00
ObjectYAML [DWARFYAML] Make the field names consistent with the DWARF spec. NFC. 2020-07-29 23:10:08 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
ProfileData Supplement instr profile with sample profile. 2020-07-27 20:17:40 -07:00
Remarks YAMLRemarkParser.cpp - remove duplicate RemarkParser.h include. NFC. 2020-06-08 13:59:05 +01:00
Support [Driver][ARM] Disable unsupported features when nofp arch extension is used 2020-07-29 14:13:22 +01:00
TableGen [TableGen][CGS] Print better errors on overlapping InstRW 2020-07-27 09:41:10 -06:00
Target [CostModel][X86] Add SSE costs for SMAX/SMIN/UMAX/UMIN intrinsics 2020-07-29 15:55:43 +01:00
Testing Use INTERFACE_COMPILE_OPTIONS to disable -Wsuggest-override for any target that links to gtest 2020-07-27 08:37:01 -07:00
TextAPI [TextAPI/MachO] Fix style issues. NFC 2020-06-24 14:43:45 -07:00
ToolDrivers [llvm-lib] Support adding short import library objects with llvm-lib 2020-07-24 22:15:08 +03:00
Transforms [SCEVExpander] Add option to preserve LCSSA directly. 2020-07-29 15:07:37 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt