llvm-6502/lib/Target/X86/AsmPrinter
Dan Gohman 71c25b7d7b Re-instate MOV64r0 and MOV16r0, with adjustments to work with the
new AsmPrinter. This is perhaps less elegant than describing them
in terms of MOV32r0 and subreg operations, but it allows the
current register to rematerialize them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93158 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-11 17:37:57 +00:00
..
CMakeLists.txt Update CMake file (lexically order files). 2009-10-13 18:57:27 +00:00
Makefile Fix path name. 2009-07-14 22:58:03 +00:00
X86AsmPrinter.cpp Move DebugInfo checks into EmitComments and remove them from 2009-11-13 21:34:57 +00:00
X86AsmPrinter.h unconditionally request MMI 2009-09-24 21:45:57 +00:00
X86ATTInstPrinter.cpp print pcrel immediates as signed values instead of unsigned so that we 2009-12-22 00:44:05 +00:00
X86ATTInstPrinter.h remove strings from instructions who are never asmprinted. 2009-10-19 19:51:42 +00:00
X86IntelInstPrinter.cpp remove a temporary hack. 2009-09-20 07:47:59 +00:00
X86IntelInstPrinter.h kill off printPICLabel now, it's specialness is handled by 2009-09-20 07:28:26 +00:00
X86MCInstLower.cpp Re-instate MOV64r0 and MOV16r0, with adjustments to work with the 2010-01-11 17:37:57 +00:00
X86MCInstLower.h Target-independent support for TargetFlags on BlockAddress operands, 2009-11-20 23:18:13 +00:00