1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/AArch64/MCTargetDesc
Reid Kleckner 7500758e97 [MC] Move .cv_loc management logic out of MCContext
MCContext already has many tasks, and separating CodeView out from it is
probably a good idea. The .cv_loc tracking was modelled on the DWARF
tracking which lived directly in MCContext.

Removes the inclusion of MCCodeView.h from MCContext.h, so now there are
only 10 build actions while I hack on CodeView support instead of 265.

llvm-svn: 279847
2016-08-26 17:58:37 +00:00
..
AArch64AddressingModes.h AArch64: allow MOV (imm) alias to be printed 2016-06-16 01:42:25 +00:00
AArch64AsmBackend.cpp [MC] Move .cv_loc management logic out of MCContext 2016-08-26 17:58:37 +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
AArch64ELFStreamer.h
AArch64FixupKinds.h
AArch64MachObjectWriter.cpp
AArch64MCAsmInfo.cpp
AArch64MCAsmInfo.h
AArch64MCCodeEmitter.cpp Delete more dead code. 2016-06-22 12:44:16 +00:00
AArch64MCExpr.cpp
AArch64MCExpr.h
AArch64MCTargetDesc.cpp [AArch64] Registering default MCInstrAnalysis 2016-08-12 20:28:05 +00:00
AArch64MCTargetDesc.h MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFC 2016-07-25 17:18:28 +00:00
AArch64TargetStreamer.cpp
AArch64TargetStreamer.h
CMakeLists.txt
LLVMBuild.txt