llvm-6502/lib/Target
Misha Brukman dfbfc57d78 Fixed the number translation scheme for the integer condition code registers: it
now works in instructions which require a 2-bit or 3-bit INTcc code.

Incidentally, that means that the representation of INTcc registers is now the
same in both integer and FP instructions. Thus, code became much simpler and
cleaner.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7185 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-16 20:30:40 +00:00
..
CBackend Some beautification changes (tabs to spaces, removed extra blank lines); 2003-07-09 17:33:50 +00:00
SparcV9 Fixed the number translation scheme for the integer condition code registers: it 2003-07-16 20:30:40 +00:00
X86 If we have a constant pointer reference to a function, we were printing 2003-07-11 21:57:01 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp
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