summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* silence a vc++ warning.Chris Lattner2009-07-111-1/+1
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-101-1/+2
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-191-30/+31
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky2009-02-271-1/+1
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-201-0/+593