Changes in directory llvm/utils:
NightlyTest.pl updated: 1.99 -> 1.100
---
Log message:
Let people who run the nightly tester specify paths to external tests, instead
of having to hack the nightly tester script itself.
as an example, I use the following for my machine:
$HOME/llvm/utils/Nightl
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.30 -> 1.31
---
Log message:
Keep VC++ happy.
---
Diffs of the changes: (+1 -0)
InstrInfoEmitter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/InstrInfoEmitter.cpp
diff -u llvm/utils/TableG
Changes in directory llvm/lib/Target/PowerPC:
PPCSubtarget.cpp updated: 1.14 -> 1.15
PPCSubtarget.h updated: 1.11 -> 1.12
PPCTargetMachine.cpp updated: 1.75 -> 1.76
PPCTargetMachine.h updated: 1.14 -> 1.15
---
Log message:
Allow itineraries to be passed through the Target Machine.
---
Diffs o
Changes in directory llvm/include/llvm/Target:
TargetInstrInfo.h updated: 1.80 -> 1.81
TargetInstrItineraries.h updated: 1.1 -> 1.2
TargetMachine.h updated: 1.57 -> 1.58
---
Log message:
Allow itineraries to be passed through the Target Machine.
---
Diffs of the changes: (+60 -1)
TargetIns
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.31 -> 1.32
SubtargetEmitter.cpp updated: 1.12 -> 1.13
SubtargetEmitter.h updated: 1.6 -> 1.7
---
Log message:
Allow itineraries to be passed through the Target Machine.
---
Diffs of the changes: (+38 -16)
InstrInfoEm
Changes in directory llvm/autoconf:
configure.ac updated: 1.195 -> 1.196
---
Log message:
Fixed copy-paste typo, patch by Marco Matthies.
---
Diffs of the changes: (+1 -1)
configure.ac |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/autoconf/configure.ac
diff -u llv
Changes in directory llvm:
configure updated: 1.198 -> 1.199
---
Log message:
Re-generated to fix copy-paste typo noticed by Marco Matthies.
---
Diffs of the changes: (+1 -1)
configure |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.87 -> 1.88
---
Log message:
* Replace ampersands in section titles with more formal ``and''
* Surround C++ template operators with
* Add <> after templated operators for consistency
---
Diffs of the changes: (+36 -34)
Progr
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.58 -> 1.59
---
Log message:
Fix a source of undefined behavior when dealing with 64-bit types. This
may fix PR652: http://llvm.cs.uiuc.edu/PR652 . Thanks to Andrew for tracking
down the problem.
---
Diffs of the
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.4 -> 1.5
IA64ISelLowering.cpp updated: 1.1 -> 1.2
---
Log message:
add support for loading FP constants +0.0 and +1.0 to the dag isel,
stop pretending -0.0 and -1.0 are machine constants
---
Diffs of the changes: (+8
Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.8 -> 1.9
---
Log message:
add support for SELECT to TargetSelectionDAG.td, add support for
selecting ints to IA64, and a few other ia64 bits and pieces
---
Diffs of the changes: (+5 -0)
TargetSelectionDAG.td |5 +++
Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.23 -> 1.24
---
Log message:
add support for SELECT to TargetSelectionDAG.td, add support for
selecting ints to IA64, and a few other ia64 bits and pieces
---
Diffs of the changes: (+38 -31)
IA64InstrInfo.td | 69
Changes in directory llvm/include/llvm/Target:
TargetInstrItineraries.h updated: 1.2 -> 1.3
---
Log message:
Keep VC++ happy.
---
Diffs of the changes: (+1 -0)
TargetInstrItineraries.h |1 +
1 files changed, 1 insertion(+)
Index: llvm/include/llvm/Target/TargetInstrItineraries.h
diff
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.71 -> 1.72
DAGISelEmitter.h updated: 1.35 -> 1.36
---
Log message:
Add support for immediates directly in the pattern, this allows itanium to
define:
def : Pat<(i1 1), (CMPEQ r0, r0)>;
---
Diffs of the changes: (+33 -3
Changes in directory llvm/lib/Target/IA64:
IA64InstrInfo.td updated: 1.24 -> 1.25
---
Log message:
This works now
---
Diffs of the changes: (+1 -2)
IA64InstrInfo.td |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/IA64/IA64InstrInfo.td
diff -u llvm/lib/T
Changes in directory llvm/lib/Target/IA64:
IA64RegisterInfo.td updated: 1.9 -> 1.10
---
Log message:
add F0 and F1 to the FP register class
---
Diffs of the changes: (+19 -3)
IA64RegisterInfo.td | 22 +++---
1 files changed, 19 insertions(+), 3 deletions(-)
Index: llvm
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.5 -> 1.6
---
Log message:
"fix" support for FP constants (this code asserts in the scheduler,
though)
---
Diffs of the changes: (+4 -2)
IA64ISelDAGToDAG.cpp |6 --
1 files changed, 4 insertions(+), 2 deleti
17 matches
Mail list logo