index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
PatternMatch.h
Age
Commit message (
Expand
)
Author
2007-06-15
m_not should match vector not
Chris Lattner
2007-04-13
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-02-13
I love non-deturminism. Returning objects with references to stack objects i...
Andrew Lenharth
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-21
For PR970:
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-23
For PR950:
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-11-06
Fix a small bug noticed on code review.
Reid Spencer
2006-11-02
For PR950:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-09-18
Add support for pattern matching cast operations
Chris Lattner
2006-06-15
Add some more matcher classes for shifts.
Chris Lattner
2006-02-13
Fix typo that caused build failures for things trying to use m_Or.
Chris Lattner
2005-09-27
Make this slightly more efficient by pushing actual type information down
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-13
Add support for shifts
Chris Lattner
2004-08-04
Minor efficiency improvements
Chris Lattner
2004-07-30
Enable compilation.
Misha Brukman
2004-07-30
Check in some useful helper routines for doing ML-style pattern matching on
Chris Lattner