Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory
[oota-llvm.git] / lib / Transforms / Scalar / CodeGenPrepare.cpp
2008-02-26 Evan ChengFix PR2076. CodeGenPrepare now sinks address computatio...
2008-01-20 Duncan SandsMake sure the caller doesn't use freed memory.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-25 Chris LattnerDon't break critical edges for single-bb loops, this...
2007-12-24 Chris Lattneradd a -backedge-hack llc-beta option to codegenprepare.
2007-12-13 Evan ChengFix typo.
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-12 Evan ChengDon't muck with phi nodes; bug fixes.
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...