index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
PatternMatch.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed trailing whitespace.
Misha Brukman
2009-02-20
1
-16
/
+16
*
no need to negate the APInt for 0.
Chris Lattner
2009-01-06
1
-1
/
+1
*
Change m_ConstantInt and m_SelectCst to take their constant integers
Chris Lattner
2009-01-05
1
-11
/
+10
*
make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64.
Chris Lattner
2009-01-05
1
-1
/
+10
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
1
-5
/
+3
*
add a new m_Specific pattern that matches only if we have a specific Value*.
Chris Lattner
2008-11-16
1
-0
/
+15
*
add a new template for matching a select between two constants.
Chris Lattner
2008-11-16
1
-0
/
+11
*
Canonicalize sext(i1) to i1?-1:0, and update various instcombine
Dan Gohman
2008-10-30
1
-0
/
+46
*
add support for pattern matching 'neg'
Chris Lattner
2008-05-09
1
-0
/
+29
*
add match support for casts.
Chris Lattner
2008-01-08
1
-0
/
+24
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add m_Zero().
Chris Lattner
2007-12-20
1
-0
/
+18
*
m_not should match vector not
Chris Lattner
2007-06-15
1
-1
/
+5
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
1
-3
/
+3
*
I love non-deturminism. Returning objects with references to stack objects i...
Andrew Lenharth
2007-02-13
1
-5
/
+7
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-16
/
+16
*
For PR970:
Reid Spencer
2007-01-21
1
-31
/
+0
*
For PR1043:
Zhou Sheng
2007-01-11
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-23
1
-7
/
+39
*
For PR950:
Reid Spencer
2006-11-27
1
-33
/
+1
*
For PR950:
Reid Spencer
2006-11-08
1
-3
/
+43
*
Fix a small bug noticed on code review.
Reid Spencer
2006-11-06
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-02
1
-2
/
+14
*
For PR950:
Reid Spencer
2006-10-26
1
-2
/
+14
*
Add support for pattern matching cast operations
Chris Lattner
2006-09-18
1
-0
/
+33
*
Add some more matcher classes for shifts.
Chris Lattner
2006-06-15
1
-6
/
+21
*
Fix typo that caused build failures for things trying to use m_Or.
Chris Lattner
2006-02-13
1
-2
/
+2
*
Make this slightly more efficient by pushing actual type information down
Chris Lattner
2005-09-27
1
-8
/
+11
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Add support for shifts
Chris Lattner
2004-11-13
1
-0
/
+12
*
Minor efficiency improvements
Chris Lattner
2004-08-04
1
-3
/
+3
*
Enable compilation.
Misha Brukman
2004-07-30
1
-2
/
+2
*
Check in some useful helper routines for doing ML-style pattern matching on
Chris Lattner
2004-07-30
1
-0
/
+280