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
*
Mark more constants unsigned, as warned about by icc (#68).
Duncan Sands
2009-09-06
1
-1
/
+1
*
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-08-12
1
-53
/
+52
*
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-29
1
-3
/
+3
*
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
1
-2
/
+2
*
Fix obvious typo.
Eli Friedman
2009-07-14
1
-1
/
+1
*
Push LLVMContext through the PatternMatch API.
Owen Anderson
2009-07-10
1
-52
/
+55
*
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-06-04
1
-0
/
+47
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+382