1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
Go to file
Brian Gaeke dbc34a2a95 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.)

llvm-svn: 4932
2002-12-05 08:30:40 +00:00
docs - Eliminated the deferred symbol table stuff in Module & Function, it really 2002-11-20 18:36:02 +00:00
include Added prototypes for emitting prologue and epilogue for function code 2002-12-04 23:55:56 +00:00
lib Target/X86/Printer.cpp: Add sizePtr function, and use it instead of 2002-12-05 08:30:40 +00:00
runtime fix path 2002-11-08 21:29:22 +00:00
support Add code that can be used for debugging 2002-12-03 20:01:04 +00:00
test Return 0 to make it into a fully-functioning "Hello, World!" test case. 2002-12-04 23:58:41 +00:00
tools Add support for global value references 2002-12-04 06:45:40 +00:00
utils Add makefile to build subdirs 2002-12-02 01:21:34 +00:00
Makefile Make sure to build lib/Support before the utilities, then use the new 2002-12-02 01:23:26 +00:00
Makefile.common On `make clean', kill the core files produced, which are of the form: 2002-12-04 17:08:15 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Generalize ExportSymbols into PLATFORMLINKOPTS 2002-11-04 20:50:33 +00:00
Makefile.rules On `make clean', kill the core files produced, which are of the form: 2002-12-04 17:08:15 +00:00
Makefile.SunOS Fix typo. 2002-11-04 21:03:13 +00:00