llvm-6502/lib/Transforms
Chris Lattner cdac78b8a4 Merge blocks like this:
void "test3"(bool %T) {
        br bool %T, label %BB1, label %BB1
BB1:
        ret void
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2472 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06 03:02:02 +00:00
..
Instrumentation Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
IPO Be a little more efficient, do not generate loads and stores with indices in them. 2002-05-02 17:38:14 +00:00
Scalar Merge blocks like this: 2002-05-06 03:02:02 +00:00
Utils Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll 2002-05-01 15:38:23 +00:00
ExprTypeConvert.cpp Fix bug: test/Regression/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll 2002-05-02 17:37:34 +00:00
LevelRaise.cpp ExprTypeConvert will already do this transformation, no need to specialize 2002-05-02 17:38:55 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
TransformInternals.h Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00