summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SLSR] consider &B[S << i] as &B[(1 << i) * S]Jingyue Wu2015-04-061-2/+7
* [opaque pointer type] More GEP IRBuilder API migrations...David Blaikie2015-04-031-2/+3
* [opaque pointer type] More GEP API migrations in IRBuilder usesDavid Blaikie2015-04-031-2/+2
* [SLSR] handles off bounds GEPsJingyue Wu2015-04-021-5/+12
* [SLSR] handle candidate form &B[i * S]Jingyue Wu2015-03-261-67/+328
* Fixing a -Wsign-compare warning; NFCAaron Ballman2015-02-041-1/+1
* Add straight-line strength reduction to LLVMJingyue Wu2015-02-031-0/+274
OpenPOWER on IntegriCloud