summaryrefslogtreecommitdiff
path: root/unittests/IR/PatternMatch.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-03-04[Modules] Move the NoFolder into the IR library as it createsChandler Carruth1-1/+1
2014-03-04[Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth1-1/+1
2014-01-05Add in a unittest for the one-use pattern matcher.Chandler Carruth1-0/+20
2014-01-05Add support to the pattern match library for matching NSW and NUWChandler Carruth1-0/+74
2014-01-05Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth1-54/+54
2014-01-05Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth1-166/+105
2013-05-05PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer1-0/+265