summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GuardWidening.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix formatting, typo; NFCSanjay Patel2016-06-191-1/+1
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-1/+1
* [GuardWidening] Tighten the interface of the RangeCheck struct; NFCSanjoy Das2016-05-241-32/+37
* [GuardWidening] Fix incorrect use of remove_ifSanjoy Das2016-05-211-25/+29
* Add const qualifiers to appease bots; NFCSanjoy Das2016-05-191-3/+3
* [GuardWidening] Introduce range check mergingSanjoy Das2016-05-191-0/+244
* [GuardWidening] Use getEquivalentICmp to fold constant comparesSanjoy Das2016-05-191-13/+23
* New pass: guard wideningSanjoy Das2016-05-181-0/+428
OpenPOWER on IntegriCloud