aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PatternMatch.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* m_not should match vector notChris Lattner2007-06-151-1/+5
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-3/+3
* I love non-deturminism. Returning objects with references to stack objects i...Andrew Lenharth2007-02-131-5/+7
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-16/+16
* For PR970:Reid Spencer2007-01-211-31/+0
* For PR1043:Zhou Sheng2007-01-111-2/+2
* For PR950:Reid Spencer2006-12-231-7/+39
* For PR950:Reid Spencer2006-11-271-33/+1
* For PR950:Reid Spencer2006-11-081-3/+43
* Fix a small bug noticed on code review.Reid Spencer2006-11-061-1/+1
* For PR950:Reid Spencer2006-11-021-2/+14
* For PR950:Reid Spencer2006-10-261-2/+14
* Add support for pattern matching cast operationsChris Lattner2006-09-181-0/+33
* Add some more matcher classes for shifts.Chris Lattner2006-06-151-6/+21
* Fix typo that caused build failures for things trying to use m_Or.Chris Lattner2006-02-131-2/+2
* Make this slightly more efficient by pushing actual type information downChris Lattner2005-09-271-8/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Add support for shiftsChris Lattner2004-11-131-0/+12
* Minor efficiency improvementsChris Lattner2004-08-041-3/+3
* Enable compilation.Misha Brukman2004-07-301-2/+2
* Check in some useful helper routines for doing ML-style pattern matching onChris Lattner2004-07-301-0/+280