1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Johannes Doerfert 7dbaeae0dc [OpenMP][Fix] Make the arch selector for x86_64 work
The triple uses a bar "x86-64" instead of an underscore. Since we
have troubles accepting x86-64 as an identifier, we stick with
x86_64 in the frontend and translate it explicitly.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D93786
2021-01-07 14:31:18 -06:00
..
Analysis [DDG] Fix duplicate edge removal during pi-block formation 2021-01-07 10:31:11 -05:00
AsmParser [X86] Add x86_amx type for intel AMX. 2020-12-30 13:52:13 +08:00
BinaryFormat [XCOFF][AIX] Emit EH information in traceback table 2020-12-16 09:34:59 -05:00
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 [WebAssembly] Fixed byval args missing DWARF DW_AT_LOCATION 2021-01-07 10:31:38 -08:00
DebugInfo [DWARF] DWARFDebugLoc::dumpRawEntry - remove dead stores. NFCI. 2021-01-07 12:53:28 +00:00
Demangle
DWARFLinker [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
ExecutionEngine [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Extensions
FileCheck [FileCheck] Add a literal check directive modifier 2020-12-18 17:26:15 -08:00
Frontend [OpenMP][Fix] Make the arch selector for x86_64 work 2021-01-07 14:31:18 -06: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 Revert "[llvm] Use BasicBlock::phis() (NFC)" 2021-01-07 09:43:33 +00:00
IRReader static const char *const foo => const char foo[] 2020-12-01 10:33:18 -08:00
LineEditor
Linker [ExecutionEngine, Linker] Use erase_if (NFC) 2020-12-23 21:44:39 -08:00
LTO [NFC] Reduce include files dependency and AA header cleanup (part 2). 2020-12-17 14:04:48 +03:00
MC [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
MCA [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Object [llvm] Use llvm::lower_bound and llvm::upper_bound (NFC) 2021-01-05 21:15:59 -08:00
ObjectYAML [libObject] - Add more ELF types to LLVM_ELF_IMPORT_TYPES_ELFT define (ELFTypes.h). 2020-12-25 11:39:05 +03:00
Option Remove memory allocation with string 2020-12-05 15:14:44 -08:00
Passes [NFC] Rename registerAliasAnalyses -> registerDefaultAliasAnalyses 2021-01-05 11:07:58 -08:00
ProfileData [llvm] Use llvm::append_range (NFC) 2021-01-06 18:27:33 -08:00
Remarks
Support [NFC][AMDGPU] Reduce include files dependency. 2021-01-07 22:22:05 +03:00
TableGen [TableGen] Add field kind to the RecordVal class. 2021-01-07 09:31:27 -05:00
Target Fix gcc5 build failure (NFC) 2021-01-07 20:11:57 +00:00
Testing
TextAPI
ToolDrivers
Transforms [NFC][AMDGPU] Reduce include files dependency. 2021-01-07 22:22:05 +03:00
WindowsManifest
XRay [lib/Object, tools] - Make ELFObjectFile::getELFFile return reference. 2020-12-04 16:02:29 +03:00
CMakeLists.txt