llvm-6502/lib/Transforms
Chris Lattner fd905caa77 Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code
pessimization where instcombine can sink a load (good for code size) that
prevents an alloca from being promoted by mem2reg (bad for everything).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33771 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-01 22:30:07 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
IPO eliminate temporary vectors 2007-01-31 19:59:55 +00:00
Scalar Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code 2007-02-01 22:30:07 +00:00
Utils Fix bugs in the inliner having to do with single-entry phi nodes and valuemap 2007-02-01 18:48:38 +00:00
ExprTypeConvert.cpp Ensure that ConvertOperandToType generates a result conversion by 2007-02-01 19:14:51 +00:00
LevelRaise.cpp For PR950: 2006-12-31 05:48:39 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp For PR950: 2006-12-31 05:48:39 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00