Changes in directory llvm/test/Regression/CodeGen/X86:
2006-11-12-CSRetCC.ll updated: 1.1 -> 1.2
---
Log message:
Adding target triple to test
---
Diffs of the changes: (+2 -0)
2006-11-12-CSRetCC.ll |2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/2006-
Changes in directory llvm/test/Regression/CFrontend:
2006-07-31-PR854.c updated: 1.3 -> 1.4
---
Log message:
xfail for llvmgcc3
---
Diffs of the changes: (+1 -0)
2006-07-31-PR854.c |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CFrontend/2006-07-31-PR854.c
diff -u
Changes in directory llvm/test/Regression/CFrontend:
2006-07-31-PR854.c updated: 1.3 -> 1.3.4.1
---
Log message:
xfail for llvm-gcc3
---
Diffs of the changes: (+1 -0)
2006-07-31-PR854.c |1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CFrontend/2006-07-31-PR854.c
dif
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.316 -> 1.317
---
Log message:
commentate
---
Diffs of the changes: (+2 -0)
SelectionDAGISel.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.287.2.2 -> 1.287.2.3
---
Log message:
Merging from mainline
---
Diffs of the changes: (+6 -6)
X86ISelLowering.cpp | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/lib/Target/X86/X86I
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.287.2.1 -> 1.287.2.2
---
Log message:
Reverting patch
---
Diffs of the changes: (+7 -23)
X86ISelLowering.cpp | 30 +++---
1 files changed, 7 insertions(+), 23 deletions(-)
Index: llvm/lib/T
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-11-12-CSRetCC.ll (r1.1.2.2) removed
---
Log message:
Removing from release
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
htt
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-11-12-CSRetCC.ll added (r1.1.2.2)
---
Log message:
Merging from mainline
---
Diffs of the changes: (+60 -0)
2006-11-12-CSRetCC.ll | 60 ++
1 files changed, 60 insertions(+)
Index
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.287 -> 1.287.2.1
---
Log message:
Merging from mainline
---
Diffs of the changes: (+23 -7)
X86ISelLowering.cpp | 30 +++---
1 files changed, 23 insertions(+), 7 deletions(-)
Index: llvm/lib
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes:
shr.c added (r1.1)
---
Log message:
Add a test for logical shift right and arithmetic shift right testing.
---
Diffs of the changes: (+113 -0)
shr.c | 113 +
Changes in directory llvm/lib/Target/PowerPC:
PPCISelDAGToDAG.cpp updated: 1.215 -> 1.216
PPCISelLowering.cpp updated: 1.221 -> 1.222
PPCInstrInfo.td updated: 1.254 -> 1.255
---
Log message:
add an initial cut at preinc loads for ppc32. This is broken for ppc64
(because the 64-bit reg target v
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
mem_update.ll updated: 1.1 -> 1.2
---
Log message:
make this test more interesting
---
Diffs of the changes: (+32 -1)
mem_update.ll | 33 -
1 files changed, 32 insertions(+), 1 deletion(-)
Index:
Changes in directory llvm-test:
Makefile.programs updated: 1.237 -> 1.238
---
Log message:
enable preinc for llc-beta.
---
Diffs of the changes: (+2 -1)
Makefile.programs |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Make
Changes in directory llvm/utils/TableGen:
CodeGenTarget.cpp updated: 1.76 -> 1.77
InstrInfoEmitter.cpp updated: 1.51 -> 1.52
---
Log message:
allow ptr_rc to explicitly appear in an instructions operand list, it doesn't
have to be a subpart of a complex operand.
---
Diffs of the changes: (+4
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.104 -> 1.105
---
Log message:
add note about ugly codegen with preinc
---
Diffs of the changes: (+29 -0)
README.txt | 29 +
1 files changed, 29 insertions(+)
Index: llvm/lib/Target/PowerPC/R
Changes in directory llvm/lib/Target/X86:
X86CodeEmitter.cpp updated: 1.121 -> 1.122
X86FloatingPoint.cpp updated: 1.55 -> 1.56
X86RegisterInfo.cpp updated: 1.173 -> 1.174
---
Log message:
Use TargetInstrInfo::getNumOperands() instead of
MachineInstr::getNumOperands(). In preparation for impli
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-11-12-CSRetCC.ll added (r1.1)
---
Log message:
Fixing PR990: http://llvm.org/PR990 : http://llvm.org/PR990:
http://llvm.org/PR990 .
This should unbreak csretcc on Linux & mingw targets. Several tests from
llvm-test should be also res
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.288 -> 1.289
---
Log message:
Fixing PR990: http://llvm.org/PR990 : http://llvm.org/PR990:
http://llvm.org/PR990 .
This should unbreak csretcc on Linux & mingw targets. Several tests from
llvm-test should be also restore
Changes in directory llvm/lib/Target:
README.txt updated: 1.46 -> 1.47
---
Log message:
add a note about viterbi
---
Diffs of the changes: (+6 -0)
README.txt |6 ++
1 files changed, 6 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.46 llvm/lib
Changes in directory llvm/lib/Transforms/IPO:
Inliner.cpp updated: 1.30 -> 1.30.2.1
---
Log message:
Merging from mainline.
---
Diffs of the changes: (+17 -5)
Inliner.cpp | 22 +-
1 files changed, 17 insertions(+), 5 deletions(-)
Index: llvm/lib/Transforms/IPO/Inlin
Changes in directory llvm/test/Regression/Transforms/Inline:
2006-11-09-InlineCGUpdate-2.ll added (r1.1)
2006-11-09-InlineCGUpdate.ll added (r1.1)
---
Log message:
new testcases for PR992: http://llvm.org/PR992 /993
---
Diffs of the changes: (+590 -0)
2006-11-09-InlineCGUpdate-2.ll | 248
Changes in directory llvm/lib/Transforms/IPO:
Inliner.cpp updated: 1.31 -> 1.32
---
Log message:
second patch to fix PR992: http://llvm.org/PR992 /993.
---
Diffs of the changes: (+17 -4)
Inliner.cpp | 21 +
1 files changed, 17 insertions(+), 4 deletions(-)
Index: ll
Changes in directory llvm/lib/Transforms/IPO:
Inliner.cpp updated: 1.30 -> 1.31
---
Log message:
Minimal patch to fix PR992: http://llvm.org/PR992 /PR993: http://llvm.org/PR993
---
Diffs of the changes: (+1 -2)
Inliner.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Inde
Changes in directory llvm-gcc/gcc:
version.c updated: 1.4 -> 1.5
---
Log message:
Bumping version number.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailm
Changes in directory llvm-gcc/gcc:
version.c updated: 1.4 -> 1.4.6.1
---
Log message:
Bumping version number.
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/m
Changes in directory llvm/docs:
LangRef.html updated: 1.167 -> 1.168
---
Log message:
Post-review changes on conversion instructions.
---
Diffs of the changes: (+56 -61)
LangRef.html | 117 ---
1 files changed, 56 insertions(+), 61 d
Changes in directory llvm/docs:
LangRef.html updated: 1.166 -> 1.167
---
Log message:
Fix runaway element and section ordering.
---
Diffs of the changes: (+32 -32)
LangRef.html | 64 +--
1 files changed, 32 insertions(+), 32 deleti
Changes in directory llvm/docs:
LangRef.html updated: 1.165 -> 1.166
---
Log message:
Remove futurisms that won't be in our future.
---
Diffs of the changes: (+1 -191)
LangRef.html | 192 ---
1 files changed, 1 insertion(+), 191 dele
Changes in directory llvm/docs:
LangRef.html updated: 1.163 -> 1.164
---
Log message:
Fix indentation problem starting at GEP.
---
Diffs of the changes: (+4 -2)
LangRef.html |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/La
Changes in directory llvm/docs:
LangRef.html updated: 1.164 -> 1.165
---
Log message:
One more time for indentation.
---
Diffs of the changes: (+2 -1)
LangRef.html |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.1
Changes in directory llvm/include/llvm/ExecutionEngine:
ExecutionEngine.h updated: 1.40 -> 1.41
---
Log message:
allow clients to indicate that they never want lazy compilation.
---
Diffs of the changes: (+10 -0)
ExecutionEngine.h | 10 ++
1 files changed, 10 insertions(+)
Inde
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.117 -> 1.118
---
Log message:
if lazy compilation is disabled, print an error message and abort if
lazy compilation is ever attempted
---
Diffs of the changes: (+7 -0)
JITEmitter.cpp |7 +++
1 files chang
Changes in directory llvm/lib/ExecutionEngine:
ExecutionEngine.cpp updated: 1.86 -> 1.87
---
Log message:
init ivar
---
Diffs of the changes: (+2 -0)
ExecutionEngine.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/ExecutionEngine/ExecutionEngine.cpp
diff -u llvm/lib/Execu
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.246 -> 1.247
---
Log message:
Don't attempt expensive pre-/post- indexed dag combine if target does not
support them.
---
Diffs of the changes: (+18 -1)
DAGCombiner.cpp | 19 ++-
1 files change
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.220 -> 1.221
---
Log message:
PPC supports i32 / i64 pre-inc load / store.
---
Diffs of the changes: (+6 -0)
PPCISelLowering.cpp |6 ++
1 files changed, 6 insertions(+)
Index: llvm/lib/Target/PowerPC/PPCI
Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.79 -> 1.80
---
Log message:
Add a mechanism to specify whether a target supports a particular indexed load
/ store.
---
Diffs of the changes: (+8 -0)
TargetLowering.cpp |8
1 files changed, 8 ins
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.89 -> 1.90
---
Log message:
Add a mechanism to specify whether a target supports a particular indexed load
/ store.
---
Diffs of the changes: (+63 -0)
TargetLowering.h | 63
Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.75 -> 1.76
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+12 -12)
TargetSelectionDAG.td | 24
1 files changed, 12 insertions(+), 12 deletions(-)
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGPrinter.cpp updated: 1.42 -> 1.43
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+2 -2)
SelectionDAGPrinter.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.219 -> 1.220
PPCISelLowering.h updated: 1.55 -> 1.56
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+2 -2)
PPCISelLowering.cpp |2 +-
PPCISelLowering.h |2 +-
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.144 -> 1.145
SelectionDAGNodes.h updated: 1.161 -> 1.162
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+14 -13)
SelectionDAG.h |4 ++--
SelectionDAGNodes.h | 2
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.245 -> 1.246
SelectionDAG.cpp updated: 1.371 -> 1.372
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+11 -9)
DAGCombiner.cpp |4 ++--
SelectionDAG.cpp | 16 +++
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.88 -> 1.89
---
Log message:
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
---
Diffs of the changes: (+3 -3)
TargetLowering.h |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/include/ll
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.100 -> 1.101
---
Log message:
Allows debugging llc self hosted.
---
Diffs of the changes: (+7 -2)
DwarfWriter.cpp |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
di
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.99 -> 1.100
---
Log message:
Merging dwarf info to a single compile unit.
---
Diffs of the changes: (+105 -118)
DwarfWriter.cpp | 223 ++--
1 files changed, 105 insertions(
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.28 -> 1.29
ARMISelDAGToDAG.cpp updated: 1.84 -> 1.85
ARMInstrInfo.td updated: 1.74 -> 1.75
ARMRegisterInfo.cpp updated: 1.25 -> 1.26
---
Log message:
implement load effective address similar to the alpha backend
remove lea_a
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.26 -> 1.27
---
Log message:
math.h creates ambiguity
---
Diffs of the changes: (+4 -0)
DataTypes.h.in |4
1 files changed, 4 insertions(+)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llvm/includ
Changes in directory llvm/include/llvm/Support:
DataTypes.h.in updated: 1.25 -> 1.26
---
Log message:
math.h for C's sake.
---
Diffs of the changes: (+1 -1)
DataTypes.h.in |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Support/DataTypes.h.in
diff -u llv
48 matches
Mail list logo