Changes in directory llvm/utils:
NightlyTest.pl updated: 1.107 -> 1.108
---
Log message:
Add -extraflags FLAGS to pass extra compilation options.
---
Diffs of the changes: (+6 -1)
NightlyTest.pl |7 ++-
1 files changed, 6 insertions(+), 1 deletion(-)
Index: llvm/utils/NightlyTest.
Changes in directory llvm/tools/llvm-config:
llvm-config.in.in updated: 1.17 -> 1.18
---
Log message:
Remove useless noop argument
---
Diffs of the changes: (+0 -2)
llvm-config.in.in |2 --
1 files changed, 2 deletions(-)
Index: llvm/tools/llvm-config/llvm-config.in.in
diff -u llvm/t
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE:
Makefile updated: 1.1 -> 1.2
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Vector/SSE/Makef
Changes in directory llvm-test:
Makefile.programs updated: 1.213 -> 1.214
Makefile.rules updated: 1.11 -> 1.12
Makefile.tests updated: 1.7 -> 1.8
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+19 -16)
Makefile.programs | 10 +++---
Makefile.rules| 17 ++
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec:
Makefile updated: 1.1 -> 1.2
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Vector/Altiv
Changes in directory llvm-test/SingleSource:
Makefile.singlesrc updated: 1.29 -> 1.30
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+2 -2)
Makefile.singlesrc |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/SingleSource/Makefile.singlesrc
di
Changes in directory llvm-test/MultiSource:
Makefile.multisrc updated: 1.52 -> 1.53
---
Log message:
Clean up makefiles.
---
Diffs of the changes: (+5 -5)
Makefile.multisrc | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm-test/MultiSource/Makefile.multisrc
d
Changes in directory llvm/tools/llvm-config:
llvm-config.in.in updated: 1.16 -> 1.17
---
Log message:
Fix a bug in the following scenario.
1. llvm is built with objroot = OBJ and installed.
2. OBJ is deleted or install tree is shipped.
3. llvm-config is run.
In this scenario, llvm-config shoul
Changes in directory llvm/lib/Target/X86:
X86MachineFunctionInfo.h added (r1.1)
X86ISelLowering.cpp updated: 1.226 -> 1.227
X86RegisterInfo.cpp updated: 1.156 -> 1.157
---
Log message:
Added X86FunctionInfo subclass of MachineFunction to record whether the
function that is being lowered is forc
Changes in directory llvm/docs/CommandGuide:
llvm-config.pod updated: 1.1 -> 1.2
---
Log message:
document --libfiles
---
Diffs of the changes: (+6 -0)
llvm-config.pod |6 ++
1 files changed, 6 insertions(+)
Index: llvm/docs/CommandGuide/llvm-config.pod
diff -u llvm/docs/CommandG
Changes in directory llvm/tools/llvm-config:
llvm-config.in.in updated: 1.15 -> 1.16
---
Log message:
Add a new --libfiles option, for getting fully-qualified pathnames to libraries.
This can be used for tools that want makefile rules to depend on the libraries
(e.g. so the tool is relinked whe
Changes in directory llvm/tools/bugpoint:
BugDriver.cpp updated: 1.44 -> 1.45
CrashDebugger.cpp updated: 1.47 -> 1.48
ExecutionDriver.cpp updated: 1.59 -> 1.60
ToolRunner.cpp updated: 1.51 -> 1.52
ToolRunner.h updated: 1.20 -> 1.21
bugpoint.cpp updated: 1.28 -> 1.29
---
Log message:
Move ToolRu
Changes in directory llvm/lib/Support:
ToolRunner.cpp (r1.51) removed
---
Log message:
Move toolrunner out of libsupport into the bugpoint tool
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits@cs.uiu
Changes in directory llvm/include/llvm/Support:
ToolRunner.h (r1.20) removed
---
Log message:
Move toolrunner out of libsupport into the bugpoint tool
---
Diffs of the changes: (+0 -0)
0 files changed
___
llvm-commits mailing list
llvm-commits
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.489 -> 1.490
---
Log message:
Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on
PPC/altivec
---
Diffs of the changes: (+1 -1)
InstructionCombining.cpp |2 +-
1 files changed,
Changes in directory llvm/lib/Target/CBackend:
Writer.cpp updated: 1.264 -> 1.265
---
Log message:
Now that PR633: http://llvm.cs.uiuc.edu/PR633 is implemented, the CBE can know
to emit _setjmp/_longjmp
when available. This speeds up hexxagon from 18.61s to 16.61s with the CBE on
PPC Mac OS
Changes in directory llvm/include/llvm:
IntrinsicsPowerPC.td updated: 1.24 -> 1.25
---
Log message:
Add PowerPC intrinsics to support dcbz[l]
---
Diffs of the changes: (+9 -0)
IntrinsicsPowerPC.td |9 +
1 files changed, 9 insertions(+)
Index: llvm/include/llvm/IntrinsicsPower
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrFormats.td updated: 1.73 -> 1.74
PPCInstrInfo.td updated: 1.220 -> 1.221
---
Log message:
Add PowerPC intrinsics to support dcbz[l]
---
Diffs of the changes: (+25 -0)
PPCInstrFormats.td | 17 +
PPCInstrInfo.td|
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.9 -> 1.10
---
Log message:
Make the llvm-config library dependency database depend on all of the libraries.
---
Diffs of the changes: (+4 -6)
Makefile | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
Inde
19 matches
Mail list logo