summaryrefslogtreecommitdiff
path: root/unittests/IR/PatternMatch.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* Add in a unittest for the one-use pattern matcher.Chandler Carruth2014-01-05
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-05
* Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth2014-01-05
* Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth2014-01-05
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-05