Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.148 -> 1.149
RegAllocLocal.cpp updated: 1.105 -> 1.106
---
Log message:
Change names from RA to something unique to get rid of naming conflicts with
certain linkers...
---
Diffs of the changes: (+42 -38)
RegAllocLinea
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.143 -> 1.144
---
Log message:
Clean up.
---
Diffs of the changes: (+2 -4)
RegAllocLinearScan.cpp |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.140 -> 1.141
---
Log message:
Only add liveinterval to livein set if it isn't assigned a stack slot.
---
Diffs of the changes: (+4 -4)
RegAllocLinearScan.cpp |8
1 files changed, 4 insertions(+), 4 deletio
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.137 -> 1.138
---
Log message:
Do not add livein's to entry MBB twice.
---
Diffs of the changes: (+3 -2)
RegAllocLinearScan.cpp |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/lib/CodeGen/Re
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.136 -> 1.137
---
Log message:
Add live-ins to every BB.
---
Diffs of the changes: (+20 -0)
RegAllocLinearScan.cpp | 20
1 files changed, 20 insertions(+)
Index: llvm/lib/CodeGen/RegAllocLinearS
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.133 -> 1.134
---
Log message:
eliminate fp statistic
---
Diffs of the changes: (+3 -3)
RegAllocLinearScan.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/CodeGen/RegAllocLinearSca
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.131 -> 1.132
---
Log message:
Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes
a #include of iostream.
---
Diffs of the changes: (+27 -29)
RegAllocLinearScan.cpp | 56 +++-
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.128 -> 1.129
---
Log message:
LinearScanner hotspot.
---
Diffs of the changes: (+2 -3)
RegAllocLinearScan.cpp |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/lib/CodeGen/RegAllocLinearScan.
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.122 -> 1.123
---
Log message:
If the register allocator cannot find a register to spill, try the aliases. If
that still fails (because all the register spill weights are inf), just grab
one.
---
Diffs of the changes: (+
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.121 -> 1.122
---
Log message:
Backing out previous check-in.
---
Diffs of the changes: (+1 -16)
RegAllocLinearScan.cpp | 17 +
1 files changed, 1 insertion(+), 16 deletions(-)
Index: llvm/lib/CodeG
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.120 -> 1.121
---
Log message:
If the live interval legnth is essentially zero, i.e. in every live range
the use follows def immediately, it doesn't make sense to spill it and
hope it will be easier to allocate for this LI.
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.119 -> 1.120
---
Log message:
Add some comments.
---
Diffs of the changes: (+4 -0)
RegAllocLinearScan.cpp |4
1 files changed, 4 insertions(+)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.118 -> 1.119
---
Log message:
Code cleanups, no functionality change
---
Diffs of the changes: (+10 -23)
RegAllocLinearScan.cpp | 33 ++---
1 files changed, 10 insertions(+), 23 deletions
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.117 -> 1.118
RegAllocLocal.cpp updated: 1.76 -> 1.77
RegAllocSimple.cpp updated: 1.65 -> 1.66
---
Log message:
Add explicit #includes of
---
Diffs of the changes: (+3 -0)
RegAllocLinearScan.cpp |1 +
RegAllocLoca
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.116 -> 1.117
---
Log message:
HB is *the* code janitor.
---
Diffs of the changes: (+1 -0)
RegAllocLinearScan.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llv
I think I know what you meant here, but just to be safe I'll let you
do it. :)
Can you send me a testcase that this assert breaks?
Thanks,
-Chris
---
Diffs of the changes: (+1 -1)
RegAllocLinearScan.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/Reg
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.115 -> 1.116
---
Log message:
I think I know what you meant here, but just to be safe I'll let you
do it. :)
<_sabre_> excuses excuses
---
Diffs of the changes: (+1 -1)
RegAllocLinearScan.cpp |2 +-
1 files
17 matches
Mail list logo