aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PatternMatch.h
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespace.Misha Brukman2009-02-201-16/+16
* no need to negate the APInt for 0.Chris Lattner2009-01-061-1/+1
* Change m_ConstantInt and m_SelectCst to take their constant integersChris Lattner2009-01-051-11/+10
* make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.Chris Lattner2009-01-051-1/+10
* * Alphabetized system headers per the style guideMisha Brukman2009-01-021-5/+3
* add a new m_Specific pattern that matches only if we have a specific Value*.Chris Lattner2008-11-161-0/+15
* add a new template for matching a select between two constants.Chris Lattner2008-11-161-0/+11
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-301-0/+46
* add support for pattern matching 'neg'Chris Lattner2008-05-091-0/+29
* add match support for casts.Chris Lattner2008-01-081-0/+24
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add m_Zero(). Chris Lattner2007-12-201-0/+18
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+382