llvm-6502/lib/Transforms
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
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Changes to work with Statistics rework 2002-10-01 22:40:31 +00:00
IPO Non-functionality change just to make it more clear what is going on 2002-10-07 18:34:32 +00:00
Scalar - Checkin LARGE number of Changes to CEE pass that will make it much more 2002-10-08 21:34:15 +00:00
Utils Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges pass 2002-10-08 21:06:27 +00:00
ExprTypeConvert.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:37 +00:00
LevelRaise.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:37 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp Fix bug: 2002-10-02-SignExtensionProblem.ll 2002-10-02 18:53:14 +00:00
TransformInternals.h Fix: test/Regression/LLC/badidx.c problem 2002-09-16 18:32:33 +00:00