aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/PatternMatch.h
AgeCommit message (Expand)Author
2007-06-15m_not should match vector notChris Lattner
2007-04-13Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman
2007-02-13I love non-deturminism. Returning objects with references to stack objects i...Andrew Lenharth
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-21For PR970:Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-23For PR950:Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-08For PR950:Reid Spencer
2006-11-06Fix a small bug noticed on code review.Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-09-18Add support for pattern matching cast operationsChris Lattner
2006-06-15Add some more matcher classes for shifts.Chris Lattner
2006-02-13Fix typo that caused build failures for things trying to use m_Or.Chris Lattner
2005-09-27Make this slightly more efficient by pushing actual type information downChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-13Add support for shiftsChris Lattner
2004-08-04Minor efficiency improvementsChris Lattner
2004-07-30Enable compilation.Misha Brukman
2004-07-30Check in some useful helper routines for doing ML-style pattern matching onChris Lattner