Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.20 -> 1.21
---
Log message:
m_not should match vector not
---
Diffs of the changes: (+5 -1)
PatternMatch.h |6 +-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Support/PatternMatc
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.19 -> 1.20
---
Log message:
Rename Value::getValueType to getValueID, to avoid confusion with
other things named getValueType.
---
Diffs of the changes: (+3 -3)
PatternMatch.h |6 +++---
1 files changed, 3 insert
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.18 -> 1.19
---
Log message:
I love non-deturminism. Returning objects with references to stack objects is
a bad idea (TM).
---
Diffs of the changes: (+7 -5)
PatternMatch.h | 12 +++-
1 files changed, 7 ins
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.16 -> 1.17
---
Log message:
For PR970: http://llvm.org/PR970 :
Clean up handling of isFloatingPoint() and dealing with PackedType.
Patch by Gordon Henriksen!
---
Diffs of the changes: (+0 -31)
PatternMatch.h | 31 -
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.12 -> 1.13
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the si
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.11 -> 1.12
---
Log message:
Fix a small bug noticed on code review.
---
Diffs of the changes: (+1 -1)
PatternMatch.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Patter
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.10 -> 1.11
---
Log message:
For PR950: http://llvm.org/PR950 :
Replace the REM instruction with UREM, SREM and FREM.
---
Diffs of the changes: (+14 -2)
PatternMatch.h | 16 ++--
1 files changed, 14 inse
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.9 -> 1.10
---
Log message:
For PR950: http://llvm.org/PR950 :
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to
have three division instructions: signed, unsigned, floating point. The
bytecode and as
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.8 -> 1.9
---
Log message:
Add support for pattern matching cast operations
---
Diffs of the changes: (+33 -0)
PatternMatch.h | 33 +
1 files changed, 33 insertions(+)
Index: llvm/i
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.7 -> 1.8
---
Log message:
Add some more matcher classes for shifts.
---
Diffs of the changes: (+21 -6)
PatternMatch.h | 27 +--
1 files changed, 21 insertions(+), 6 deletions(-)
Index: llv
Changes in directory llvm/include/llvm/Support:
PatternMatch.h updated: 1.6 -> 1.7
---
Log message:
Fix typo that caused build failures for things trying to use m_Or.
---
Diffs of the changes: (+2 -2)
PatternMatch.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llv
11 matches
Mail list logo