llvm-6502/lib/Target
Brian Gaeke 86764d778e Target/X86/Printer.cpp: Add sizePtr function, and use it instead of
" <SIZE> PTR " string when emitting assembly.

Target/X86/X86InstrInfo.def: Tidy up a bit:
 Squashed everything down to 118 chars wide, wrapping lines so that
 comment is at the same point on each line. Rename "NoImpRegs" as
 "NoIR". (most instructions have NoImpRegs twice on a line, so this
 saves 10 columns).

 Also, annotate various instructions with flags for size of memory operand.
  (MemArg16, MemArg32, MemArg64, etc.)

Target/X86/X86InstrInfo.h: Define flags for size of memory operand.
 (MemArg16, MemArg32, MemArg64, etc.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4932 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-05 08:30:40 +00:00
..
CBackend - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
SparcV9 Initialize implicit uses/defs fields for sparc backend to empty list 2002-12-03 05:41:54 +00:00
X86 Target/X86/Printer.cpp: Add sizePtr function, and use it instead of 2002-12-05 08:30:40 +00:00
MachineFrameInfo.cpp Changed MachineCodeForMethod' to MachineFunction'. 2002-10-28 00:28:31 +00:00
Makefile X86 target builds fine now 2002-11-20 20:17:03 +00:00
TargetData.cpp * Privatize the TargetName 2002-10-29 21:48:17 +00:00
TargetInstrInfo.cpp Pass on a targetmachine 2002-11-17 23:22:03 +00:00
TargetMachine.cpp Implement findOptimalStorageSize a bit more generally 2002-10-29 21:47:50 +00:00
TargetSchedInfo.cpp Move TargetInstrDescriptors to MachineInstrInfo.cpp 2002-10-29 17:37:48 +00:00