llvm-6502/lib
Chris Lattner f7f009d9a5 - Checkin LARGE number of Changes to CEE pass that will make it much more
powerful, but that are largely disabled.  The basic idea here is that it
    is trying to forward branches across basic blocks that have PHI nodes in
    it, which are crucial to be able to handle cases like whet.ll.
    Unfortunately we are not updating SSA correctly, causing sim.c to die, and I
    don't have time to fix the regression now, so I must disable the
    functionality.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4077 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-08 21:34:15 +00:00
..
Analysis Handle post dominance correctly in the case where blocks do not have a path to 2002-10-04 14:50:20 +00:00
AsmParser The parser now accepts "external" global variables, in addition to the backwards 2002-10-06 22:45:09 +00:00
Bytecode
CodeGen
ExecutionEngine * Implement the getc() function 2002-10-02 21:12:13 +00:00
Linker
Support Added #include<unistd.h> to compile with solaris gcc3.2 2002-10-04 23:57:01 +00:00
Target Bug fix: In preventing static global variables from being printed twice, 2002-10-05 23:43:10 +00:00
Transforms - Checkin LARGE number of Changes to CEE pass that will make it much more 2002-10-08 21:34:15 +00:00
VMCore Expose new "recalculate" method from dominatorset 2002-10-08 19:12:08 +00:00
Makefile