1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms
Chris Lattner 2d85458c52 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).

llvm-svn: 33771
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
TransformInternals.cpp For PR950: 2006-12-31 05:48:39 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00