llvm/lib/Target/R600/MCTargetDesc
Tom Stellard ad9769a118 R600/SI: Use a custom encoding method for simm16 in SOPP branch instructions
This allows us to explicitly define the type of fixup that is needed,
so we can distinguish this from future fixup types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213527 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-21 14:01:08 +00:00
..
AMDGPUAsmBackend.cpp R600/SI: Use a custom encoding method for simm16 in SOPP branch instructions 2014-07-21 14:01:08 +00:00
AMDGPUELFObjectWriter.cpp Remove another unused argument. 2014-03-27 20:49:35 +00:00
AMDGPUFixupKinds.h R600/SI: Use a custom encoding method for simm16 in SOPP branch instructions 2014-07-21 14:01:08 +00:00
AMDGPUMCAsmInfo.cpp [C++] Use 'nullptr'. Target edition. 2014-04-25 05:30:21 +00:00
AMDGPUMCAsmInfo.h [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. R600 edition 2014-04-29 07:57:24 +00:00
AMDGPUMCCodeEmitter.cpp
AMDGPUMCCodeEmitter.h R600/SI: Use a custom encoding method for simm16 in SOPP branch instructions 2014-07-21 14:01:08 +00:00
AMDGPUMCTargetDesc.cpp [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some 2014-04-22 02:03:14 +00:00
AMDGPUMCTargetDesc.h
CMakeLists.txt
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: Use a custom encoding method for simm16 in SOPP branch instructions 2014-07-21 14:01:08 +00:00