llvm-6502/lib/Transforms
Chris Lattner 071d0ad2f1 * Convert InstWorkList to vector instead of set, because on big programs it
is empirically faster by a noticable margin, even though duplicates can
  happen.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2511 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-07 04:29:32 +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 * Convert InstWorkList to vector instead of set, because on big programs it 2002-05-07 04:29:32 +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