llvm-6502/lib
Reid Spencer cc442cabf6 On Linux platforms and at optimization levels -O1 and above, llvm-gcc can
turn "putchar" calls into _IO_putc calls which is a lower-level interface.
This patch allows these calls to be executed by lli in interpreter mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37254 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-19 01:36:17 +00:00
..
Analysis Add passes -view-cfg and -view-cfg-only that are like -print-cfg and 2007-05-14 14:25:08 +00:00
Archive
AsmParser
Bitcode Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. 2007-05-18 04:02:46 +00:00
CodeGen same patch as the previous one, but the symmetric case 2007-05-19 00:46:51 +00:00
Debugger
ExecutionEngine On Linux platforms and at optimization levels -O1 and above, llvm-gcc can 2007-05-19 01:36:17 +00:00
Linker
Support Fix an assertion introduced by my last change to the toString method. We 2007-05-19 00:29:55 +00:00
System Fix a bug where the bcreader could crash on .bc files that were an exact 2007-05-11 00:00:27 +00:00
Target Apply this patch: 2007-05-18 23:21:46 +00:00
Transforms Handle negative strides much more optimally. This compiles X86/lsr-negative-stride.ll 2007-05-19 01:22:21 +00:00
VMCore Update comments to say "vector" instead of "packed". 2007-05-11 21:43:24 +00:00
Makefile