aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
AgeCommit message (Expand)Author
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