llvm-project/llvm/lib/Target/AArch64/MCTargetDesc
JF Bastien 49ddd5aca1 NFC: use bit_cast more in AArch64AddressingModes
The was previously committed as r341749 then reverted as r341750 because
bit_cast needed to do its own thing to check is_trivially_copyable on GCC 4.x.
This is now done and std;:array should now get accepted.

llvm-svn: 341897
2018-09-11 04:08:05 +00:00
..
AArch64AddressingModes.h NFC: use bit_cast more in AArch64AddressingModes 2018-09-11 04:08:05 +00:00
AArch64AsmBackend.cpp [Target] Untangle disassemblers 2018-09-10 12:53:46 +00:00
AArch64ELFObjectWriter.cpp [AArch64] Add Tiny Code Model for AArch64 2018-08-22 11:31:39 +00:00
AArch64ELFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64ELFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64FixupKinds.h Don't repeat name in comments. 80 columns. NFC. 2017-06-28 14:59:30 +00:00
AArch64MCAsmInfo.cpp [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes 2018-07-23 22:15:14 +00:00
AArch64MCAsmInfo.h [AArch64] Use MCAsmInfoMicrosoft and MCAsmInfoGNUCOFF as base classes 2018-07-23 22:15:14 +00:00
AArch64MCCodeEmitter.cpp [AArch64][SVE] Asm: Support for INC/DEC (scalar) instructions. 2018-06-15 15:47:44 +00:00
AArch64MCExpr.cpp [Target] Untangle disassemblers 2018-09-10 12:53:46 +00:00
AArch64MCExpr.h [AArch64] Add support for secrel add/load/store relocations for COFF 2018-03-01 20:42:28 +00:00
AArch64MCTargetDesc.cpp Find PLT entries for x86, x86_64, and AArch64. 2018-08-24 15:21:56 +00:00
AArch64MCTargetDesc.h MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64MachObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64TargetStreamer.cpp [AArch64] Support the .inst directive for MachO and COFF targets 2018-07-31 09:26:52 +00:00
AArch64TargetStreamer.h
AArch64WinCOFFObjectWriter.cpp MC: Separate creating a generic object writer from creating a target object writer. NFCI. 2018-05-21 19:20:29 +00:00
AArch64WinCOFFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AArch64WinCOFFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
CMakeLists.txt [COFF, ARM64] Add support for Windows ARM64 COFF format 2017-06-27 23:58:19 +00:00
LLVMBuild.txt