| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused variable. NFC. | Michael Liao | 2019-12-03 | 1 | -1/+0 |
| * | [APInt][PatternMatch] Add 'is non-positive' predicate | Roman Lebedev | 2019-12-03 | 1 | -0/+24 |
| * | [PatternMatch] Add support for matching intrinsics with 5 operands. | Florian Hahn | 2019-12-02 | 1 | -0/+79 |
| * | [PatternMatch] Add m_WithOverflowInst and m_ExtractValue matchers | David Green | 2019-10-31 | 1 | -0/+24 |
| * | [PatternMatch] Add m_SExtOrSelf(), m_ZExtOrSExtOrSelf() matchers + unittests | Roman Lebedev | 2019-09-27 | 1 | -0/+36 |
| * | [PatternMatch] Make m_Br more flexible, add matchers for BB values. | Florian Hahn | 2019-09-25 | 1 | -0/+28 |
| * | [IR][PatternMatch] Introduce m_NegatedPower2() matcher | Roman Lebedev | 2019-07-25 | 1 | -0/+21 |
| * | [IR][PatternMatch] introduce m_Unless() matcher | Roman Lebedev | 2019-07-25 | 1 | -0/+16 |
| * | Revert "r366069: [PatternMatch] Implement matching code for LibFunc" | Ilya Biryukov | 2019-07-15 | 1 | -37/+1 |
| * | [PatternMatch] Implement matching code for LibFunc | Dmitry Venikov | 2019-07-15 | 1 | -1/+37 |
| * | [PatternMatch] Generalize m_SpecificInt_ULT() to take ICmpInst::Predicate | Roman Lebedev | 2019-07-10 | 1 | -9/+378 |
| * | [IR][Patternmatch] Add m_SpecificInt_ULT() predicate | Roman Lebedev | 2019-06-29 | 1 | -0/+21 |
| * | Update PatternMatcher for FNeg | Cameron McInally | 2019-05-03 | 1 | -0/+29 |
| * | [opaque pointer types] Pass value type to LoadInst creation. | James Y Knight | 2019-02-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [PatternMatch] Handle undef vectors consistently | Sanjay Patel | 2018-11-20 | 1 | -0/+56 |
| * | [PatternMatch] Add m_Store pattern match helper | Sjoerd Meijer | 2018-06-20 | 1 | -0/+36 |
| * | [PatternMatch] Stabilize the matching order of commutative matchers | Roman Lebedev | 2018-04-27 | 1 | -0/+50 |
| * | [PatternMatch] Add matchers for vector operations | Daniel Neilson | 2018-03-28 | 1 | -0/+108 |
| * | Fix m_[Ord|Unord][FMin|FMax] matchers to correctly match ordering. | Craig Topper | 2017-06-13 | 1 | -16/+61 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Add support to paternmatch for simple const Value cases. | Pete Cooper | 2016-08-12 | 1 | -0/+27 |
| * | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-13 | 1 | -1/+1 |
| * | Temporarily revert: | Eric Christopher | 2016-03-12 | 1 | -1/+1 |
| * | Remove PreserveNames template parameter from IRBuilder | Mehdi Amini | 2016-03-11 | 1 | -1/+1 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -6/+6 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+1 |
| * | [Modules] Move the NoFolder into the IR library as it creates | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | [Modules] Move the LLVM IR pattern match header into the IR library, it | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Add in a unittest for the one-use pattern matcher. | Chandler Carruth | 2014-01-05 | 1 | -0/+20 |
| * | Add support to the pattern match library for matching NSW and NUW | Chandler Carruth | 2014-01-05 | 1 | -0/+74 |
| * | Use a shorter name for the IRBuilder member. This will help the tests | Chandler Carruth | 2014-01-05 | 1 | -54/+54 |
| * | Simplify the PatternMatch unittest by giving it a module, function, and | Chandler Carruth | 2014-01-05 | 1 | -166/+105 |
| * | PatternMatch: Matcher for (un)ordered floating point min/max | Arnold Schwaighofer | 2013-05-05 | 1 | -0/+265 |