Bug fix. Only safe to perform extension uses optimization if the source of extension...
[oota-llvm.git] / lib / Transforms / Scalar / CodeGenPrepare.cpp
2007-12-12 Evan ChengBug fix. Only safe to perform extension uses optimizati...
2007-12-05 Evan ChengIf both result of the {s|z}xt and its source are live...
2007-11-06 Chris Lattnerfix const correctness, BB is const, so its predecessors...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-08-02 Chris Lattnerwrap some long lines. Major offenders that are left...
2007-08-01 Dan GohmanMore explicit keywords.
2007-06-12 Dale JohannesenSink CmpInst's to their uses to reduce register pressure.
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-25 Devang PatelFix
2007-04-14 Chris Lattneruse an accessor to simplify code.
2007-04-13 Chris LattnerCompletely rewrite addressing-mode related sinking...
2007-04-09 Chris Lattnereliminate the last uses of some TLI methods.
2007-04-02 Chris LattnerVarious passes before isel split edges and do other...
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...