llvm-6502/lib/Target/R600/MCTargetDesc
Tom Stellard 1f996fa36b R600/SI: Add a stub GCNTargetMachine
This is equivalent to the AMDGPUTargetMachine now, but it is the
starting point for separating R600 and GCN functionality into separate
targets.

It is recommened that users start using the gcn triple for GCN-based
GPUs, because using the r600 triple for these GPUs will be deprecated in
the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225277 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-06 18:00:21 +00:00
..
AMDGPUAsmBackend.cpp Revert r225048: It broke ObjC on AArch64. 2015-01-06 00:54:32 +00:00
AMDGPUELFObjectWriter.cpp R600/SI: Store constant initializer data in constant memory 2014-07-21 14:01:14 +00:00
AMDGPUFixupKinds.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
AMDGPUMCAsmInfo.cpp R600/SI: Restore PrivateGlobalPrefix to the default ELF value of ".L" 2014-12-06 05:34:34 +00:00
AMDGPUMCAsmInfo.h Move getNonexecutableStackSection up to the base ELF class. 2014-10-15 15:44:16 +00:00
AMDGPUMCCodeEmitter.cpp [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
AMDGPUMCCodeEmitter.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
AMDGPUMCTargetDesc.cpp R600/SI: Add a stub GCNTargetMachine 2015-01-06 18:00:21 +00:00
AMDGPUMCTargetDesc.h R600/SI: Add a stub GCNTargetMachine 2015-01-06 18:00:21 +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 LLVMBuild.txt: Add missing dependencies. 2014-04-10 11:16:47 +00:00
Makefile
R600MCCodeEmitter.cpp Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. 2014-06-19 06:10:58 +00:00
SIMCCodeEmitter.cpp R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand 2014-12-19 22:15:30 +00:00