llvm-6502/lib/Target
Vikram S. Adve 53fd400cdf Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW)
and generate actual machine instruction sequences directly.

Also a couple of bug fixes in code for putting constants into registers:
-- Do *not* sign-extend unsigned constant that is shorter than int reg size
-- Fix handling of address constant (a GlobalValue) vs. constant that
   must be loaded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2856 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-10 21:39:50 +00:00
..
CBackend Fix anands changes 2002-06-30 16:07:20 +00:00
SparcV9 Major overhaul to stop using pseudo-instructions (SETX, SETUW, SETSW) 2002-07-10 21:39:50 +00:00
MachineFrameInfo.cpp Implementation of class MachineFrameInfo. 2002-04-25 04:35:27 +00:00
Makefile Make a new llvm/Target #include directory. 2001-09-14 05:34:53 +00:00
TargetData.cpp Add integer register size field. 2002-05-19 15:28:02 +00:00
TargetMachine.cpp Added class MachineCacheInfo. 2001-11-09 02:20:18 +00:00
TargetSchedInfo.cpp Add code that used to be inline in MachineSchedInfo.h 2002-02-04 05:56:30 +00:00