1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/AArch64/MCTargetDesc
Mehdi Amini 9ff867f98c [NFC] Header cleanup
Removed some unused headers, replaced some headers with forward class declarations.

Found using simple scripts like this one:
clear && ack --cpp -l '#include "llvm/ADT/IndexedMap.h"' | xargs grep -L 'IndexedMap[<]' | xargs grep -n --color=auto 'IndexedMap'

Patch by Eugene Kosov <claprix@yandex.ru>

Differential Revision: http://reviews.llvm.org/D19219

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266595
2016-04-18 09:17:29 +00:00
..
AArch64AddressingModes.h [AArch64] Add ARMv8.2-A FP16 scalar instructions 2015-11-27 13:04:48 +00:00
AArch64AsmBackend.cpp [AArch64] Better errors for out-of-range fixups 2016-04-01 09:14:50 +00:00
AArch64ELFObjectWriter.cpp [AArch64] Replace some uses of report_fatal_error with reportError in AArch64 ELF object writer 2016-03-23 13:45:03 +00:00
AArch64ELFStreamer.cpp [AArch64] Fix two bugs in the .inst directive 2016-01-20 12:54:31 +00:00
AArch64ELFStreamer.h Use raw_pwrite_stream in the object writer/streamer. 2015-04-14 22:14:34 +00:00
AArch64FixupKinds.h
AArch64MachObjectWriter.cpp [Assembler] Make fatal assembler errors non-fatal 2015-11-17 10:00:43 +00:00
AArch64MCAsmInfo.cpp [MC] Use LShr for constant evaluation of ">>" on non-arm64 darwin. 2015-11-11 00:51:36 +00:00
AArch64MCAsmInfo.h Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
AArch64MCCodeEmitter.cpp Replace custom fixed endian to raw_ostream emission with EndianStream. 2015-06-04 15:03:02 +00:00
AArch64MCExpr.cpp Fix pr24486. 2015-10-05 12:07:05 +00:00
AArch64MCExpr.h Fix pr24486. 2015-10-05 12:07:05 +00:00
AArch64MCTargetDesc.cpp Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
AArch64MCTargetDesc.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
AArch64TargetStreamer.cpp [ARM,AArch64] Store source location of asm constant pool entries 2015-11-16 16:25:47 +00:00
AArch64TargetStreamer.h [ARM,AArch64] Store source location of asm constant pool entries 2015-11-16 16:25:47 +00:00
CMakeLists.txt
LLVMBuild.txt