summaryrefslogtreecommitdiff
path: root/unittests/IR/PatternMatch.cpp
AgeCommit message (Expand)Author
2018-06-20[PatternMatch] Add m_Store pattern match helperSjoerd Meijer
2018-04-27[PatternMatch] Stabilize the matching order of commutative matchersRoman Lebedev
2018-03-28[PatternMatch] Add matchers for vector operationsDaniel Neilson
2017-06-13Fix m_[Ord|Unord][FMin|FMax] matchers to correctly match ordering.Craig Topper
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2016-08-12Add support to paternmatch for simple const Value cases.Pete Cooper
2016-03-13Remove PreserveNames template parameter from IRBuilderMehdi Amini
2016-03-12Temporarily revert:Eric Christopher
2016-03-11Remove PreserveNames template parameter from IRBuilderMehdi Amini
2014-06-08[C++11] Use 'nullptr'.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-04[Modules] Move the NoFolder into the IR library as it createsChandler Carruth
2014-03-04[Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth
2014-01-05Add in a unittest for the one-use pattern matcher.Chandler Carruth
2014-01-05Add support to the pattern match library for matching NSW and NUWChandler Carruth
2014-01-05Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth
2014-01-05Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth
2013-05-05PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer