summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/PatternMatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PatternMatch] Add m_Store pattern match helperSjoerd Meijer2018-06-201-0/+36
* [PatternMatch] Stabilize the matching order of commutative matchersRoman Lebedev2018-04-271-0/+50
* [PatternMatch] Add matchers for vector operationsDaniel Neilson2018-03-281-0/+108
* Fix m_[Ord|Unord][FMin|FMax] matchers to correctly match ordering.Craig Topper2017-06-131-16/+61
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Add support to paternmatch for simple const Value cases.Pete Cooper2016-08-121-0/+27
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-131-1/+1
* Temporarily revert:Eric Christopher2016-03-121-1/+1
* Remove PreserveNames template parameter from IRBuilderMehdi Amini2016-03-111-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-6/+6
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-041-1/+1
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-041-1/+1
* Add in a unittest for the one-use pattern matcher.Chandler Carruth2014-01-051-0/+20
* Add support to the pattern match library for matching NSW and NUWChandler Carruth2014-01-051-0/+74
* Use a shorter name for the IRBuilder member. This will help the testsChandler Carruth2014-01-051-54/+54
* Simplify the PatternMatch unittest by giving it a module, function, andChandler Carruth2014-01-051-166/+105
* PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer2013-05-051-0/+265
OpenPOWER on IntegriCloud