Changes in directory llvm:
Makefile.rules updated: 1.414 -> 1.415
---
Log message:
Don't bother with setting the path before running llvm-gcc4, it doesn't
need it like llvm-gcc3 did.
---
Diffs of the changes: (+5 -4)
Makefile.rules |9 +
1 files changed, 5 insertions(+), 4 dele
Changes in directory llvm:
Makefile.config.in updated: 1.69 -> 1.70
---
Log message:
For PR739: http://llvm.org/PR739 :
Define a DESTDIR variable and use it to define the various install
locations. This allows DESTDIR to be overridden on the command line.
---
Diffs of the changes: (+10 -9)
Changes in directory llvm/test/Regression/CodeGen/ARM:
constants.ll updated: 1.4 -> 1.5
---
Log message:
.align is in bits
.comm is in bytes
:-(
---
Diffs of the changes: (+1 -1)
constants.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/A
Changes in directory llvm/lib/Target/ARM:
ARMAsmPrinter.cpp updated: 1.38 -> 1.39
---
Log message:
.align is in bits
.comm is in bytes
:-(
---
Diffs of the changes: (+1 -1)
ARMAsmPrinter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/ARM/ARMAsmPrint
Changes in directory llvm/lib/Target/X86:
X86AsmPrinter.cpp updated: 1.220 -> 1.221
---
Log message:
fix test/Regression/CodeGen/X86/weak.ll
if a variable has no initialization, I->getInitializer() will fail
---
Diffs of the changes: (+1 -1)
X86AsmPrinter.cpp |2 +-
1 files changed, 1
Changes in directory llvm/test/Regression/CodeGen/X86:
weak.ll added (r1.1)
---
Log message:
fix test/Regression/CodeGen/X86/weak.ll
if a variable has no initialization, I->getInitializer() will fail
---
Diffs of the changes: (+3 -0)
weak.ll |3 +++
1 files changed, 3 insertions(+)
I
Hello, Everyone.
Prev. patch should be considered as obsolete: MS runtime is weird: it
uses underscore version of setjump() but non-underscore for
longjump() :)
Updated patch attached. Please note, that it will update .h file, so,
it's recommended to rebuild the whole LLVM tree (well, at least Co
Changes in directory llvm/test/Regression/CodeGen/ARM:
section.ll updated: 1.4 -> 1.5
---
Log message:
use a . instead of a % in the grep expression
---
Diffs of the changes: (+1 -1)
section.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen
Changes in directory llvm/tools/llvm-upgrade:
UpgradeParser.cpp updated: 1.25 -> 1.26
UpgradeParser.cpp.cvs updated: 1.23 -> 1.24
UpgradeParser.y.cvs updated: 1.22 -> 1.23
---
Log message:
Regenerate.
---
Diffs of the changes: (+3 -3)
UpgradeParser.cpp |2 +-
UpgradeParser.cpp.cvs
Changes in directory llvm/test/Regression/Assembler:
2006-12-09-Cast-To-Bool.ll added (r1.1)
---
Log message:
Add a check to catch an incorrect upgrade.
---
Diffs of the changes: (+5 -0)
2006-12-09-Cast-To-Bool.ll |5 +
1 files changed, 5 insertions(+)
Index: llvm/test/Regression
Changes in directory llvm/tools/llvm-upgrade:
UpgradeParser.y updated: 1.23 -> 1.24
---
Log message:
Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll
Do not upgrade casts of bool to bool.
---
Diffs of the changes: (+1 -1)
UpgradeParser.y |2 +-
1 files changed, 1 insertion(+),
Changes in directory llvm/test/Regression/Assembler:
2006-12-09-Cast-To-Bool.ll updated: 1.1 -> 1.2
---
Log message:
Fix the run line and make this test more specific.
---
Diffs of the changes: (+1 -1)
2006-12-09-Cast-To-Bool.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
I
Changes in directory llvm-test/MultiSource:
Makefile.multisrc updated: 1.53 -> 1.54
---
Log message:
Make it easy to run findmisopt.
---
Diffs of the changes: (+4 -0)
Makefile.multisrc |4
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Makefile.multisrc
diff -u ll
Changes in directory llvm/tools/llvm-upgrade:
UpgradeParser.y updated: 1.22 -> 1.23
---
Log message:
When upgrading cast to bool to a setne, generate icmp ne instead.
---
Diffs of the changes: (+10 -4)
UpgradeParser.y | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
Hello Everyone.
It seems, that setjmp\logjmp support in CBackend is not good, since
codegeneration depends on *build* platform, not target. Attached patch
should solve the problem.
However, I'm not sure, whether it's correct and won't break nightly
testers on Darwin (that's why, I haven't commite
Changes in directory llvm-test:
TEST.fourway-debuginfo.Makefile added (r1.1)
TEST.fourway-debuginfo.report added (r1.1)
TEST.fourway-time.Makefile added (r1.1)
TEST.fourway-time.report added (r1.1)
fourway.Makefile added (r1.1)
TEST.fourway.Makefile updated: 1.1 -> 1.2
TEST.fourway.report update
16 matches
Mail list logo