Changes in directory llvm/lib/Target/Alpha:
AlphaISelDAGToDAG.cpp updated: 1.39 -> 1.40
---
Log message:
Fix a bogus gcc warning
---
Diffs of the changes: (+2 -2)
AlphaISelDAGToDAG.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaISelDAGT
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.106 -> 1.107
---
Log message:
add a note
---
Diffs of the changes: (+15 -0)
README.txt | 15 +++
1 files changed, 15 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.
Changes in directory llvm/lib/Target:
README.txt updated: 1.29 -> 1.30
---
Log message:
add a note
---
Diffs of the changes: (+18 -0)
README.txt | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.29 llvm/lib
Changes in directory llvm/test/lib:
llvm-dg.exp updated: 1.13 -> 1.14
---
Log message:
Improve error output. Use the third parameter of the "catch" command to
capture the error output from the exec option. This generally will capture
the stderr messages generated by the tools. This information
Changes in directory llvm/include/llvm/Target:
TargetInstrInfo.h updated: 1.86 -> 1.87
---
Log message:
lib/Target/Target.td
---
Diffs of the changes: (+20 -1)
TargetInstrInfo.h | 21 -
1 files changed, 20 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Target/
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.92 -> 1.93
---
Log message:
lib/Target/Target.td
---
Diffs of the changes: (+13 -12)
ScheduleDAG.cpp | 25 +
1 files changed, 13 insertions(+), 12 deletions(-)
Index: llvm/lib/CodeGen/
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.41 -> 1.42
---
Log message:
lib/Target/Target.td
---
Diffs of the changes: (+7 -5)
InstrInfoEmitter.cpp | 12 +++-
1 files changed, 7 insertions(+), 5 deletions(-)
Index: llvm/utils/TableGen/InstrInfoEmitt
Changes in directory llvm/lib/Target:
Target.td updated: 1.83 -> 1.84
---
Log message:
Added a Flags field to TargetOperandInfo. Currently the only flag is
M_LOOK_UP_PTR_REG_CLASS which allows the register class of the operand to be
resolved via a callback at runtime.
---
Diffs of the changes
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.2 -> 1.3
ARMInstrInfo.td updated: 1.1 -> 1.2
ARMRegisterInfo.cpp updated: 1.2 -> 1.3
---
Log message:
implement movri
add a stub LowerFORMAL_ARGUMENTS
---
Diffs of the changes: (+14 -3)
ARMISelDAGToDAG.cpp |6 +++