llvm-6502/lib/Target
Brian Gaeke b3011a01b5 Constify most methods. We could have constified doInitialization and
doFinalization too except that would have made them shadow, not override,
the parent class :-P.

Allow *any* constant cast expression between pointers and longs,
or vice-versa, or any widening (not just same-size) conversion that
isLosslesslyConvertibleTo approves. This fixes oopack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7288 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-24 17:30:45 +00:00
..
CBackend Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBE 2003-07-23 20:45:31 +00:00
SparcV9 Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
X86 Constify most methods. We could have constified doInitialization and 2003-07-24 17:30:45 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp Remove redundant const qualifiers from cast<> expressions 2003-07-23 15:30:06 +00:00
TargetInstrInfo.cpp Nice tasty llc fixes. These should fix LLC for x86 for everything in 2003-06-27 00:00:48 +00:00
TargetMachine.cpp
TargetSchedInfo.cpp