Changes in directory llvm/include/llvm/CodeGen:
RegisterScavenging.h updated: 1.9 -> 1.10
---
Log message:
Fix comment.
---
Diffs of the changes: (+1 -1)
RegisterScavenging.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/RegisterScavenging.h
di
Changes in directory llvm/lib/Transforms/Scalar:
PredicateSimplifier.cpp updated: 1.58 -> 1.59
---
Log message:
Propagate ValueRanges across equality.
Add some more micro-optimizations: x * 0 = 0, a - x = a --> x = 0.
---
Diffs of the changes: (+157 -65)
PredicateSimplifier.cpp | 222 +++
Changes in directory llvm/test/Transforms/PredicateSimplifier:
2007-03-17-OpsToDefVRP.ll added (r1.1)
---
Log message:
Propagate ValueRanges across equality.
Add some more micro-optimizations: x * 0 = 0, a - x = a --> x = 0.
---
Diffs of the changes: (+19 -0)
2007-03-17-OpsToDefVRP.ll |
Changes in directory llvm-www:
developers.txt updated: 1.10 -> 1.11
---
Log message:
Change Henrik Bach's email address per his request.
---
Diffs of the changes: (+1 -1)
developers.txt |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/developers.txt
diff -u llvm-
Changes in directory llvm/lib/Transforms/Scalar:
PredicateSimplifier.cpp updated: 1.57 -> 1.58
---
Log message:
Silence warning
---
Diffs of the changes: (+2 -2)
PredicateSimplifier.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Transforms/Scalar/Predic
Changes in directory llvm-test:
Makefile.programs updated: 1.260 -> 1.261
---
Log message:
Test -reduce-joining-phy-regs as X86 llcbeta.
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u
Changes in directory llvm/lib/CodeGen:
LiveVariables.cpp updated: 1.70 -> 1.71
---
Log message:
Track the BB's where each virtual register is used.
---
Diffs of the changes: (+22 -15)
LiveVariables.cpp | 37 ++---
1 files changed, 22 insertions(+), 15 delet
Changes in directory llvm/include/llvm/CodeGen:
LiveVariables.h updated: 1.35 -> 1.36
---
Log message:
Track the BB's where each virtual register is used.
---
Diffs of the changes: (+6 -0)
LiveVariables.h |6 ++
1 files changed, 6 insertions(+)
Index: llvm/include/llvm/CodeGen/Liv
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.221 -> 1.222
---
Log message:
Joining a live interval of a physical register with a virtual one can turn out
to be really bad. Once they are joined they are not broken apart. Also, physical
intervals cannot be spilled!
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.388 -> 1.389
---
Log message:
Use SmallSet instead of std::set.
---
Diffs of the changes: (+1 -1)
SelectionDAGISel.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/Sele
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.387 -> 1.388
---
Log message:
If sdisel has decided to sink GEP index expression into any BB. Replace all uses
in that BB.
---
Diffs of the changes: (+37 -22)
SelectionDAGISel.cpp | 59
11 matches
Mail list logo