1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Target/NVPTX/MCTargetDesc
Rafael Espindola 6ffbd5bf5d Fix a bit of confusion about .set and produce more readable assembly.
Every target we support has support for assembly that looks like

a = b - c
.long a

What is special about MachO is that the above combination suppresses the
production of a relocation.

With this change we avoid producing the intermediary labels when they don't
add any value.

llvm-svn: 220256
2014-10-21 01:17:30 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
NVPTXBaseInfo.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
NVPTXMCAsmInfo.cpp Fix a bit of confusion about .set and produce more readable assembly. 2014-10-21 01:17:30 +00:00
NVPTXMCAsmInfo.h Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. 2014-08-30 16:48:02 +00:00
NVPTXMCTargetDesc.cpp
NVPTXMCTargetDesc.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00