llvm-6502/lib/Target
Misha Brukman a1f1fea105 * Correctly emit a far call if the target address does not fit into 30 bits
instead of assert()ing
* Fixed a nasty bug where '07' was used instead of register 'o7'


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7382 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-29 19:00:58 +00:00
..
CBackend Don't include llvm/SlotCalculator.h, or <set>. 2003-07-25 20:21:06 +00:00
SparcV9 * Correctly emit a far call if the target address does not fit into 30 bits 2003-07-29 19:00:58 +00:00
X86 Move "register flags" definition the type of registers to be fully fledged 2003-07-29 05:14:16 +00:00
Makefile
MRegisterInfo.cpp
Target.td Instead of specifying the SIZE of the register, go so far as to specify 2003-07-28 04:24:59 +00:00
TargetData.cpp
TargetInstrInfo.cpp
TargetMachine.cpp The promotion rules are the same for all targets, they are set by the C standard. 2003-04-26 19:47:36 +00:00
TargetSchedInfo.cpp