llvm-6502/lib/Target
Brian Gaeke 9e0b9028c7 If we're about to emit something like:
%f0 = fmovs %f0
  %f1 = fmovs %f1

then just delete the FpMOVD pseudo-instruction instead.  Also, add
statistics and debug printouts.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18383 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-30 08:15:15 +00:00
..
CBackend Hack around stupidity in GCC, fixing Burg with the CBE and 2004-11-13 22:21:56 +00:00
PowerPC Fix several bugs in 'op x, imm' handling. Foremost is that we now emit 2004-11-30 07:30:20 +00:00
Skeleton ignore generated files 2004-11-21 00:01:54 +00:00
Sparc If we're about to emit something like: 2004-11-30 08:15:15 +00:00
SparcV8 If we're about to emit something like: 2004-11-30 08:15:15 +00:00
SparcV9 Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass 2004-11-30 00:22:59 +00:00
X86 Revamp long/ulong comparisons to use a much more efficient sequence (thanks 2004-11-29 05:55:24 +00:00
Makefile Fix file comment header 2004-11-19 22:09:21 +00:00
MRegisterInfo.cpp Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. 2004-10-27 06:00:53 +00:00
Target.td Add isLittleEndianEncoding to InstrInfo class, defaults to `off' 2004-10-14 05:53:40 +00:00
TargetData.cpp Fix this function to not say that longs have 8-byte alignment on X86/PPC. 2004-11-02 22:18:18 +00:00
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetMachineRegistry.cpp
TargetSchedInfo.cpp Remove dead assert 2004-10-25 19:04:01 +00:00