Changes in directory llvm/win32/Configure:
Configure.vcproj updated: 1.10 -> 1.11
---
Log message:
Update Windows version of config.h to note availability of
floor/floorf/ceil/ceilf.
Also pulled Windows-specific modifications to config.h.in to a separate file, so
that changes to it trigger reg
Changes in directory llvm/win32:
config.h added (r1.1)
---
Log message:
Update Windows version of config.h to note availability of
floor/floorf/ceil/ceilf.
Also pulled Windows-specific modifications to config.h.in to a separate file, so
that changes to it trigger regeneration of config.h (whic
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.25 -> 1.26
IA64InstrInfo.td updated: 1.40 -> 1.41
---
Log message:
fix storing bools! eek!
---
Diffs of the changes: (+5 -8)
IA64ISelDAGToDAG.cpp |4 ++--
IA64InstrInfo.td |9 +++--
2 files changed
Changes in directory llvm/test/Regression/Linker:
2006-01-19-ConstantPacked.ll added (r1.1)
---
Log message:
Add a test case for PR697: http://llvm.cs.uiuc.edu/PR697 , ensuring the linker
works with ConstantPacked.
---
Diffs of the changes: (+14 -0)
2006-01-19-ConstantPacked.ll | 14 +++
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.138 -> 1.139
---
Log message:
Prevent folding of a node with multiple uses if the node already folds a load!
Here is an example where the load ended up being done twice:
%A = global uint 0
uint %test(uint %B, ubyte %C) {
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-01-19-ISelFoldingBug.ll added (r1.1)
---
Log message:
Added a load folding bug test case.
---
Diffs of the changes: (+15 -0)
2006-01-19-ISelFoldingBug.ll | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/test
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.cpp updated: 1.95 -> 1.96
---
Log message:
Stop doing that accidental commit.
---
Diffs of the changes: (+1 -1)
X86TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86TargetMa
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.214 -> 1.215
X86TargetMachine.cpp updated: 1.94 -> 1.95
---
Log message:
A few more SH{L|R}D peepholes.
---
Diffs of the changes: (+17 -1)
X86InstrInfo.td | 16
X86TargetMachine.cpp |2 +-
2 fi
Changes in directory llvm/lib/Transforms/Utils:
Local.cpp updated: 1.51 -> 1.52
---
Log message:
ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to
packed types correctly.
---
Diffs of the changes: (+22 -9)
Local.cpp | 31 ++-
1 files changed,
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.213 -> 1.214
X86TargetMachine.cpp updated: 1.92 -> 1.93
---
Log message:
Added i16 SH{L|R}D patterns.
---
Diffs of the changes: (+13 -3)
X86InstrInfo.td | 14 --
X86TargetMachine.cpp |2 +-
2 files
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.cpp updated: 1.93 -> 1.94
---
Log message:
Didn't mean to commit the last one.
---
Diffs of the changes: (+1 -1)
X86TargetMachine.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86TargetM
Changes in directory llvm/lib/Linker:
LinkModules.cpp updated: 1.108 -> 1.109
---
Log message:
add support for ConstantPacked to the linker
---
Diffs of the changes: (+5 -0)
LinkModules.cpp |5 +
1 files changed, 5 insertions(+)
Index: llvm/lib/Linker/LinkModules.cpp
diff -u llvm
Changes in directory llvm/utils:
llvmdo updated: 1.9 -> 1.10
---
Log message:
Don't include generated lexer .cpp files.
---
Diffs of the changes: (+3 -0)
llvmdo |3 +++
1 files changed, 3 insertions(+)
Index: llvm/utils/llvmdo
diff -u llvm/utils/llvmdo:1.9 llvm/utils/llvmdo:1.10
---
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.137 -> 1.138
---
Log message:
Bug fix. Flag operand number may be calculated incorrectly.
---
Diffs of the changes: (+13 -8)
DAGISelEmitter.cpp | 21 +
1 files changed, 13 insertions(+), 8 deletio
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.23 -> 1.24
AlphaInstrInfo.td updated: 1.103 -> 1.104
---
Log message:
typo
---
Diffs of the changes: (+5 -4)
AlphaISelLowering.cpp |3 ++-
AlphaInstrInfo.td |6 +++---
2 files changed, 5 insertions(+),
Changes in directory llvm/lib/Target/Alpha:
AlphaInstrInfo.td updated: 1.102 -> 1.103
---
Log message:
nasty nasty patterns
---
Diffs of the changes: (+8 -3)
AlphaInstrInfo.td | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaInstrInfo.
Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.39 -> 1.40
---
Log message:
fix boolean XOR (which fixes up comparisons..)
---
Diffs of the changes: (+4 -1)
IA64InstrInfo.td |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/lib/Target/IA64
Changes in directory llvm/lib/Target/IA64:
IA64TargetMachine.cpp updated: 1.8 -> 1.9
---
Log message:
click click
---
Diffs of the changes: (+3 -5)
IA64TargetMachine.cpp |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
Index: llvm/lib/Target/IA64/IA64TargetMachine.cpp
d
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp (r1.76) removed
---
Log message:
BOOM!
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/l
Changes in directory llvm-test:
Makefile.programs updated: 1.184 -> 1.185
---
Log message:
look at those cute little opcodes running around!!
---
Diffs of the changes: (+1 -1)
Makefile.programs |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.136 -> 1.137
---
Log message:
Use pattern information to determine whether the use expects this
instruction to produce a result. e.g MUL8m, the instruction does not
produce a explicit result. However it produces an implicit
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.50 -> 1.51
---
Log message:
Avoid generating a redundant setcc.
---
Diffs of the changes: (+0 -1)
X86ISelLowering.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelLowering.cpp
diff -u l
Changes in directory llvm/lib/Transforms/IPO:
SimplifyLibCalls.cpp updated: 1.56 -> 1.57
---
Log message:
For PR696: http://llvm.cs.uiuc.edu/PR696 :
Don't do floor->floorf conversion if floorf is not available. This checks
the compiler's host, not its target, which is incorrect for cross-compil
Changes in directory llvm:
configure updated: 1.205 -> 1.206
---
Log message:
For PR696: http://llvm.cs.uiuc.edu/PR696 :
Add checks for ceil, ceilf, floor, and floorf
---
Diffs of the changes: (+6 -2)
configure |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
Index: llvm
Changes in directory llvm:
configure updated: 1.206 -> 1.207
---
Log message:
Make sure that libm is used during config tests so that ceil, floor, and
friends are actually detected.
---
Diffs of the changes: (+73 -0)
configure | 73
Changes in directory llvm/autoconf:
configure.ac updated: 1.203 -> 1.204
---
Log message:
Make sure that libm is used during config tests so that ceil, floor, and
friends are actually detected.
---
Diffs of the changes: (+1 -1)
configure.ac |2 +-
1 files changed, 1 insertion(+), 1 del
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.22 -> 1.23
---
Log message:
fix calls that return f32
---
Diffs of the changes: (+7 -2)
IA64ISelLowering.cpp |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/IA64/IA64ISel
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.60 -> 1.61
---
Log message:
Make sure that libm is used during config tests so that ceil, floor, and
friends are actually detected.
---
Diffs of the changes: (+3 -0)
config.h.in |3 +++
1 files changed, 3 insertions(
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.59 -> 1.60
---
Log message:
For PR696: http://llvm.cs.uiuc.edu/PR696 :
Add checks for ceil, ceilf, floor, and floorf
---
Diffs of the changes: (+12 -0)
config.h.in | 12
1 files changed, 12 insertions(+)
Changes in directory llvm/autoconf:
configure.ac updated: 1.202 -> 1.203
---
Log message:
For PR696: http://llvm.cs.uiuc.edu/PR696 :
Add checks for ceil, ceilf, floor, and floorf
---
Diffs of the changes: (+2 -2)
configure.ac |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
30 matches
Mail list logo