aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
AgeCommit message (Expand)Author
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-08-12Remove a bunch more now-unnecessary Context arguments.Dan Gohman
2009-07-25Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-11silence a vc++ warning.Chris Lattner
2009-07-10Push LLVMContext through the PatternMatch API.Owen Anderson
2009-05-19Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-02-27Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky
2009-02-20Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng