llvm-6502/lib/Target/AArch64/MCTargetDesc
Kevin Qin 287cc35cd7 [AArch64] Remove .data_region directive from AArch64.
.data_region is only used in Darwin, so it shouldn't be generated
for other OS. Currently AArch64 doesn't support darwin yet, so
I removed it from AArch64. When Darwin is supported someday, we can
add it back and associate it with Darwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204424 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-21 02:12:48 +00:00
..
AArch64AsmBackend.cpp Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
AArch64ELFObjectWriter.cpp Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
AArch64ELFStreamer.cpp Change MCStreamer EmitInstruction interface to take subtarget info 2014-01-28 23:12:42 +00:00
AArch64ELFStreamer.h
AArch64FixupKinds.h
AArch64MCAsmInfo.cpp [AArch64] Remove .data_region directive from AArch64. 2014-03-21 02:12:48 +00:00
AArch64MCAsmInfo.h Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
AArch64MCCodeEmitter.cpp Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr() 2014-01-28 23:13:18 +00:00
AArch64MCExpr.cpp Try harder to evaluate expressions when printing assembly. 2014-03-12 16:55:59 +00:00
AArch64MCExpr.h
AArch64MCTargetDesc.cpp Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
AArch64MCTargetDesc.h Add AArch64 big endian Target (aarch64_be) 2014-02-24 11:34:50 +00:00
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Makefile