LICM shouldn't sink/delete debug information. Fix this and add a testcase.
[oota-llvm.git] / lib / Transforms / Utils / AddrModeMatcher.cpp
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-11 Chris Lattnersilence a vc++ warning.
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-02-27 Nick LewyckyFix compiler warning about uninitialized variables...
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...