llvm-6502/lib
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
..
Analysis Fix another minor bug 2003-07-26 23:00:05 +00:00
Archive
AsmParser
Bytecode
CodeGen Making this code const-correct would be a pain, so I'll hack it. 2003-07-26 23:29:51 +00:00
ExecutionEngine * Stop hard-coding a value for beginning of emitted code on Sparc since we can 2003-07-29 16:57:16 +00:00
Linker
Support The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes 2003-07-28 19:19:58 +00:00
Target * Correctly emit a far call if the target address does not fit into 30 bits 2003-07-29 19:00:58 +00:00
Transforms
VMCore Add support for Alpha intrinsics, contributed by Rahul Joshi 2003-07-28 21:20:57 +00:00
Makefile