Changes in directory llvm/docs:
GetElementPtr.html updated: 1.13 -> 1.14
---
Log message:
Fix validation problem
---
Diffs of the changes: (+3 -3)
GetElementPtr.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/docs/GetElementPtr.html
diff -u llvm/docs/GetE
Changes in directory llvm/docs:
GetElementPtr.html updated: 1.12 -> 1.13
---
Log message:
remove IRC transcript. Anything still misunderstood after the faq is read
can be added to the faq.
---
Diffs of the changes: (+1 -327)
GetElementPtr.html | 328 -
Changes in directory llvm/include/llvm/CodeGen:
ScheduleDAG.h updated: 1.31 -> 1.32
---
Log message:
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
This reduces selectiondag time on kc++ from 5.43s to 4.98s (9%). More
significantly, this speeds up the default ppc s
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.100 -> 1.101
ScheduleDAGList.cpp updated: 1.65 -> 1.66
ScheduleDAGRRList.cpp updated: 1.12 -> 1.13
---
Log message:
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
This reduces selectionda
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-08-16-CycleInDAG.ll added (r1.1)
---
Log message:
Another cyclic dag test case.
---
Diffs of the changes: (+23 -0)
2006-08-16-CycleInDAG.ll | 23 +++
1 files changed, 23 insertions(+)
Index: llvm/test/Regres
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.92 -> 1.93
---
Log message:
Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match
tablegen.
---
Diffs of the changes: (+2 -1)
X86ISelDAGToDAG.cpp |3 ++-
1 files changed, 2 insertions(+), 1 dele
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.124 -> 1.125
---
Log message:
add an accessor
---
Diffs of the changes: (+2 -0)
SelectionDAG.h |2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/C
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.269 -> 1.270
SelectionDAG.cpp updated: 1.332 -> 1.333
---
Log message:
minor changes.
---
Diffs of the changes: (+24 -22)
SelectionDAG.cpp | 37 +++--
SelectionDAGISel.
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.52 -> 1.53
---
Log message:
My last commit added some experimental features I have been working on. This
commit rolls those back.
---
Diffs of the changes: (+19 -18)
NewNightlyTest.pl | 37 +++-
Changes in directory llvm-test:
TEST.nightly.report updated: 1.40 -> 1.41
---
Log message:
Reinstating the comparisons to GCC for the nightly test reports.
---
Diffs of the changes: (+7 -7)
TEST.nightly.report | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
Index:
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.51 -> 1.52
---
Log message:
Changed the call to countloc.sh so that the correct topdirectory of the llvm
build is set.
---
Diffs of the changes: (+19 -20)
NewNightlyTest.pl | 39 +++
1 fil
Changes in directory llvm/include/llvm/CodeGen:
ScheduleDAG.h updated: 1.30 -> 1.31
---
Log message:
Convert vector to smallvector: 4% speedup.
---
Diffs of the changes: (+1 -1)
ScheduleDAG.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/Sched
Changes in directory llvm-test:
configure updated: 1.37 -> 1.38
---
Log message:
Oops, fix the SPEC95 case too.
---
Diffs of the changes: (+1 -1)
configure |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/configure
diff -u llvm-test/configure:1.37 llvm-test/conf
Changes in directory llvm/include/llvm/ADT:
SmallVector.h updated: 1.13 -> 1.14
---
Log message:
silence a warning.
---
Diffs of the changes: (+1 -0)
SmallVector.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/ADT/SmallVector.h
diff -u llvm/include/llvm/ADT/SmallVect
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.35 -> 1.36
---
Log message:
Oops, fix the SPEC95 case too.
---
Diffs of the changes: (+1 -1)
configure.ac |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/au
Changes in directory llvm:
CREDITS.TXT updated: 1.63 -> 1.64
---
Log message:
Added my home web page.
---
Diffs of the changes: (+1 -1)
CREDITS.TXT |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/CREDITS.TXT
diff -u llvm/CREDITS.TXT:1.63 llvm/CREDITS.TXT:1.64
--- ll
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.123 -> 1.124
SelectionDAGNodes.h updated: 1.142 -> 1.143
---
Log message:
Change the use_list to be a smallvector instead of a vector. This reduces
isel time from 6.79s to 5.53s (22%) on kc++ with a release build on ppc.
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.331 -> 1.332
---
Log message:
Use the appropriate typedef
---
Diffs of the changes: (+1 -2)
SelectionDAG.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/Se
Changes in directory llvm/tools/llvmc:
CompilerDriver.cpp updated: 1.37 -> 1.38
Configuration.cpp updated: 1.24 -> 1.25
Makefile updated: 1.20 -> 1.21
c updated: 1.1 -> 1.2
---
Log message:
Patches to correct several bugs in llvmc.
Patches contributed by Bram Adams. Thanks Bram.
---
Diffs of
Changes in directory llvm-test:
TEST.nightly.report updated: 1.39 -> 1.40
---
Log message:
Changing the way the nightly report gives us information when generating
performance results.
---
Diffs of the changes: (+10 -10)
TEST.nightly.report | 20 ++--
1 files changed, 10
Changes in directory llvm/lib/Target/ARM:
ARMFrameInfo.h added (r1.1)
ARMISelDAGToDAG.cpp updated: 1.29 -> 1.30
ARMInstrInfo.td updated: 1.14 -> 1.15
ARMRegisterInfo.cpp updated: 1.14 -> 1.15
ARMTargetMachine.cpp updated: 1.4 -> 1.5
ARMTargetMachine.h updated: 1.1 -> 1.2
---
Log message:
Declar
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.48 -> 1.49
---
Log message:
SelectNodeTo() may return a SDOperand that is different from the input.
---
Diffs of the changes: (+20 -31)
IA64ISelDAGToDAG.cpp | 51 ---
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.91 -> 1.92
---
Log message:
SelectNodeTo() may return a SDOperand that is different from the input.
---
Diffs of the changes: (+1 -2)
X86ISelDAGToDAG.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
In
Changes in directory llvm/lib/Target/Sparc:
SparcISelDAGToDAG.cpp updated: 1.103 -> 1.104
---
Log message:
SelectNodeTo() may return a SDOperand that is different from the input.
---
Diffs of the changes: (+3 -3)
SparcISelDAGToDAG.cpp |6 +++---
1 files changed, 3 insertions(+), 3 delet
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.40 -> 1.41
---
Log message:
RET_FLAG has an optional input flag, but it does not produce a flag result.
---
Diffs of the changes: (+2 -8)
IA64ISelLowering.cpp | 10 ++
1 files changed, 2 insertions(+), 8 de
Changes in directory llvm/lib/Target/Alpha:
AlphaISelDAGToDAG.cpp updated: 1.50 -> 1.51
---
Log message:
SelectNodeTo() may return a SDOperand that is different from the input.
---
Diffs of the changes: (+12 -17)
AlphaISelDAGToDAG.cpp | 29 -
1 files changed, 1
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.244 -> 1.245
---
Log message:
SelectNodeTo() may return a SDOperand that is different from the input.
---
Diffs of the changes: (+1 -4)
DAGISelEmitter.cpp |5 +
1 files changed, 1 insertion(+), 4 deletions(-)
27 matches
Mail list logo