From bugzilla-daemon at cs.uiuc.edu Wed Oct 1 09:09:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 1 Oct 2008 09:09:11 -0500
Subject: [LLVMbugs] [Bug 2846] New: LLVM does not build (Linux AMD64 GCC
3.4.6)
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2846
Summary: LLVM does not build (Linux AMD64 GCC 3.4.6)
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: Axel.Naumann at cern.ch
CC: llvmbugs at cs.uiuc.edu
I tried to build LLVM with GCC 3.4.6 on a Linux 64bit installation, today's
trunk. Relevant cmake flags of the out-of-source-build:
CMAKE_BUILD_TYPE: RelWithDebInfo
LLVM_TARGETS_TO_BUILD: CBackend;CppBackend;X86
Here are the issues I encountered:
/build/axel/build/llvm/src/llvm_svn/lib/VMCore/AsmWriter.cpp: In member
function `int ::SlotTracker::getGlobalSlot(const llvm::GlobalValue*)':
/build/axel/build/llvm/src/llvm_svn/lib/VMCore/AsmWriter.cpp:388: warning:
converting of negative value `-0x00000000000000001' to `unsigned int'
/build/axel/build/llvm/src/llvm_svn/lib/VMCore/AsmWriter.cpp: In member
function `int ::SlotTracker::getLocalSlot(const llvm::Value*)':
/build/axel/build/llvm/src/llvm_svn/lib/VMCore/AsmWriter.cpp:400: warning:
converting of negative value `-0x00000000000000001' to `unsigned int'
/build/axel/build/llvm/src/llvm_svn/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:
In function `llvm::SDValue getMemcpyLoadsAndStores(llvm::SelectionDAG&,
llvm::SDValue, llvm::SDValue, llvm::SDValue, uint64_t, unsigned int, bool,
const llvm::Value*, uint64_t, const llvm::Value*, uint64_t)':
/build/axel/build/llvm/src/llvm_svn/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2929:
warning: converting of negative value `-0x00000000000000001' to `uint64_t'
/build/axel/build/llvm/src/llvm_svn/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:
In function `llvm::SDValue getMemmoveLoadsAndStores(llvm::SelectionDAG&,
llvm::SDValue, llvm::SDValue, llvm::SDValue, uint64_t, unsigned int, bool,
const llvm::Value*, uint64_t, const llvm::Value*, uint64_t)':
/build/axel/build/llvm/src/llvm_svn/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:2987:
warning: converting of negative value `-0x00000000000000001' to `uint64_t'
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In
constructor `llvm::X86InstrInfo::X86InstrInfo(llvm::X86TargetMachine&)':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:212:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:216:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:303:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:310:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:431:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:436:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:638:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:642:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In member
function `llvm::MachineInstr*
llvm::X86InstrInfo::foldMemoryOperand(llvm::MachineFunction&,
llvm::MachineInstr*, unsigned int, llvm::SmallVector&) const':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:1989:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In member
function `virtual bool
llvm::X86InstrInfo::canFoldMemoryOperand(llvm::MachineInstr*,
llvm::SmallVectorImpl&) const':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:2156:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In member
function `virtual bool
llvm::X86InstrInfo::unfoldMemoryOperand(llvm::MachineFunction&,
llvm::MachineInstr*, unsigned int, bool, bool,
llvm::SmallVectorImpl&) const':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:2167:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In member
function `virtual bool
llvm::X86InstrInfo::unfoldMemoryOperand(llvm::SelectionDAG&, llvm::SDNode*,
llvm::SmallVectorImpl&) const':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:2273:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp: In member
function `virtual unsigned int
llvm::X86InstrInfo::getOpcodeAfterMemoryUnfold(unsigned int, bool, bool)
const':
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86InstrInfo.cpp:2351:
warning: cast to pointer from integer of different size
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86TargetAsmInfo.cpp:41:
error: duplicate explicit instantiation of `bool
llvm::X86TargetAsmInfo::ExpandInlineAsm(llvm::CallInst*) const [with
BaseTAI = llvm::TargetAsmInfo]'
/build/axel/build/llvm/src/llvm_svn/lib/Target/X86/X86TargetAsmInfo.cpp:43:
error: duplicate explicit instantiation of `bool
llvm::X86TargetAsmInfo::LowerToBSwap(llvm::CallInst*) const [with
BaseTAI = llvm::TargetAsmInfo]'
gmake[2]: ***
[lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86TargetAsmInfo.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
Could the compilation warnings and especially the error be fixed? Thanks!
Cheers, Axel.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 1 13:32:19 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 1 Oct 2008 13:32:19 -0500
Subject: [LLVMbugs] [Bug 2847] New: make check failures in r56923
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2847
Summary: make check failures in r56923
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
With SVN r56923, on x86_64 Linux:
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_analysis.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml -o
analysis.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitreader.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_bitreader.cma llvm_bitwriter.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitreader.ml -o bitreader.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitwriter.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_bitwriter.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitwriter.ml
-o bitwriter.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/executionengine.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_target.cma llvm_executionengine.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/executionengine.ml -o
executionengine.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/scalar_opts.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_scalar_opts.cma llvm_target.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/scalar_opts.ml -o
scalar_opts.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/target.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_target.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/target.ml -o
target.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/vmcore.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_analysis.cma llvm_bitwriter.cma /home/edwin
/llvm-svn/llvm/test/Bindings/Ocaml/vmcore.ml -o vmcore.ml.tmp
FAIL: /home/edwin/llvm-svn/llvm/test/CodeGen/Generic/i128-and-beyond.ll
Failed with exit(1) at line 2
while running: llvm-as <
/home/edwin/llvm-svn/llvm/test/CodeGen/Generic/i128-and-beyond.ll | llc
-march=ppc32 | grep 4294967295 | count 28
count: expected 28 lines and got 0.
llc: for the -march option: : Cannot find option named 'ppc32'!
FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/2008-01-25-ByValReadNone.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -O3 -S -o - -emit-llvm
/home/edwin/llvm-svn/llvm/test/FrontendC/2008-01-25-ByValReadNone.c | not grep
readonly
define i32 @h(%struct.S* byval %x) nounwind readonly {
%0 = tail call i32 @g(%struct.S* byval %x) nounwind readonly
; [#uses=1]
declare i32 @g(%struct.S* byval) readonly
child process exited abnormally
FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/Atomics-no64bit.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -S
/home/edwin/llvm-svn/llvm/test/FrontendC/Atomics-no64bit.c -o - | grep atomic |
count 192
count: expected 192 lines and got 200.
child process exited abnormally
FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/Atomics.c
Failed with exit(1) at line 4
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -S
/home/edwin/llvm-svn/llvm/test/FrontendC/Atomics.c -o - | grep p0i32 | count 92
count: expected 92 lines and got 50.
child process exited abnormally
=== Summary ===
# of expected passes 2676
# of unexpected failures 11
# of expected failures 9
I have:
$ g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1)
$ llvm-gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../llvm-gcc4.2/configure
--prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm-
--enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib
--enable-checking=release --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)
$ ocamlopt -v
The Objective Caml native-code compiler, version 3.10.2
Standard library directory: /usr/lib/ocaml/3.10.2
I configured LLVM with:
./configure --enable-targets=x86,cbe,cpp --enable-optimized
Let me know if you need some further info.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 1 21:42:37 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 1 Oct 2008 21:42:37 -0500
Subject: [LLVMbugs] [Bug 2848] New: new volatile regression
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2848
Summary: new volatile regression
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: regehr at cs.utah.edu
CC: llvmbugs at cs.uiuc.edu
Seen on r56938 on Ubuntu Hardy on ia32.
This is a strange one: wrong code at -O0, correct at other optimization levels.
I don't think this problem was there 24 hours ago.
regehr at john-home:~/volatile/tmp50$ llvm-gcc -O0 small.c -S -o - | grep g_126
.type g_126, at object
.section .gnu.linkonce.b.g_126,"aw", at nobits
.comm g_126,4,4 # g_126
The x86 code contains no load from the volatile location! The LLVM looks OK.
int mod_rhs (int x)
{
return x;
}
volatile unsigned int g_126;
int func_93 (void);
int func_93 (void)
{
return (g_126 > (mod_rhs (1)) < 0);
}
int main (void)
{
func_93 ();
return 0;
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 1 23:16:32 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 1 Oct 2008 23:16:32 -0500
Subject: [LLVMbugs] [Bug 2849] New: llc fails an assertion in ScheduleDAG
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2849
Summary: llc fails an assertion in ScheduleDAG
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: ABI
Severity: normal
Priority: P2
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: santosh.nagarakatte at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2048)
--> (http://llvm.org/bugs/attachment.cgi?id=2048)
bitcode file of the spec 2006 lbm benchmark with the custom transformation
causing llc to fail
llc fails an assertion in the ScheduleDAG at line number 885. The following
assert is not satisfied.
Assertion '0 && This target-independent node should have been selected'
I am using llvm-2.3 with svn revision number 53702
and llvm-gcc with svn revision number 53705.
Host machine is x86-64 base and run suse linux.
llvm is compiled using gcc-4.2.0
I have attached the reduced bitcode generated by bugpoint, for the spec 2006
benchmark 470.lbm with a custom transformation run through opt. The bitcode has
been verified after the custom transformation using -verify-each argument to
opt.
Santosh
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 2 09:57:53 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 2 Oct 2008 09:57:53 -0500
Subject: [LLVMbugs] [Bug 2850] New: MOVDDUP instruction selection asserts
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2850
Summary: MOVDDUP instruction selection asserts
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicolas at capens.net
CC: llvmbugs at cs.uiuc.edu
I'm hitting an assert "Cannot BIT_CONVERT between types of different sizes!"
with the following call stack:
SelectionDAG::getNode() Line 2218
CanonicalizeMovddup() Line 2994
X86TargetLowering::LowerVECTOR_SHUFFLE() Line 3948
X86TargetLowering::LowerOperation() Line 6039
...
This is with revision 56944 (HEAD at the moment of posting).
Removing the lines in X86ISelLowering.cpp that "Canonicalize movddup shuffles"
fixes the issue (but obviously prevents the selection of movddup when desirable
as well).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 2 10:08:12 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 2 Oct 2008 10:08:12 -0500
Subject: [LLVMbugs] [Bug 2848] new volatile regression
In-Reply-To:
Message-ID: <200810021508.m92F8CHx008323@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2848
Dan Gohman changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Dan Gohman 2008-10-02 10:08:11 ---
Confirmed, it was fast-isel. Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080929/067919.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 2 10:38:30 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 2 Oct 2008 10:38:30 -0500
Subject: [LLVMbugs] [Bug 2851] New: libiberty fails to build with GCC 4.3.1
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2851
Summary: libiberty fails to build with GCC 4.3.1
Product: tools
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: blocker
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: Axel.Naumann at cern.ch
CC: llvmbugs at cs.uiuc.edu
I hope this is the right product - please move as needed.
I want to build llvm-gcc-4.2 with GCC 4.3.1 AMD64. I ran
CXX=`which g++` ../../src/llvm-gcc-4.2_svn/configure --prefix=/build/axel/local
--enable-checking --program-prefix=llvm-
--enable-llvm=/build/axel/build/llvm/obj/llvm-configure
--enable-languages=c,c++ --disable-bootstrap
Compilation with
make LLVM_VERSION_INFO=trunk-20081001-axel
stops here:
/build/axel/build/llvm/obj/llvm-gcc-4.2/./prev-gcc/xgcc
-B/build/axel/build/llvm/obj/llvm-gcc-4.2/./prev-gcc/
-B/build/axel/local/x86_64-unknown-linux-gnu/bin/ -c -DHAVE_CONFIG_H -g -O2 -I.
-I../../../src/llvm-gcc-4.2_svn/libiberty/../include -W -Wall -pedantic
-Wwrite-strings -Wstrict-prototypes -Wc++-compat
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c -o cplus-dem.o
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:55: warning: function
declaration isn't a prototype
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:55: error: conflicting
types for 'malloc'
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:56: warning: function
declaration isn't a prototype
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c: In function
'code_for_qualifier':
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:582: warning: implicit
declaration of function 'abort'
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:582: warning: incompatible
implicit declaration of built-in function 'abort'
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c: In function
'qualifier_string':
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:622: warning: incompatible
implicit declaration of built-in function 'abort'
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c: In function
'squangle_mop_up':
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:1082: warning: implicit
declaration of function 'free'
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c: In function
'demangle_qualified':
../../../src/llvm-gcc-4.2_svn/libiberty/cplus-dem.c:3177: warning: implicit
declaration of function 'atoi'
make[3]: *** [cplus-dem.o] Error 1
make[3]: Leaving directory `/build/axel/build/llvm/obj/llvm-gcc-4.2/libiberty'
make[2]: *** [all-stage2-libiberty] Error 2
make[2]: Leaving directory `/build/axel/build/llvm/obj/llvm-gcc-4.2'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/build/axel/build/llvm/obj/llvm-gcc-4.2'
make: *** [all] Error 2
What am I doing wrong? Or could these functions' declarations be added?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 2 11:54:28 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 2 Oct 2008 11:54:28 -0500
Subject: [LLVMbugs] [Bug 2851] libiberty fails to build with GCC 4.3.1
In-Reply-To:
Message-ID: <200810021654.m92GsShF012013@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2851
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |asl at math.spbu.ru
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Anton Korobeynikov 2008-10-02 11:54:27 ---
This was llvm-gcc bug, not your native gcc.
The fix was commited todays morning in r56946
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 00:37:24 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 00:37:24 -0500
Subject: [LLVMbugs] [Bug 2852] New: fold load (strchr/memchr ptr, c) --> c
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2852
Summary: fold load (strchr/memchr ptr, c) --> c
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
The pointer returned by the strchr/memchr family is usually tested for validity
(null-ness) and then dereferenced, possibly as part of a loop.
We know the value that the pointer points to; it's the one passed in to as the
second parameter to the function call.
There's no LLVM intrinsic for memchr though. Where should this sort of thing be
done? In simplify-libcalls?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 09:43:20 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 09:43:20 -0500
Subject: [LLVMbugs] [Bug 2853] New: __gxx_personality_v0 causes overflow in
R_X86_64_PC32 relocation
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2853
Summary: __gxx_personality_v0 causes overflow in R_X86_64_PC32
relocation
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: Axel.Naumann at cern.ch
CC: llvmbugs at cs.uiuc.edu
LLVM from the trunk from Oct 1, llvm-gcc-4.2's trunk from today, built with GCC
4.3.1 on an AMD64 bit linux. When building the source
int main(int, char*[])
{
}
with llvm-g++ test.cxx
I see 44 lines of output:
/build/axel/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1plus: Symbol
`__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
The binary still works despite the message. Some more info on the build:
llvm-g++ --verbose test.cxx
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../../src/llvm-gcc-4.2_svn/configure
--prefix=/build/axel/local --enable-checking --program-prefix=llvm-
--enable-llvm=/build/axel/build/llvm/obj/llvm-configure --disable-bootstrap
--enable-languages=c,c++
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)
/build/axel/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1plus -quiet -v
-D_GNU_SOURCE test.cxx -quiet -dumpbase test.cxx -mtune=generic -auxbase test
-version -o /tmp/axel/ccn2jNGn.s
/build/axel/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/cc1plus: Symbol
`__gxx_personality_v0' causes overflow in R_X86_64_PC32 relocation
[last line repeated 43 times, i.e. it shows up 44 times in total]
ignoring nonexistent directory
"/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../x86_64-unknown-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../include/c++/4.2.1
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../include/c++/4.2.1/x86_64-unknown-linux-gnu
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../include/c++/4.2.1/backward
/usr/local/include
/build/axel/local/include
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/include
/usr/include
End of search list.
GNU C++ version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)
(x86_64-unknown-linux-gnu)
compiled by GNU C version 4.3.1.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=8192
Compiler executable checksum: 2c8907e8ae02f677319d96cae46b99d5
as -V -Qy -o /tmp/axel/ccqvfExV.o /tmp/axel/ccn2jNGn.s
GNU assembler version 2.15.92.0.2 (x86_64-redhat-linux) using BFD version
2.15.92.0.2 20040927
/build/axel/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/collect2
--eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2
/usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/crtbegin.o
-L/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1
-L/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../lib64
-L/lib/../lib64 -L/usr/lib/../lib64
-L/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../..
/tmp/axel/ccqvfExV.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
/build/axel/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/crtend.o
/usr/lib/../lib64/crtn.o
What causes the message, is it a problem with the build of llvm or with a part
of llvm itself? Could the message be flagged as 'warning:' or 'info:'?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 10:47:14 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 10:47:14 -0500
Subject: [LLVMbugs] [Bug 2854] New: SimplifyCFG outputs an incorrect IR
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2854
Summary: SimplifyCFG outputs an incorrect IR
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicolas.geoffray at lip6.fr
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2052)
--> (http://llvm.org/bugs/attachment.cgi?id=2052)
Test-case for the bug
The attached test-case, after being opt'ed with -simplifycfg, makes llc
unhappy:
llc: SelectionDAGISel.cpp:331: virtual bool
llvm::SelectionDAGISel::runOnFunction(llvm::Function&): Assertion
`FuncInfo->CatchInfoFound.size() == FuncInfo->CatchInfoLost.size() && "Not all
catch info was assigned to a landing pad!"' failed.
If the test-case is not cfg simplified, llc is happy.
Steps to reproduce the bug:
llvm-as testcase.ll
opt -simplifycfg testcase.bc | llc
The testcase is an output from a Java function translated to LLVM IR with
vmkit. FYI, here's the (meaningless) Java function.
public static void main(String[] args) throws Exception {
try {
synchronized(args) {
while (true)
abort();
}
}
}
Apparently, it's the smallest testcase i could get in Java, even so the
generated IR is quite complex :/
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 11:09:37 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 11:09:37 -0500
Subject: [LLVMbugs] [Bug 2855] New: simplifycfg aborts
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2855
Summary: simplifycfg aborts
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opt
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu, nlewycky at google.com
opt -simplifycfg bugpoint-passes.bc -o opt.bc -f
------------------------------------------------------------
PHI nodes not grouped at top of basic block!
%iftmp.1.0 = phi i1 [ true, %bb7 ], [ false, %bb3 ] ;
[#uses=1]
label %bb7
Instruction does not dominate all uses!
%iftmp.1.0 = phi i1 [ true, %bb7 ], [ false, %bb3 ] ;
[#uses=1]
%. = select i1 %iftmp.1.0, i32 %2, i32 %8 ;
[#uses=1]
Broken module found, compilation aborted!
------------------------------------------------------------
This is a reduction of a C++ test:
-----------------------------------------------------------
int f(int *b, int f) {
int s = 0;
int c;
for (;
;
) {
c=b[s++];
if(c) {
int __c2;
if(sgetVRegDef(reg)
&& "Register use before def!"' failed.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 12:06:41 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 12:06:41 -0500
Subject: [LLVMbugs] [Bug 2856] New: x86_fp80 NaN constants emitted
inconsistently
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2856
Summary: x86_fp80 NaN constants emitted inconsistently
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: miscompilation
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: kamm-removethis at incasoftware.de
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2054)
--> (http://llvm.org/bugs/attachment.cgi?id=2054)
test case
The compiling and executing the attached LLVM IR prints
7FFF400000000
7FFFC00000000
even though the x86_fp80 constants used are identical
(0xK7FFF4000000000000000).
The relevant sections in the asm output are
the in-line constant (0x7FC00000):
.LCPI2_0:
.long 2143289344 # float nan
the global (0x7FFF400000000000)
_D3nan4rvale:
.size _D3nan4rvale, 12
.short 0 # long double least significant halfword of ~nan
.short 0 # long double next halfword
.short 0 # long double next halfword
.short 16384 # long double next halfword
.short 32767 # long double most significant halfword
.zero 2
and they should describe the same value, but don't.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 13:58:02 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 13:58:02 -0500
Subject: [LLVMbugs] [Bug 2855] simplifycfg aborts
In-Reply-To:
Message-ID: <200810031858.m93Iw28g009221@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2855
Devang Patel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Devang Patel 2008-10-03 13:58:01 ---
I tried to simplify this earlier. It is a micro-optimizatin that makes
fast-isel and other passes' life easier.
Your patch is good. Applied.
Rev 57025.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 14:59:23 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 14:59:23 -0500
Subject: [LLVMbugs] [Bug 2846] LLVM does not build (Linux AMD64 GCC 3.4.6)
In-Reply-To:
Message-ID: <200810031959.m93JxNOK011844@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2846
??scar Fuentes changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
--- Comment #12 from ??scar Fuentes 2008-10-03 14:59:22 ---
(In reply to comment #10)
> Concerning the error: I let cmake regenerate verbose Makefiles. This showed me
> that it invokes /usr/bin/c++ (GCC 3.4.6 in my case), not what is set as CXX
> when running cmake, nor what's in the $PATH (both was pointing to GCC 4.3.1):
You mean that there is a `c++' executable on your PATH that comes before than
the one on /usr/bin, and that it was ignored? If the answer is yes, it is a bug
on CMake. Please report it on http://www.cmake.org
[snip]
> So that explains, and you could rightfully call it my fault. I switched the
> cmake variables CMAKE_CXX_COMPILER, CMAKE_C_COMPILER to GCC 4.3.1 and the
> compilation succeeded.
>
(In reply to comment #11)
> Ok, thanks for clarification. I'd consider this behaviour really error-prone,
> cmake should honour user-supplied standard CC, CXX, LD, etc variables
CMake uses the CXX environment variable. But if you want to specify a compiler
on the CMake command line invocation, you need to use CMAKE_CXX_COMPILER. This
makes some sense, because `make -DCXX=foo` sets the CXX *variable*, but there
is no CXX variable within CMake, it has CMAKE_CXX_COMPILER, which default value
is taken from the CXX environment variable, if defined. You can argue that this
is a bit verbose, but it is consistent with CMake's naming conventions.
One more thing to keep in mind is that CMake != make. If there is a confusing
thing here is CMake's name itself :-).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 16:41:45 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 16:41:45 -0500
Subject: [LLVMbugs] [Bug 2857] New: Attempt to use a SCEVCouldNotCompute
object!
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2857
Summary: Attempt to use a SCEVCouldNotCompute object!
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2056)
--> (http://llvm.org/bugs/attachment.cgi?id=2056)
testcase
This testcase crashes:
$ llvm-as < b2.ll | opt -indvars
WARNING: You're attempting to print out a bitcode file.
This is inadvisable as it may cause display problems. If
you REALLY want to taste LLVM bitcode first-hand, you
can force output with the `-f' option.
opt: ScalarEvolution.cpp:136: virtual bool
llvm::SCEVCouldNotCompute::isLoopInvariant(const llvm::Loop*) const: Assertion
`0 && "Attempt to use a SCEVCouldNotCompute object!"' failed.
opt[0x86b068e]
opt[0x86b08f0]
[0xffffe500]
[0x6]
/lib/tls/i686/cmov/libc.so.6(abort+0xe9)[0x49739619]
/lib/tls/i686/cmov/libc.so.6(__assert_fail+0x101)[0x49731031]
opt(_ZNK4llvm19SCEVCouldNotCompute7getTypeEv+0x0)[0x8576c34]
opt(_ZNK4llvm19SCEVCommutativeExpr15isLoopInvariantEPKNS_8LoopBaseINS_10BasicBlockEEE+0x4c)[0x85875fa]
opt(_ZNK4llvm19SCEVCommutativeExpr15isLoopInvariantEPKNS_8LoopBaseINS_10BasicBlockEEE+0x4c)[0x85875fa]
opt[0x8410d0a]
opt[0x841181c]
opt(_ZN4llvm13LPPassManager13runOnFunctionERNS_8FunctionE+0x392)[0x8563cec]
opt(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x102)[0x863c5bc]
opt(_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE+0x6e)[0x863c766]
opt(_ZN4llvm13MPPassManager11runOnModuleERNS_6ModuleE+0xcd)[0x863c289]
opt(_ZN4llvm15PassManagerImpl3runERNS_6ModuleE+0x74)[0x863c426]
opt(_ZN4llvm11PassManager3runERNS_6ModuleE+0x1b)[0x863c481]
opt(main+0x105d)[0x83712cd]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xd2)[0x49723ec2]
opt(__gxx_personality_v0+0x341)[0x8362911]
Aborted
The stacktrace is:
#0 0xffffe410 in __kernel_vsyscall ()
#1 0x49737c51 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0x49739619 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0x49731031 in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#4 0x08576c34 in llvm::SCEVCouldNotCompute::isLoopInvariant (this=0x87d0088,
L=0x87cfc80) at ScalarEvolution.cpp:136
#5 0x085875fa in llvm::SCEVCommutativeExpr::isLoopInvariant (this=0x87d0a30,
L=0x87cfc80)
at
/usr/local/src/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:230
#6 0x085875fa in llvm::SCEVCommutativeExpr::isLoopInvariant (this=0x87d0a98,
L=0x87cfc80)
at
/usr/local/src/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h:230
#7 0x08410d0a in (anonymous namespace)::IndVarSimplify::RewriteLoopExitValues
(this=0x87cb408, L=0x87cfc80, IterationCount=0x87d0430)
at IndVarSimplify.cpp:379
#8 0x0841181c in (anonymous namespace)::IndVarSimplify::runOnLoop (
this=0x87cb408, L=0x87cfc80, LPM=@0x87c7a98) at IndVarSimplify.cpp:463
#9 0x08563cec in llvm::LPPassManager::runOnFunction (this=0x87c7a98,
F=@0x87c9810) at LoopPass.cpp:226
#10 0x0863c5bc in llvm::FPPassManager::runOnFunction (this=0x87c7778,
F=@0x87c9810) at PassManager.cpp:1310
#11 0x0863c766 in llvm::FPPassManager::runOnModule (this=0x87c7778,
M=@0x87c6010) at PassManager.cpp:1333
#12 0x0863c289 in llvm::MPPassManager::runOnModule (this=0x87c6100,
M=@0x87c6010) at PassManager.cpp:1380
#13 0x0863c426 in llvm::PassManagerImpl::run (this=0x87c78b0, M=@0x87c6010)
at PassManager.cpp:1454
#14 0x0863c481 in llvm::PassManager::run (this=0xffffd5ec, M=@0x87c6010)
at PassManager.cpp:1486
#15 0x083712cd in main (argc=3, argv=0xffffd7e4) at opt.cpp:582
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 19:36:28 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 19:36:28 -0500
Subject: [LLVMbugs] [Bug 2716] integer comparison bug
In-Reply-To:
Message-ID: <200810040036.m940aSCb021766@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2716
Dan Gohman changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gohman at apple.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Dan Gohman 2008-10-03 19:36:27 ---
It was a bug in the "local" register allocator, which is enabled in
llvm-gcc at -O0. Fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080929/068014.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 3 20:53:18 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 3 Oct 2008 20:53:18 -0500
Subject: [LLVMbugs] [Bug 2833] AtomicSwap64 not supported by x86 backend
In-Reply-To:
Message-ID: <200810040153.m941rIPa024342@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2833
Dale Johannesen changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Dale Johannesen 2008-10-03 20:53:17 ---
This is fixed. All the 64-bit atomics should work now in 32-bit mode.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 05:03:52 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 05:03:52 -0500
Subject: [LLVMbugs] =?utf-8?q?=5BBug_2858=5D_New=3A_CBE=3A_error=3A__confl?=
=?utf-8?b?aWN0aW5nIHR5cGVzIGZvciDigJhfbG9uZ2ptcOKAmQ==?=
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2858
Summary: CBE: error: conflicting types for ???_longjmp???
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
Try to compile the following with SVN r57045:
$ cat foo.c
#include
jmp_buf buf;
int foo()
{
_longjmp(buf, 1);
return 0;
}
$ llvm-gcc foo.c -c -o foo.bc -emit-llvm
$ llc -march=c foo.bc -o foo.cbe.c
$ gcc foo.cbe.c -c
foo.cbe.c:149: error: conflicting types for ???_longjmp???
/usr/include/setjmp.h:91: error: previous declaration of ???_longjmp??? was
here
foo.cbe.c:150: warning: conflicting types for built-in function ???malloc???
Bugpoint reduced bitcode:
; ModuleID = 'bugpoint-reduced-simplified.bc'
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-unknown-linux-gnu"
%struct.__jmp_buf_tag = type { [8 x i64], i32, %struct.__sigset_t }
%struct.__sigset_t = type { [16 x i64] }
@buf = common global [1 x %struct.__jmp_buf_tag] zeroinitializer, align 32
; <[1 x %struct.__jmp_buf_tag]*> [#uses=1]
define i32 @foo() nounwind {
entry:
%retval = alloca i32 ; [#uses=1]
%0 = alloca i32 ; [#uses=0]
%"alloca point" = bitcast i32 0 to i32 ; [#uses=0]
call void @_longjmp(%struct.__jmp_buf_tag* getelementptr ([1 x
%struct.__jmp_buf_tag]* @buf, i32 0, i32 0), i32 1) noreturn nounwind
unreachable
return: ; No predecessors!
%retval1 = load i32* %retval ; [#uses=1]
ret i32 %retval1
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 08:28:10 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 08:28:10 -0500
Subject: [LLVMbugs] [Bug 2859] New: Clang revision 57049 won't build
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2859
Summary: Clang revision 57049 won't build
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: blocker
Priority: P2
Component: Basic
AssignedTo: unassignedbugs at nondot.org
ReportedBy: cfkaran2 at gmail.com
CC: llvmbugs at cs.uiuc.edu
I built LLVM and Clang with the following on a macintosh. I have built LLVM
and Clang before, but this is the first time I built it with the options that I
did (see below for the options I passed to configure). Note that I did NOT do
'make clean' or anything else; I simply updated my working copy, and then did
the following commands.
LLVM:
URL: http://llvm.org/svn/llvm-project/llvm/trunk/tools
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 57049
Node Kind: directory
Schedule: normal
Last Changed Author: foldr
Last Changed Rev: 57031
Last Changed Date: 2008-10-03 17:26:27 -0400 (Fri, 03 Oct 2008)
Built with the following options:
./configure --enable-optimized --enable-assertions --enable-expensive-checks
--enable-debug-runtime
CLANG:
Path: .
URL: http://llvm.org/svn/llvm-project/cfe/trunk
Repository Root: http://llvm.org/svn/llvm-project
Repository UUID: 91177308-0d34-0410-b5e6-96231b3b80d8
Revision: 57049
Node Kind: directory
Schedule: normal
Last Changed Author: kremenek
Last Changed Rev: 57045
Last Changed Date: 2008-10-04 02:53:56 -0400 (Sat, 04 Oct 2008)
After updating, ran the following:
s2:clang cfkaran2$ make
make[2]: Nothing to be done for `all'.
llvm[2]: Compiling Diagnostic.cpp for Release+Checks build
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(const
__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&, const char*,
__gnu_debug::_Error_formatter::_Is_iterator)???:
/usr/include/c++/4.0.0/debug/formatter.h:214: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h:220: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Type*&, const
char*, __gnu_debug::_Error_formatter::_Is_iterator)???:
/usr/include/c++/4.0.0/debug/formatter.h:243: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(_Type*&, const char*,
__gnu_debug::_Error_formatter::_Is_iterator)???:
/usr/include/c++/4.0.0/debug/formatter.h:256: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Iterator&,
const char*, __gnu_debug::_Error_formatter::_Is_iterator)???:
/usr/include/c++/4.0.0/debug/formatter.h:269: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(const
__gnu_debug::_Safe_sequence<_Sequence>&, const char*,
__gnu_debug::_Error_formatter::_Is_sequence)???:
/usr/include/c++/4.0.0/debug/formatter.h:285: error: cannot use typeid with
-fno-rtti
/usr/include/c++/4.0.0/debug/formatter.h: In constructor
???__gnu_debug::_Error_formatter::_Parameter::_Parameter(const _Sequence&,
const char*, __gnu_debug::_Error_formatter::_Is_sequence)???:
/usr/include/c++/4.0.0/debug/formatter.h:294: error: cannot use typeid with
-fno-rtti
make[2]: ***
[/Users/cfkaran2/Desktop/Programming/llvm/tools/clang/lib/Basic/Release+Checks/Diagnostic.o]
Error 1
make[1]: *** [Basic/.makeall] Error 2
make: *** [all] Error 1
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 12:04:05 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 12:04:05 -0500
Subject: [LLVMbugs] [Bug 2859] Clang revision 57049 won't build
In-Reply-To:
Message-ID: <200810041704.m94H45E6030111@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2859
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner 2008-10-04 12:04:05 ---
This is a problem with your version of the checking libstdc++. It apparently
requires rtti information, which clang does not build with.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 12:48:51 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 12:48:51 -0500
Subject: [LLVMbugs] =?utf-8?q?=5BBug_2858=5D_CBE=3A_error=3A__conflicting_?=
=?utf-8?b?dHlwZXMgZm9yIOKAmF9sb25nam1w4oCZ?=
In-Reply-To:
Message-ID: <200810041748.m94HmpR8031582@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2858
Daniel Dunbar changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel at zuster.org
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Daniel Dunbar 2008-10-04 12:48:50 ---
*** This bug has been marked as a duplicate of bug 1124 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 13:25:06 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 13:25:06 -0500
Subject: [LLVMbugs] [Bug 2857] Attempt to use a SCEVCouldNotCompute object!
In-Reply-To:
Message-ID: <200810041825.m94IP6Lr000342@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2857
Nick Lewycky changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Nick Lewycky 2008-10-04 13:25:06 ---
Yes, I just forgot to close it. Fixed in r57049.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 17:33:41 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 17:33:41 -0500
Subject: [LLVMbugs] [Bug 2860] New: llvm-gcc ICE when building libgcc
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2860
Summary: llvm-gcc ICE when building libgcc
Product: tools
Version: trunk
Platform: Other
OS/Version: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: krister.walfridsson at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2058)
--> (http://llvm.org/bugs/attachment.cgi?id=2058)
source code that makes the compiler ICE
llvm-gcc-4.2 reports an internal compiler error when compiling libgcc on
x86_64-unknown-netbsd:
/usr/local/tmp/llvm081004/gbuild/./gcc/xgcc
-B/usr/local/tmp/llvm081004/gbuild/./gcc/
-B/home/cato/llvmgcc/x86_64-unknown-netbsd4.99.72/bin/
-B/home/cato/llvmgcc/x86_64-unknown-netbsd4.99.72/lib/ -isystem
/home/cato/llvmgcc/x86_64-unknown-netbsd4.99.72/include -isystem
/home/cato/llvmgcc/x86_64-unknown-netbsd4.99.72/sys-include -O2 -O2 -g -O2
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../llvm-gcc-4.2/gcc
-I../../llvm-gcc-4.2/gcc/. -I../../llvm-gcc-4.2/gcc/../include -I./../intl
-I../../llvm-gcc-4.2/gcc/../libcpp/include
-I../../llvm-gcc-4.2/gcc/../libdecnumber -I../libdecnumber
-I/usr/local/tmp/llvm081004/build/include
-I/usr/local/tmp/llvm081004/llvm/include -DL_popcountsi2 -fvisibility=hidden
-DHIDE_EXPORTS -c ../../llvm-gcc-4.2/gcc/libgcc2.c -o libgcc/./_popcountsi2.o
assertion "V == V2 && "Didn't find key?"" failed: file
"/usr/local/tmp/llvm081004/llvm/lib/Support/StringMap.cpp", line 177, function
"void llvm::StringMapImpl::RemoveKey(llvm::StringMapEntryBase*)"
../../llvm-gcc-4.2/gcc/libgcc2.c:809: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
(btw. shouldn't it point me to http://llvm.org/bugs/ instead?)
The ICE can be reproduced by the slightly simplified attached file.
I configured/built llvm as:
../llvm/configure --prefix=/home/kristerw/llvm
gmake ENABLE_OPTIMIZED=1
and llvm-gcc as:
../llvm-gcc-4.2/configure --program-prefix=llvm-
--prefix=/home/kristerw/llvmgcc --enable-languages="c,c++" --enable-checking
--enable-llvm=/usr/local/tmp/llvm081004/build --disable-bootstrap
--disable-multilib
gmake
The failure was introduced by revision 55063
(http://llvm.org/viewvc/llvm-project?view=rev&revision=55063)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 20:40:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 20:40:11 -0500
Subject: [LLVMbugs] [Bug 2861] New: generic thunk code fails
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2861
Summary: generic thunk code fails
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu, nlewycky at google.com
Created an attachment (id=2059)
--> (http://llvm.org/bugs/attachment.cgi?id=2059)
testcase
This delta-reduced testcase triggers a problem with llvm-g++ that doesn't
happen with FSF g++ 4.2:
$ g++ thunk_error.cpp -c
thunk_error.cpp:21: error: generic thunk code fails for method ???virtual void
RPCCore::Ev(const char*, int, int, const char*, ...) const??? which uses
???...???
$ g++-4.2 thunk_error.cpp -c
$ g++-4.2 -v
[...]
gcc version 4.2.4 (Debian 4.2.4-3)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 21:14:23 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 21:14:23 -0500
Subject: [LLVMbugs] [Bug 2842] instcombine should generate bswap
In-Reply-To:
Message-ID: <200810050214.m952ENpg017399@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2842
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Chris Lattner 2008-10-04 21:14:23 ---
Implemented here, thanks!
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080929/068071.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 4 23:12:06 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 4 Oct 2008 23:12:06 -0500
Subject: [LLVMbugs] [Bug 2682] llvm-gcc fails to find that an argument to
__builtin_prefetch is a constant
In-Reply-To:
Message-ID: <200810050412.m954C68O020598@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2682
Nick Lewycky changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicholas at mxc.ca
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #3 from Nick Lewycky 2008-10-04 23:12:06 ---
This is not fixed:
$ llvm-g++ 004.c -c
$ llvm-g++ 004.c -c -O2
004.c: In function ???void prefetch(const char*, int)???:
004.c:1: error: third argument to ???__builtin_prefetch??? must be a constant
$
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 00:54:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 00:54:11 -0500
Subject: [LLVMbugs] [Bug 2862] New: [sema] vector types differing only in
signedness should be compatible
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2862
Summary: [sema] vector types differing only in signedness should
be compatible
Product: clang
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
clang rejects the following code which gcc accepts
--
extern void f1(char a0 __attribute__((vector_size(8))));
void f0(signed char a0 __attribute__((vector_size(8)))) {
f1(a0);
}
--
ddunbar at ddunbar2:clang$ clang test/CodeGen/f.c
test/CodeGen/f.c:6:6: error: incompatible type passing 'signed char
__attribute__((__vector_size__(32)))', expected 'char
__attribute__((__vector_size__(32)))'
f1(a0);
^~
1 diagnostic generated.
--
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 02:19:16 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 02:19:16 -0500
Subject: [LLVMbugs] [Bug 2863] New: llvm-gcc ICEs on __builtin_ia32_punpckldq
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2863
Summary: llvm-gcc ICEs on __builtin_ia32_punpckldq
Product: libraries
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
llvm-gcc ICEs on
--
typedef signed int V2i __attribute__((vector_size(8)));
void f0() {
V2i tmp_V2i;
tmp_V2i = __builtin_ia32_punpckldq(tmp_V2i, tmp_V2i);
}
--
ddunbar at ddunbar2:CodeGen$ gcc -v && gcc -c -mmmx m.c
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5616.3~3/src/configure --disable-checking
--enable-werror --prefix=/usr --mandir=/usr/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/\
-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10
--with-gxx-include-dir=/usr/include/c++/4.2.1 --host=i686-apple-darwin10
--target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5616) (dot 3)
ddunbar at ddunbar2:CodeGen$ llvm-gcc -v && llvm-gcc -c -mmmx m.c
Using built-in specs.
Target: i686-apple-darwin10
Configured with: ../llvm-gcc-4.2/configure
--prefix=/Users/ddunbar/llvm-gcc/obj/../install --program-prefix=llvm-
--enable-llvm=/Users/ddunbar/llvm/ --enable-languages=c,c++,objc,obj-c++
--with-arch=nocona --wit\
h-tune=generic --with-gxx-include-dir=/usr/include/c++/4.2.1
--build=i686-apple-darwin10 --host=i686-apple-darwin10
--target=i686-apple-darwin10
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)
Assertion failed: (VT.getSizeInBits() == Operand.getValueType().getSizeInBits()
&& "Cannot BIT_CONVERT between types of different sizes!"), function getNode,
file SelectionDAG.cpp, line 2218.
m.c:5: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 10:08:15 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 10:08:15 -0500
Subject: [LLVMbugs] [Bug 2830] Cpp Backend doesn' t generate correct code
for Switch instructions
In-Reply-To:
Message-ID: <200810051508.m95F8FOH008903@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2830
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Anton Korobeynikov 2008-10-05 10:08:14 ---
(In reply to comment #1)
> Created an attachment (id=2040)
--> (http://llvm.org/bugs/attachment.cgi?id=2040) [details]
> Patch to fix bug.
>
> One way to fix this bug is to remove that code that generates calls to
> 'Constant::getNullValue', this will allow the correct constant type to be
> generated.
I agree, that having sane constant type is a right way to fix, otherwise we
will need to end with cast in bunch of places.
Patch applied as r57110. Thanks!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 13:22:52 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 13:22:52 -0500
Subject: [LLVMbugs] [Bug 2849] llc fails an assertion in ScheduleDAG
In-Reply-To:
Message-ID: <200810051822.m95IMqpx015158@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2849
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-05 13:22:51 ---
This now works for me:
$ llc bugpoint-reduced-simplified.bc
I think that this was fixed on mainline recently.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 13:32:22 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 13:32:22 -0500
Subject: [LLVMbugs] [Bug 2827] CodeEmitterGen produce wrong values in
generated function getBinaryCodeForInstr (...)
In-Reply-To:
Message-ID: <200810051832.m95IWMNI015507@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2827
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-05 13:32:21 ---
Fixed with a slightly different approach, please verify that this works for
you:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080929/068087.html
Thanks!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 13:48:36 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 13:48:36 -0500
Subject: [LLVMbugs] [Bug 2776] possible volatile bug -- too many loads
In-Reply-To:
Message-ID: <200810051848.m95Ima0s016099@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2776
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #8 from Chris Lattner 2008-10-05 13:48:36 ---
Yep, I'm pretty sure this is fixed. John, please reopen if it is still causing
problems, thanks!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 14:23:27 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 14:23:27 -0500
Subject: [LLVMbugs] [Bug 2773] Define __USER_LABEL_PREFIX__
In-Reply-To:
Message-ID: <200810051923.m95JNRLc017311@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2773
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-05 14:23:26 ---
Implemented here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080929/007973.html
I have no intention of implementing support for -fno-leading-underscore. If
someone needs it, they can make sure to fix this macro as well. I don't think
the llvm backend supprots it at all for example.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 16:56:08 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 16:56:08 -0500
Subject: [LLVMbugs] [Bug 2761] Analyser: command line option for checking GC
code
In-Reply-To:
Message-ID: <200810052156.m95Lu8kp022044@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2761
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
--- Comment #2 from Chris Lattner 2008-10-05 16:56:08 ---
Make sure to build your project with -fobjc-gc-only.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 17:01:18 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 17:01:18 -0500
Subject: [LLVMbugs] [Bug 2236] Implement defined but not used diagnostic for
statics
In-Reply-To:
Message-ID: <200810052201.m95M1IeM022300@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2236
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Chris Lattner 2008-10-05 17:01:15 ---
The original issue is fixed
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 17:04:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 17:04:11 -0500
Subject: [LLVMbugs] [Bug 2301] Internal compiler error when doing inline
optimization in llvm-gcc4.2-2.2
In-Reply-To:
Message-ID: <200810052204.m95M4BUj022427@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2301
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #6 from Chris Lattner 2008-10-05 17:04:10 ---
This works now, I don't know if it is because it is fixed or just hidden now
though.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 5 17:53:55 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 5 Oct 2008 17:53:55 -0500
Subject: [LLVMbugs] [Bug 2682] llvm-gcc fails to find that an argument to
__builtin_prefetch is a constant
In-Reply-To:
Message-ID: <200810052253.m95MrtAK023898@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2682
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Chris Lattner 2008-10-05 17:53:54 ---
This is one of those cases where GCC changes what code it accepts based on how
its optimizer evolves. It will basically accept any builtin_prefetch as long
as the GIMPLE level optimizers are able to eliminate it, and does the checking
after the full optimizer pass runs. A better way to do this is with macros and
with __builtin_choose_expr. __builtin_choose_expr( __builtin_constant_p, ...)
is guaranteed to not evaluate the subexpression that is not chosen.
The user should change their code, sorry.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 12:38:09 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 12:38:09 -0500
Subject: [LLVMbugs] [Bug 2704] Constructor-style initialization of bool fails
In-Reply-To:
Message-ID: <200810061738.m96Hc9lA005774@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2704
Argiris Kirtzidis changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Argiris Kirtzidis 2008-10-06 12:38:08 ---
This has now been fixed (rev. 57178).
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 13:24:52 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 13:24:52 -0500
Subject: [LLVMbugs] [Bug 2856] x86_fp80 NaN constants emitted inconsistently
In-Reply-To:
Message-ID: <200810061824.m96IOqSb007338@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2856
Dale Johannesen changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Dale Johannesen 2008-10-06 13:24:51 ---
I'm not really sure how these values ought to behave, but I've marked
conversions that shorten a NaN as Inexact; that fixes this problem(?), and
can't be too far off.
http://llvm.org/viewvc/llvm-project?view=rev&revision=57185
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 15:47:38 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 15:47:38 -0500
Subject: [LLVMbugs] [Bug 2864] New: instcombine removes live stores and calls
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2864
Summary: instcombine removes live stores and calls
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: miscompilation
Severity: major
Priority: P2
Component: Scalar Optimizations
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2061)
--> (http://llvm.org/bugs/attachment.cgi?id=2061)
butpoint-tooptimize.bc
Instcombine removes stores and recursive calls from this function.
opt bugpoint-tooptimize.bc -instcombine -o foo.bc
--- bugpoint-tooptimize.ll 2008-10-06 15:41:47.000000000 -0500
+++ foo.ll 2008-10-06 15:41:51.000000000 -0500
@@ -1,4 +1,4 @@
-; ModuleID = 'bugpoint-tooptimize.bc'
+; ModuleID = 'foo.bc'
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-unknown-linux-gnu"
%PoolDescriptor = type [16 x i8*]
@@ -50,23 +50,14 @@
br label %bb1
bb1.ret.exitStub: ; preds = %bb1
- store %struct.tree_t* %1, %struct.tree_t** %.out
+ %0 = bitcast i8* %1 to %struct.tree_t* ; <%struct.tree_t*>
[#uses=1]
+ store %struct.tree_t* %0, %struct.tree_t** %.out
ret void
bb1: ; preds = %newFuncRoot
- %0 = call i8* @poolalloc(%PoolDescriptor* %PDa, i32 24) ;
[#uses=1]
- %1 = bitcast i8* %0 to %struct.tree_t* ; <%struct.tree_t*>
[#uses=4]
- %2 = sdiv i32 %proc, 2 ; [#uses=3]
- %3 = add i32 %2, %lo ; [#uses=1]
- %4 = add i32 %level, -1 ; [#uses=2]
- %5 = call %struct.tree_t* @TreeAlloc2(%PoolDescriptor* %PDa, i32 %4,
i32 %3, i32 %2) ; <%struct.tree_t*> [#uses=1]
- %6 = call %struct.tree_t* @TreeAlloc2(%PoolDescriptor* %PDa, i32 %4,
i32 %lo, i32 %2) ; <%struct.tree_t*> [#uses=1]
- %7 = getelementptr %struct.tree_t* %1, i64 0, i32 0 ;
[#uses=1]
- store i32 1, i32* %7, align 8
- %8 = getelementptr %struct.tree_t* %1, i64 0, i32 1 ;
<%struct.tree_t**> [#uses=1]
- store %struct.tree_t* %5, %struct.tree_t** %8, align 8
- %9 = getelementptr %struct.tree_t* %1, i64 0, i32 2 ;
<%struct.tree_t**> [#uses=1]
- store %struct.tree_t* %6, %struct.tree_t** %9, align 8
+ %1 = call i8* @poolalloc(%PoolDescriptor* %PDa, i32 24) ;
[#uses=2]
+ %2 = bitcast i8* %1 to i32* ; [#uses=1]
+ store i32 1, i32* %2, align 8
br label %bb1.ret.exitStub
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 16:13:55 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 16:13:55 -0500
Subject: [LLVMbugs] [Bug 2850] MOVDDUP instruction selection asserts
In-Reply-To:
Message-ID: <200810062113.m96LDtLm014347@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2850
Evan Cheng changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Evan Cheng 2008-10-06 16:13:54 ---
Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081006/068139.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 16:14:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 16:14:11 -0500
Subject: [LLVMbugs] [Bug 2863] llvm-gcc ICEs on __builtin_ia32_punpckldq
In-Reply-To:
Message-ID: <200810062114.m96LEBZU014372@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2863
Evan Cheng changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #3 from Evan Cheng 2008-10-06 16:14:11 ---
*** This bug has been marked as a duplicate of bug 2850 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 16:34:25 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 16:34:25 -0500
Subject: [LLVMbugs] [Bug 2864] instcombine removes live stores and calls
In-Reply-To:
Message-ID: <200810062134.m96LYPAx015231@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2864
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Chris Lattner 2008-10-06 16:34:24 ---
This is because the callee is marked fastcc and the call site is not. This
code has undefined behavior.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 17:53:30 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 17:53:30 -0500
Subject: [LLVMbugs] [Bug 2865] New: LoopIndexSplit assertion failure
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2865
Summary: LoopIndexSplit assertion failure
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Keywords: compile-fail
Severity: normal
Priority: P2
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: gohman at apple.com
CC: dpatel at apple.com, llvmbugs at cs.uiuc.edu
Created an attachment (id=2062)
--> (http://llvm.org/bugs/attachment.cgi?id=2062)
bugpoint-reduced testcase
opt -loop-index-split aborts on the attached testcase with
this message:
Assertion failed: (0 && "Unexpected split condition predicate"), function
updateLoopBounds, file lib/Transforms/Scalar/LoopIndexSplit.cpp, line 917.
This is is a testcase reduced from a failure observed in 400.perlbench.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 18:12:20 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 18:12:20 -0500
Subject: [LLVMbugs] [Bug 2866] New: fast-isel triggers infinite loop in
linearscan
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2866
Summary: fast-isel triggers infinite loop in linearscan
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: gohman at apple.com
CC: llvmbugs at cs.uiuc.edu
The attached testcase causes llc -fast-isel to hang in the
linearscan phase. It was reduced from 403.gcc compiled
with regular optimizations.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 18:23:08 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 18:23:08 -0500
Subject: [LLVMbugs] [Bug 2865] LoopIndexSplit assertion failure
In-Reply-To:
Message-ID: <200810062323.m96NN8H1019658@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2865
Devang Patel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Devang Patel 2008-10-06 18:23:08 ---
Fixed. rev 57221.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 18:30:17 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 18:30:17 -0500
Subject: [LLVMbugs] [Bug 2867] New: ICE on invalid;
class definiton inside method definition
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2867
Summary: ICE on invalid; class definiton inside method definition
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2064)
--> (http://llvm.org/bugs/attachment.cgi?id=2064)
testcase
This testcase is delta-reduced from valid code. I'm not sure how to build it up
into a valid example.
Anyways, here's the goods:
$ llvm-gcc ice.cc
ice.cc: In member function ???void LogFileObject::SetBasename(const
char*)???:
ice.cc:8: internal compiler error: in lookup_name_real, at
cp/name-lookup.c:4043
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
The backtrace is useless:
Breakpoint 2, 0x083771f0 in internal_error ()
(gdb) bt
#0 0x083771f0 in internal_error ()
#1 0x083777c8 in fancy_abort ()
#2 0xf7f72f00 in ?? ()
#3 0xf7f6b780 in ?? ()
#4 0xf7ecef00 in ?? ()
#5 0xf7f7763c in ?? ()
#6 0x00000000 in ?? ()
(gdb)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 6 21:32:40 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 6 Oct 2008 21:32:40 -0500
Subject: [LLVMbugs] [Bug 2868] New: ADDC ADDE not expanded
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2868
Summary: ADDC ADDE not expanded
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
CC: llvmbugs at cs.uiuc.edu
ADDC, ADDE, SUBC, and SUBE are not expanded in legalize.
testcase:
test/CodeGen/Alpha/add128.ll
Alpha specifies all 4 operations as Expand, but there is no code in legalize to
do so.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 7 09:18:49 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 7 Oct 2008 09:18:49 -0500
Subject: [LLVMbugs] [Bug 2868] ADDC ADDE not expanded
In-Reply-To:
Message-ID: <200810071418.m97EInKk028766@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2868
Andrew Lenharth changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Andrew Lenharth 2008-10-07 09:18:48 ---
fixed:
http://llvm.org/viewvc/llvm-project?view=rev&revision=57243
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 7 13:10:45 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 7 Oct 2008 13:10:45 -0500
Subject: [LLVMbugs] [Bug 2765] CloneFunction Fails to correctly set
Attributes
In-Reply-To:
Message-ID: <200810071810.m97IAjvX004920@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2765
Andrew Lenharth changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Andrew Lenharth 2008-10-07 13:10:44 ---
fix in:
http://llvm.org/viewvc/llvm-project?view=rev&revision=57254
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 7 15:34:05 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 7 Oct 2008 15:34:05 -0500
Subject: [LLVMbugs] [Bug 2869] New: Miscompilation with -loop-index-split
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2869
Summary: Miscompilation with -loop-index-split
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dalej at apple.com
CC: llvmbugs at cs.uiuc.edu
Attachment is bugpoint reduced from gcc.c-torture/execute/930603-2.c in gcc
testsuite.
(To execute, you will need a definition of 'w' which is int[2][2] .)
Top loops should store 1 into elements [0][0] and [1][1]. After running
through -loop-index-split, it does only the first store.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 7 18:07:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 7 Oct 2008 18:07:11 -0500
Subject: [LLVMbugs] [Bug 2870] New: a modified pointer should be considered
as being read in the future
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2870
Summary: a modified pointer should be considered as being read in
the future
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ricardo_barbano at hotmail.com
CC: llvmbugs at cs.uiuc.edu
if you have:
void foo(char *buffer){
buffer += 20;
}
llvm says: "Value stored to 'buffer' is never read"
well, you can't assume that because the modified value can be read from the
calling function.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 7 18:27:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 7 Oct 2008 18:27:29 -0500
Subject: [LLVMbugs] [Bug 2870] a modified pointer should be considered as
being read in the future
In-Reply-To:
Message-ID: <200810072327.m97NRTfQ030035@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2870
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |asl at math.spbu.ru
Status|NEW |RESOLVED
Resolution| |INVALID
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 01:55:54 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 01:55:54 -0500
Subject: [LLVMbugs] [Bug 2871] New: bugpoint erroneously assumes exit code 1
is bad by default
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2871
Summary: bugpoint erroneously assumes exit code 1 is bad by
default
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: resistor at mac.com, llvmbugs at cs.uiuc.edu
Try bugpoint'ing spiff some time. It happens to trigger this code in
ExecutionDriver.cpp:
// If we're checking the program exit code, assume anything nonzero is bad.
if (CheckProgramExitCode && ProgramExitedNonzero) {
Output.eraseFromDisk();
if (RemoveBitcode)
sys::Path(BitcodeFile).eraseFromDisk();
return true;
}
which is really horrible because ProgramExitedNonzero is true even when running
the native version, but bugpoint doesn't check for that. CheckProgramExitCode
is on by default, but you can pass in -check-exit-code=false which makes it
work.
I think with the advent of -append-exit-code, this check can just be removed,
or at least changed somehow. I'm not really sure up front what to do about it.
Thoughts?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 02:49:59 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 02:49:59 -0500
Subject: [LLVMbugs] [Bug 2872] New: bugpoint needs to try removing fastcc
when using CBE
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2872
Summary: bugpoint needs to try removing fastcc when using CBE
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
The CBE doesn't (can't, never will) support the fastcc calling convention.
Currently, when it splits the module it will emit the LLVM 'to-optimize' side
with fastcc intact, but the CBE-side will silently drop fastcc. This causes an
obvious ABI mismatch and a not very useful reduction.
Before bugpoint starts splitting across the CBE, it should try removing all
fastcc's. It also needs to make sure that step doesn't, on its own, 'fix' the
problem.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 06:13:03 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 06:13:03 -0500
Subject: [LLVMbugs] [Bug 2702] Assertion failed: (InReg && "Value not in
map!"), function getValue, file SelectionDAGISel.cpp, line 1261.
In-Reply-To:
Message-ID: <200810091113.m99BD3CM023966@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2702
Nicolas Capens changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicolas at capens.net
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
--- Comment #3 from Nicolas Capens 2008-10-09 06:13:02 ---
I'm hitting this assert as well. I'll provide an LLVM IR testcase.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 10:24:16 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 10:24:16 -0500
Subject: [LLVMbugs] [Bug 2702] Assertion failed: (InReg && "Value not in
map!"), function getValue, file SelectionDAGISel.cpp, line 1261.
In-Reply-To:
Message-ID: <200810091524.m99FOF86002773@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2702
Nicolas Capens changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
--- Comment #5 from Nicolas Capens 2008-10-09 10:24:07 ---
Never mind, I'm hitting this assert due to a wrongly customized optimization
pass. I should have done some simple testing before reopening this. Sorry for
the trouble.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 18:17:26 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 18:17:26 -0500
Subject: [LLVMbugs] [Bug 2874] New: missed optimization opportunity: imull
-> shl+add
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2874
Summary: missed optimization opportunity: imull -> shl+add
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nlewycky at google.com
CC: llvmbugs at cs.uiuc.edu
LLVM will optimize (x << 8) + x into x*257, but on some CPUs the imull is
actually slower than the shift and add. The backend should take a moment to
unfurl those multiplies when possible.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 18:54:01 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 18:54:01 -0500
Subject: [LLVMbugs] [Bug 2875] New: Compiling LLVM with SPARC target
(sparc-elf) fails on crtstuff.c
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2875
Summary: Compiling LLVM with SPARC target (sparc-elf) fails on
crtstuff.c
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: hirenvt at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2068)
--> (http://llvm.org/bugs/attachment.cgi?id=2068)
Preprocessed file using -save-temps
Configured with:
../configure --target=sparc-elf --enable-languages=c
--prefix=$HOME/sw/llvm/sparc-llvm/ --enable-llvm=$HOME/sw/llvm/llvm-2.3
Make gives the following error:
./xgcc -B./ -B/home/hiren/sw/llvm/sparc-llvm//sparc-elf/bin/ -isystem
/home/hiren/sw/llvm/sparc-llvm//sparc-elf/include -isystem
/home/hiren/sw/llvm/sparc-llvm//sparc-elf/sys-include
-L/home/hiren/sw/llvm/llvm-gcc4.2-2.3.source/obj/gcc/../ld -O2 -DIN_GCC
-DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include
-I../../gcc/../libdecnumber -I../libdecnumber
-I/home/hiren/sw/llvm/llvm-2.3/include -I/home/hiren/sw/llvm/llvm-2.3/include
-g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -Dinhibit_libc -save-temps
-c ../../gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
../../gcc/crtstuff.c:378: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
Using -save-temps, the crtstuff.i is attached.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 22:44:42 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 22:44:42 -0500
Subject: [LLVMbugs] [Bug 2849] llc fails an assertion in ScheduleDAG
In-Reply-To:
Message-ID: <200810100344.m9A3ig40024428@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2849
Santosh changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 9 22:59:55 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 9 Oct 2008 22:59:55 -0500
Subject: [LLVMbugs] [Bug 2874] missed optimization opportunity: imull ->
shl+add
In-Reply-To:
Message-ID: <200810100359.m9A3xtkD024972@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2874
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Chris Lattner 2008-10-09 22:59:54 ---
Please move this to a README.txt file. I think discussion of this is already
in one.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 00:36:28 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 00:36:28 -0500
Subject: [LLVMbugs] [Bug 2876] New: simplifycfg won't simplify switch to
identical blocks
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2876
Summary: simplifycfg won't simplify switch to identical blocks
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
Given a branch where the two target blocks are identical ("ret i32 %b" in
both), simplifycfg will simplify them away. But not so for a switch statement:
define i32 @f(i32 %a, i32 %b) nounwind readnone {
entry:
switch i32 %a, label %bb3 [
i32 4, label %bb
i32 6, label %bb
]
bb: ; preds = %entry, %entry
ret i32 %b
bb3: ; preds = %entry
ret i32 %b
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 04:37:07 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 04:37:07 -0500
Subject: [LLVMbugs] [Bug 2877] New: Clang parser ignores protocol
information of referenced properties
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2877
Summary: Clang parser ignores protocol information of referenced
properties
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nikita at zhuk.fi
CC: llvmbugs at cs.uiuc.edu
If a protocol declares a property and a class declares property which
implementes that protocol, then referencing the property which is declared in
the protocol through property declared in the class causes parser to reject the
source code.
A test case which succeeds with GCC but fails with clang (revision 57238):
#import
@protocol MyProtocol
@property(readonly) NSString *stringValue;
@end
@interface MyClass : NSObject {
id _myIvar;
}
@property(readonly) id ivar;
@end
@implementation MyClass
@synthesize ivar = _myIvar;
@end
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
MyClass *obj = [[[MyClass alloc] init] autorelease];
NSLog(@"String via property = '%@'", obj.ivar.stringValue);
[pool drain];
return 0;
}
Running the above code with clang -fsyntax-only produces the following error:
ProtocolPropertyTest.m:21:51: error: member reference base type
('id') is not a structure or union
NSLog(@"String via property = '%@'", obj.ivar.stringValue);
~~~~~~~~ ^
1 diagnostic generated.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 06:19:39 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 06:19:39 -0500
Subject: [LLVMbugs] [Bug 2878] New: Calling makeLLVMModuleContents twice
gives memory errors
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2878
Summary: Calling makeLLVMModuleContents twice gives memory errors
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicolas.geoffray at lip6.fr
CC: llvmbugs at cs.uiuc.edu
When calling two times the makeLLVMModuleContents function generated by the cpp
backend with -cppgen=contents, I get a memory corruption.
You can find the .ll file to compile using:
llvm-as -f essai.ll -o - | llc -march=cpp -cppgen=contents -f -o generated.cpp
And then compile essai.cpp with the appropriate llvm libraries.
The error is probably due to the use of opaque types in the
makeLLVMModuleContents function.
The error message is:
*** glibc detected *** ./a.out: malloc(): memory corruption (fast): 0x087dabe8
***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7d54962]
/lib/tls/i686/cmov/libc.so.6(__libc_malloc+0x8d)[0xb7d55cad]
/usr/lib/libstdc++.so.6(_Znwj+0x27)[0xb7f20447]
./a.out(_ZNSt6vectorIPKN4llvm4TypeESaIS3_EEC1ERKS5_+0x4e)[0x85ff81e]
The trace with the core dump.
#0 0xb7f8b410 in __kernel_vsyscall ()
#1 0xb7d13085 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7d14a01 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb7d4bb7c in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7d54962 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7d55cad in malloc () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7f20447 in operator new () from /usr/lib/libstdc++.so.6
#7 0x085ff81e in std::vector >::vector ()
#8 0x085fc3fc in llvm::FunctionType::get ()
#9 0x0865b455 in makeLLVMModuleContents (mod=0x87da320) at generated.cpp:26
#10 0x0865b737 in main () at essai.cpp:19
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 15:31:54 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 15:31:54 -0500
Subject: [LLVMbugs] [Bug 1557] Inline assembly problems for generic tests on
SPARC
In-Reply-To:
Message-ID: <200810102031.m9AKVsBM005947@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1557
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Anton Korobeynikov 2008-10-10 15:31:52 ---
This was implemented in series of patches from r57358 to r57364, please reopen
if stuff still fails for you.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 15:35:01 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 15:35:01 -0500
Subject: [LLVMbugs] [Bug 2875] [meta] Unbreak SPARC target for llvm-gcc
In-Reply-To:
Message-ID: <200810102035.m9AKZ1b2006081@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2875
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Anton Korobeynikov 2008-10-10 15:35:00 ---
As of r57364 llvm-gcc builds fine for me with newlib for sparc-elf. I have no
idea, whether it generates sane output, and leave bug hunting for someone
else.
Please, however, note, that we are not ABI-compliant with the stuff compiled by
native gcc in bunch of cases (mostly - passing / returning structs, etc), but
nowadays llvm has support of aggregates as first class things and hopefully all
these problems can be fixed by interested party.
Der Mohr hat seine Arbeit getan, der Mohr kann gehen! :)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 17:03:10 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 17:03:10 -0500
Subject: [LLVMbugs] [Bug 2869] Miscompilation with -loop-index-split
In-Reply-To:
Message-ID: <200810102203.m9AM3ADL009735@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2869
Devang Patel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Devang Patel 2008-10-10 17:03:09 ---
Fixed.
Committed revision 57369.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 17:53:36 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 17:53:36 -0500
Subject: [LLVMbugs] [Bug 2881] New: Small leak in PluginLoader.cpp.
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2881
Summary: Small leak in PluginLoader.cpp.
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: jlerouge at apple.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2077)
--> (http://llvm.org/bugs/attachment.cgi?id=2077)
Fix a leak in PluginLoader.cpp
Valgrind is showing a small leak in the PluginLoader: a static pointer is used
to store the allocated list of plugins, but is never freed. The patch below
fixes that leak by using ManagedStatic.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 20:51:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 20:51:11 -0500
Subject: [LLVMbugs] [Bug 2882] New: scan-build doesn't handle ~/
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2882
Summary: scan-build doesn't handle ~/
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ricardo_barbano at hotmail.com
CC: llvmbugs at cs.uiuc.edu
hi,
i have the path to clang and scan-build starting with a ~/ on my profile file.
when i do scan-build it says: "can't exec 'clang': file not found in scan-build
line 95"
if i change my path to /home/user/ it works ok.
the shell doesn't expand ~/ since it comes from a file.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Fri Oct 10 21:40:52 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Fri, 10 Oct 2008 21:40:52 -0500
Subject: [LLVMbugs] [Bug 2882] scan-build doesn't handle ~/
In-Reply-To:
Message-ID: <200810110240.m9B2eqpv021120@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2882
Gordon Henriksen changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gordonhenriksen at mac.com
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #1 from Gordon Henriksen 2008-10-10 21:40:51 ---
~ expansion is the exclusive purview of of the shell. You need to fix your
profile to set the expanded path in the environment variable. Make sure the ~
is not enclosed in quotes.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 11 00:27:51 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 11 Oct 2008 00:27:51 -0500
Subject: [LLVMbugs] [Bug 2883] New: linking of alias symbol with weak symbol
fails
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2883
Summary: linking of alias symbol with weak symbol fails
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Linker
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
Given a.ll
--
define weak void @foo() {
ret void
}
--
and b.ll
--
@foo = alias void ()* @fooreal
define void @fooreal() {
}
--
then linking a.ll with b.ll succeeds, but linking b.ll with
a.ll fails:
--
ddunbar at bohr:~/foo$ llvm-as -f a.ll && llvm-as -f b.ll && llvm-link -f -o c.bc
a.bc b.bc
ddunbar at bohr:~/foo$ llvm-as -f a.ll && llvm-as -f b.ll && llvm-link -f -o c.bc
b.bc a.bc
llvm-link: link error in 'a.bc': Function-Alias Collision on 'foo': symbol
multiple defined
ddunbar at bohr:~/foo$
--
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 11 17:09:22 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 11 Oct 2008 17:09:22 -0500
Subject: [LLVMbugs] [Bug 2735] ice: Cannot yet select
In-Reply-To:
Message-ID: <200810112209.m9BM9MUB008557@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2735
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|ISD::CALL clean up needed - |ice: Cannot yet select
|ice: Cannot yet select |
--- Comment #3 from Chris Lattner 2008-10-11 17:09:21 ---
No major change is needed, just use TargetConstant instead of Constant. Fixed
here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081006/068353.html
Thanks John!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 11 17:55:39 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 11 Oct 2008 17:55:39 -0500
Subject: [LLVMbugs] [Bug 2697] apparent int64 bug
In-Reply-To:
Message-ID: <200810112255.m9BMtdUS010433@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2697
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #10 from Chris Lattner 2008-10-11 17:55:38 ---
Eli, you patch look great. I applied it here after giggling it around to apply
to mainline:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081006/068355.html
John, one very interesting experiment would be to exhaustively check whether we
do the right thing for code like this:
define i1 @x(i32 %x) nounwind {
%div = sdiv i32 %x, 65536 ; [#uses=1]
%cmp = icmp slt i32 %div, -65536
ret i1 %cmp
}
where you could use i16 (instead of i32 to speed things up) and check for all
constants, all compares, and both sdiv and udiv.
-Chris
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 11 22:12:48 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 11 Oct 2008 22:12:48 -0500
Subject: [LLVMbugs] [Bug 2882] scan-build doesn't handle ~/
In-Reply-To:
Message-ID: <200810120312.m9C3CmSi020350@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2882
Ted Kremenek changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassignedbugs at nondot.org |kremenek at apple.com
Status|RESOLVED |ASSIGNED
Resolution|INVALID |
--- Comment #3 from Ted Kremenek 2008-10-11 22:12:47 ---
Created an attachment (id=2080)
--> (http://llvm.org/bugs/attachment.cgi?id=2080)
patch to get the "real path" of Clang
Ricardo: Please try this patch on scan-build to see if it correctly handles the
case where you specify the path to clang using '~'.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sat Oct 11 22:12:48 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sat, 11 Oct 2008 22:12:48 -0500
Subject: [LLVMbugs] [Bug 2882] scan-build doesn't handle ~/
In-Reply-To:
Message-ID: <200810120312.m9C3CmxG020351@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2882
Ted Kremenek changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassignedbugs at nondot.org |kremenek at apple.com
Status|RESOLVED |ASSIGNED
Resolution|INVALID |
--- Comment #3 from Ted Kremenek 2008-10-11 22:12:47 ---
Created an attachment (id=2080)
--> (http://llvm.org/bugs/attachment.cgi?id=2080)
patch to get the "real path" of Clang
Ricardo: Please try this patch on scan-build to see if it correctly handles the
case where you specify the path to clang using '~'.
--- Comment #4 from Ted Kremenek 2008-10-11 22:12:47 ---
Created an attachment (id=2081)
--> (http://llvm.org/bugs/attachment.cgi?id=2081)
patch to get the "real path" of Clang
Ricardo: Please try this patch on scan-build to see if it correctly handles the
case where you specify the path to clang using '~'.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 12 03:19:28 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 12 Oct 2008 03:19:28 -0500
Subject: [LLVMbugs] [Bug 2885] New: assertion triggered in DwarfWriter
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2885
Summary: assertion triggered in DwarfWriter
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Common Code Generator Code
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nlewycky at google.com
CC: rafael.espindola at gmail.com, llvmbugs at cs.uiuc.edu
Created an attachment (id=2082)
--> (http://llvm.org/bugs/attachment.cgi?id=2082)
c++ testcase
This attachment compiles fine unless you specify -g on the command line:
$ llvm-g++ -g die.cc
cc1plus: DwarfWriter.cpp:2064: void
llvm::DwarfDebug::ConstructDefaultScope(llvm::MachineFunction*): Assertion `0
&& "Couldn't find DIE for machine function!"' failed.
die.cc:32: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
This happens on 32 and 64-bit Linux.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 12 03:41:01 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 12 Oct 2008 03:41:01 -0500
Subject: [LLVMbugs] [Bug 2886] New: 2.4 pre-release test failures: ocaml
bindings
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2886
Summary: 2.4 pre-release test failures: ocaml bindings
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: gohman at apple.com, gordonhenriksen at mac.com,
llvmbugs at cs.uiuc.edu
Depends on: 2847
+++ This bug was initially created as a clone of Bug #2847 +++
Some of these affect the 2.4 pre-release.
This bug is for the .ml test failures (all of them fail)
FAIL: /home/edwin/llvm2.4/llvm-2.4/test/Bindings/Ocaml/analysis.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm2.4/llvm-2.4/Release//lib/ocaml -warn-error A llvm.cma
llvm_analysis.cma /home/edwin/llvm2.4/llvm-2.4/test/Bindings/Ocaml/analysis.ml
-o analysis.ml.tmp
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*???
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*???
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*???
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*???
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*???
/tmp/camlprim60e068.c:914: warning: deprecated conversion from string constant
to ???char*
...
$ ocamlc.opt -v
The Objective Caml compiler, version 3.10.2
Standard library directory: /usr/lib/ocaml/3.10.2
The test fails due to those warnings being output, otherwise the exitcode of
that command is 0.
Those warnings are an ocaml issue, but the test shouldn't fail due to them.
Thoughts?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 12 03:47:15 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 12 Oct 2008 03:47:15 -0500
Subject: [LLVMbugs] [Bug 2887] New: 2.4 pre-release test failures: Atomics
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2887
Summary: 2.4 pre-release test failures: Atomics
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: gohman at apple.com, llvmbugs at cs.uiuc.edu
Depends on: 2847
+++ This bug was initially created as a clone of Bug #2847 +++
Using 2.4 prerelease:
FAIL: /home/edwin/llvm2.4/llvm-2.4/test/FrontendC/Atomics-no64bit.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -S
/home/edwin/llvm2.4/llvm-2.4/test/FrontendC/Atomics-no64bit.c -o - | grep
atomic | count 192
count: expected 192 lines and got 200.
child process exited abnormally
There are both declarations and use of llvm.atomic.* in the output.
Perhaps new atomic declarations got added and this test was not updated?
FAIL: /home/edwin/llvm2.4/llvm-2.4/test/FrontendC/Atomics.c
Failed with exit(1) at line 4
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -S
/home/edwin/llvm2.4/llvm-2.4/test/FrontendC/Atomics.c -o - | grep p0i32 | count
92
count: expected 92 lines and got 50.
child process exited abnormally
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Sun Oct 12 13:41:46 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Sun, 12 Oct 2008 13:41:46 -0500
Subject: [LLVMbugs] [Bug 2887] 2.4 pre-release test failures: Atomics
In-Reply-To:
Message-ID: <200810121841.m9CIfk9v019840@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2887
Dale Johannesen changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Dale Johannesen 2008-10-12 13:41:45 ---
OK, these tests are assuming a 32-bit host. I've removed the "long" cases
which should make them work for you.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 13:34:50 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 13:34:50 -0500
Subject: [LLVMbugs] [Bug 2888] New: linux regressions with 2.4
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2888
Summary: linux regressions with 2.4
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tonic at nondot.org
CC: llvmbugs at cs.uiuc.edu
We have the following regressions on Linux with 2.4:
External/SPEC/CINT2000/176.gcc/176.gcc (LLC, JIT)
External/SPEC/CINT95/126.gcc/126.gcc (LLC, JIT)
External/SPEC/CINT95/132.ijpeg/132.ijpeg (JIT)
MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc (JIT)
I'm currently bugpointing them and will attach test cases when they are done.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 13:36:15 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 13:36:15 -0500
Subject: [LLVMbugs] [Bug 2775] ice: invalid register-register move
instruction
In-Reply-To:
Message-ID: <200810131836.m9DIaF9S021724@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2775
Evan Cheng changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Evan Cheng 2008-10-13 13:36:14 ---
Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068404.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 13:46:43 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 13:46:43 -0500
Subject: [LLVMbugs] [Bug 2794] ISD:: SIGN_EXTEND_INREG added during
Legalization and not Legalized
In-Reply-To:
Message-ID: <200810131846.m9DIkhoi022193@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2794
Evan Cheng changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Evan Cheng 2008-10-13 13:46:43 ---
Thanks. Patch and test case are committed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068406.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 14:50:09 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 14:50:09 -0500
Subject: [LLVMbugs] [Bug 2890] New:
FrontendObjC++/2007-10-03-MetadataPointers. mm assert failure
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2890
Summary: FrontendObjC++/2007-10-03-MetadataPointers.mm assert
failure
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
This test fails on x86-32-linux with:
while running: /usr/local/bin/llvm-gcc -emit-llvm -w -w -x objective-c++ -c
llvm/test/FrontendObjC++/2007-10-03-MetadataPointers.mm -o /dev/null
cc1objplus: llvm/include/llvm/ADT/ilist.h:141:
llvm::ilist_iterator::operator typename bidirectional_iterator::pointer() const [with NodeTy = llvm::Argument]: Assertion
`Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"' failed.
llvm/test/FrontendObjC++/2007-10-03-MetadataPointers.mm: In function 'void
__objc_gnu_init()':
llvm/test/FrontendObjC++/2007-10-03-MetadataPointers.mm:7: internal compiler
error: Aborted
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 15:33:30 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 15:33:30 -0500
Subject: [LLVMbugs] [Bug 2891] New: darwin-x86 regressions with 2.4
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2891
Summary: darwin-x86 regressions with 2.4
Product: new-bugs
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: blocker
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tonic at nondot.org
CC: llvmbugs at cs.uiuc.edu
There are currently two regressions on darwin, x86:
External/SPEC/CFP2000/188.ammp/188.ammp (CBE)
MultiSource/Benchmarks/NPB-serial/is/is (JIT)
I'm not sure if we care about the CBE failure, but the JIT one is more
interesting. Can anyone look at these?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Mon Oct 13 18:39:06 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Mon, 13 Oct 2008 18:39:06 -0500
Subject: [LLVMbugs] [Bug 2849] llc fails an assertion in ScheduleDAG
In-Reply-To:
Message-ID: <200810132339.m9DNd6qC002966@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2849
Evan Cheng changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Evan Cheng 2008-10-13 18:39:05 ---
Dan fixed it:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068414.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 00:20:44 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 00:20:44 -0500
Subject: [LLVMbugs] [Bug 2895] New: Include paths seem to be wrong in some
files in lib/target/ x86/ASMPrinter
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2895
Summary: Include paths seem to be wrong in some files in
lib/target/x86/ASMPrinter
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nick at indigorenderer.com
CC: llvmbugs at cs.uiuc.edu
Include paths seem to be wrong in some files in lib/target/x86/ASMPrinter
Built with visual studio 2008 on Vista 64 bit.
Should be fixed by this patch:
Index: Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
===================================================================
--- Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp (revision 57552)
+++ Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp (working copy)
@@ -15,11 +15,11 @@
#define DEBUG_TYPE "asm-printer"
#include "X86ATTAsmPrinter.h"
-#include "X86.h"
-#include "X86COFF.h"
-#include "X86MachineFunctionInfo.h"
-#include "X86TargetMachine.h"
-#include "X86TargetAsmInfo.h"
+#include "../X86.h"
+#include "../X86COFF.h"
+#include "../X86MachineFunctionInfo.h"
+#include "../X86TargetMachine.h"
+#include "../X86TargetAsmInfo.h"
#include "llvm/CallingConv.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
Index: Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
===================================================================
--- Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp (revision 57552)
+++ Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp (working copy)
@@ -15,9 +15,9 @@
#define DEBUG_TYPE "asm-printer"
#include "X86IntelAsmPrinter.h"
-#include "X86InstrInfo.h"
-#include "X86TargetAsmInfo.h"
-#include "X86.h"
+#include "../X86InstrInfo.h"
+#include "../X86TargetAsmInfo.h"
+#include "../X86.h"
#include "llvm/CallingConv.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
Index: Target/X86/AsmPrinter/X86AsmPrinter.cpp
===================================================================
--- Target/X86/AsmPrinter/X86AsmPrinter.cpp (revision 57552)
+++ Target/X86/AsmPrinter/X86AsmPrinter.cpp (working copy)
@@ -16,7 +16,7 @@
#include "X86ATTAsmPrinter.h"
#include "X86IntelAsmPrinter.h"
-#include "X86Subtarget.h"
+#include "../X86Subtarget.h"
using namespace llvm;
/// createX86CodePrinterPass - Returns a pass that prints the X86 assembly
code
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 01:17:20 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 01:17:20 -0500
Subject: [LLVMbugs] [Bug 2733] Can't use named primitive type in structure
definition
In-Reply-To:
Message-ID: <200810150617.m9F6HKoW012353@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2733
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-15 01:17:20 ---
Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068491.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 02:12:00 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 02:12:00 -0500
Subject: [LLVMbugs] [Bug 2895] Include paths seem to be wrong in some files
in lib/target/x86/ ASMPrinter
In-Reply-To:
Message-ID: <200810150712.m9F7C0fa014401@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2895
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Anton Korobeynikov 2008-10-15 02:11:59 ---
Paths are ok. There was some discussion in llvm-commits mailing list about this
this summer. You should tune your project file for right include directories.
AFAIR, current project files do the right thing
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 14 01:11:01 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 14 Oct 2008 01:11:01 -0500
Subject: [LLVMbugs] [Bug 2892] New: crash on redefinition of builtin
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2892
Summary: crash on redefinition of builtin
Product: clang
Version: unspecified
Platform: All
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
clang asserts on the following input:
--
void __builtin_object_size();
int a[10];
int f0() {
return __builtin_object_size(&a); // expected-error {{too few arguments to
function}}
}
--
this is because although we emit an error on the redefinition of the builtin,
we continue parsing. However, the builtin code which hand checks builtin object
size expects the number of arguments to have already been checked.
Its not clear what the right fix is. Its easy to fix in the builtin code,
however, it is also nice to rely on builtins always obeying certain invariants.
Perhaps we should disallow redefinition of builtins?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 14 01:43:19 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 14 Oct 2008 01:43:19 -0500
Subject: [LLVMbugs] [Bug 2893] New: Parsing error (type of property does not
match type of ivar ) if property conforms to protocol and ivar doesn't
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2893
Summary: Parsing error (type of property does not match type of
ivar) if property conforms to protocol and ivar doesn't
Product: clang
Version: unspecified
Platform: Macintosh
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: parser
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nikita at zhuk.fi
CC: llvmbugs at cs.uiuc.edu
The following test case produces clang parser error, but compiles without
warnings with GCC 4.0:
#import
@protocol MyProtocol
- (NSString *)stringValue;
@end
@interface MyClass : NSObject {
id _myIvar;
}
@property (readwrite, retain) id myIvar;
@end
@implementation MyClass
@synthesize myIvar = _myIvar;
@end
/tmp/iVarProtTest/MyClass.m:22:13: error: type of property 'myIvar' does not
match type of ivar '_myIvar'
@synthesize myIvar = _myIvar;
^
1 diagnostic generated.
However, when the property is changed from:
@property (readwrite, retain)
to:
@property (readonly)
then this error goes away.
I'm not completely sure if this is intended behavior or not. However, since GCC
doesn't give any warnings about this, I assume that this could be something you
might be interested in.
Clang revision: 57479
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 14 01:50:16 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 14 Oct 2008 01:50:16 -0500
Subject: [LLVMbugs] [Bug 2894] New: space missing in .ll for invoke
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2894
Summary: space missing in .ll for invoke
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
Disassemble bitcode containing invoke and observe the missing spaces:
invoke void at g()
Here's a testcase. Run llvm-as testcase.ll -o - | llvm-dis -o -
to watch the space disappear!
declare void @g()
define void @f() {
invoke void @g()
to label %c unwind label %c
c:
ret void
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Tue Oct 14 02:00:19 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Tue, 14 Oct 2008 02:00:19 -0500
Subject: [LLVMbugs] [Bug 2797] infinite recursion in fold
In-Reply-To:
Message-ID: <200810140700.m9E70JPm017918@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2797
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|Internal error: Segmentation|infinite recursion in fold
|fault (program cc1) |
--- Comment #15 from Chris Lattner 2008-10-14 02:00:18 ---
Fixed in r57482.
Testcase here: test/FrontendC/2008-10-13-FrontendCrash.c
For the record, fold (and its poorly documented invariants) is a horrible
horrible thing to have to wrap your brain around.
-Chris
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:40:26 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:40:26 -0500
Subject: [LLVMbugs] [Bug 732] ABI mismatch passing/ receiving non-native GCC
generic vectors to functions
In-Reply-To:
Message-ID: <200810151540.m9FFeQsk009040@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=732
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-15 10:40:25 ---
This was fixed a long time ago
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:41:32 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:41:32 -0500
Subject: [LLVMbugs] [Bug 781] llvm-gcc4: bool on darwin/ppc turns into uint
for function args/ results
In-Reply-To:
Message-ID: <200810151541.m9FFfWpj009079@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=781
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Chris Lattner 2008-10-15 10:41:32 ---
This is incredibly minor and fixed in clang, closing.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:46:04 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:46:04 -0500
Subject: [LLVMbugs] [Bug 1112] llvm-objdump needed?
In-Reply-To:
Message-ID: <200810151546.m9FFk4Xo009267@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1112
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #3 from Chris Lattner 2008-10-15 10:46:03 ---
Configuring llvm-gcc works fine for me, I haven't heard reports of this since
early 2007.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:47:47 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:47:47 -0500
Subject: [LLVMbugs] [Bug 1249] Miscompilation passing struct by value to
varargs function
In-Reply-To:
Message-ID: <200810151547.m9FFllxA009338@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1249
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #18 from Chris Lattner 2008-10-15 10:47:46 ---
This works for me now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:49:19 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:49:19 -0500
Subject: [LLVMbugs] [Bug 1168] LLVM doesn't support "complex" type in "asm"
statements
In-Reply-To:
Message-ID: <200810151549.m9FFnJGl009421@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1168
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chris Lattner 2008-10-15 10:49:19 ---
GCC also rejects this:
$ gcc-4.0 t.c -S -o -
t.c: In function ???f???:
t.c:4: error: can't find a register in class ???GENERAL_REGS??? while reloading
???asm???
$ gcc-4.2 t.c -S -o -
t.c: In function ???f???:
t.c:4: error: can't find a register in class ???GENERAL_REGS??? while reloading
???asm???
t.c:4: error: ???asm??? operand has impossible constraints
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:53:46 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:53:46 -0500
Subject: [LLVMbugs] [Bug 1369] [libsystem] Implement better support for new
MemoryBuffer class
In-Reply-To:
Message-ID: <200810151553.m9FFrkYQ009621@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1369
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Chris Lattner 2008-10-15 10:53:46 ---
I fixed this a long time ago when I ripped out the mmapfile abstraction.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:55:01 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:55:01 -0500
Subject: [LLVMbugs] [Bug 1373] Some method to represent alias information in
LLVM would be useful
In-Reply-To:
Message-ID: <200810151555.m9FFt1vl009675@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1373
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #11 from Chris Lattner 2008-10-15 10:55:01 ---
We now support the noalias attribute, and have another PR to track the work for
TBAA, closing as fixed.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 10:58:10 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 10:58:10 -0500
Subject: [LLVMbugs] [Bug 1407] BitCodeFormat documentation missing/incomplete
In-Reply-To:
Message-ID: <200810151558.m9FFwAc2009861@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1407
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-15 10:58:10 ---
The doc has a lot of details about the bitcode format now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:02:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:02:29 -0500
Subject: [LLVMbugs] [Bug 1488] bithacks: optimize code that counts bits
In-Reply-To:
Message-ID: <200810151602.m9FG2TKL010059@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1488
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #10 from Chris Lattner 2008-10-15 11:02:28 ---
I moved these ideas into lib/Target/README.txt
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:03:46 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:03:46 -0500
Subject: [LLVMbugs] [Bug 1560] --version should include svn revision number
In-Reply-To:
Message-ID: <200810151603.m9FG3koe010130@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1560
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #4 from Chris Lattner 2008-10-15 11:03:46 ---
See above,
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:04:36 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:04:36 -0500
Subject: [LLVMbugs] [Bug 1578] JIT doesn't support exception handling
In-Reply-To:
Message-ID: <200810151604.m9FG4a47010191@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1578
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Chris Lattner 2008-10-15 11:04:36 ---
Nicolas G implemented JIT EH support, it apparently works on linux and darwin.
He's using it for vmkit.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:06:25 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:06:25 -0500
Subject: [LLVMbugs] [Bug 1168] LLVM doesn't support "complex" type in "asm"
statements
In-Reply-To:
Message-ID: <200810151606.m9FG6PK0010366@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1168
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #6 from Anton Korobeynikov 2008-10-15 11:06:25 ---
(In reply to comment #4)
> GCC also rejects this:
>
> $ gcc-4.0 t.c -S -o -
> t.c: In function ???f???:
> t.c:4: error: can't find a register in class ???GENERAL_REGS??? while reloading
> ???asm???
> $ gcc-4.2 t.c -S -o -
> t.c: In function ???f???:
> t.c:4: error: can't find a register in class ???GENERAL_REGS??? while reloading
> ???asm???
> t.c:4: error: ???asm??? operand has impossible constraints
This is bug in apple gcc then.
I have:
1. fsf gcc 4.2.4 on x86-64/linux:
2. llvm-gcc 4.2
Couldn't allocate output reg for constraint 'r'!
3. Both gcc 4.0 and 4.2 on darwin
t.c:4: error: can't find a register in class ???GENERAL_REGS??? while reloading
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:06:44 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:06:44 -0500
Subject: [LLVMbugs] [Bug 1604] need better mod/ref info for scanf
In-Reply-To:
Message-ID: <200810151606.m9FG6ikC010427@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1604
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #3 from Chris Lattner 2008-10-15 11:06:43 ---
No, LibCallAliasAnalysis is not an AA impl. This bug is a very minor thing,
and requires knowing that "%d" stores to 4 bytes etc. I moved this to
lib/Target/README.txt, which is where we keep assorted minor hacks.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:07:51 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:07:51 -0500
Subject: [LLVMbugs] [Bug 1624] OPT_BETA
In-Reply-To:
Message-ID: <200810151607.m9FG7pHu010505@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1624
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Chris Lattner 2008-10-15 11:07:51 ---
OPT_BETA in the makefiles is all we "need". We don't need the nightly tester
to track OPT_BETA (or LLC_BETA for that matter) over time.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:09:42 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:09:42 -0500
Subject: [LLVMbugs] [Bug 1703] Teach the coalescing how to remove subreg
instructions
In-Reply-To:
Message-ID: <200810151609.m9FG9gYX010685@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1703
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-15 11:09:42 ---
This bug has no contents, and the coalescer handles at least some cases now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:10:12 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:10:12 -0500
Subject: [LLVMbugs] [Bug 1704] Add tablegen syntax support for selecting to
subreg nodes in . td files
In-Reply-To:
Message-ID: <200810151610.m9FGACmS010752@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1704
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-15 11:10:12 ---
We have extract_subreg/insert_subreg now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:10:56 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:10:56 -0500
Subject: [LLVMbugs] [Bug 1711] linux/x84-64 codegen problem (relocation
R_X86_64_PC32)
In-Reply-To:
Message-ID: <200810151610.m9FGAuTP010819@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1711
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #31 from Chris Lattner 2008-10-15 11:10:56 ---
PIC reportedly works on linux/x86-64 now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:14:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:14:29 -0500
Subject: [LLVMbugs] [Bug 1736] Frontend incompatibility precluding use of
llvm-gcc as a drop-in replacement of gcc
In-Reply-To:
Message-ID: <200810151614.m9FGETvi011233@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1736
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WONTFIX
--- Comment #9 from Chris Lattner 2008-10-15 11:14:28 ---
We don't have plans to add the old broken semantics yet, I suggest upgrading to
a newer and less buggy glibc if this is important to you.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:17:04 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:17:04 -0500
Subject: [LLVMbugs] [Bug 1753] instcombine not transforming inttoptr/
ptrtoint to getelementptr for global variable
In-Reply-To:
Message-ID: <200810151617.m9FGH4tK011523@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1753
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Chris Lattner 2008-10-15 11:17:04 ---
instcombine now compiles these to the same code.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:19:04 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:19:04 -0500
Subject: [LLVMbugs] [Bug 1798] wrong integer overflow calculation on signed/
unsigned int when using optimizer
In-Reply-To:
Message-ID: <200810151619.m9FGJ4QM011765@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1798
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #25 from Chris Lattner 2008-10-15 11:19:04 ---
The miscompilation in this bug is fixed.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:28:26 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:28:26 -0500
Subject: [LLVMbugs] [Bug 1856] atomic builtins
In-Reply-To:
Message-ID: <200810151628.m9FGSQSW012225@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1856
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Chris Lattner 2008-10-15 11:28:26 ---
Yep, this should be closed now. Thanks Dale!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:30:52 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:30:52 -0500
Subject: [LLVMbugs] [Bug 1877] add needs to be commuted to eliminate copy in
critical loops
In-Reply-To:
Message-ID: <200810151630.m9FGUqL7012325@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1877
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #9 from Chris Lattner 2008-10-15 11:30:52 ---
Evan fixed this a long time ago, I now get this inner loop:
.align 4,0x90
LBB1_1: ## bb
cvtsi2ss (%esi,%edx,4), %xmm1
incl %edx
cmpl %ecx, %edx
addss %xmm1, %xmm0
jne LBB1_1 ## bb
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:31:46 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:31:46 -0500
Subject: [LLVMbugs] [Bug 1910] llvm-ld does not support linking archives
with mixed .bc and . o objects
In-Reply-To:
Message-ID: <200810151631.m9FGVkSm012371@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1910
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #5 from Chris Lattner 2008-10-15 11:31:46 ---
We don't plan to extend llvm-ld to support this. Doing so would require it to
understand tons of details of native .o formats. It is better to extend your
native linker to use liblto.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:34:00 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:34:00 -0500
Subject: [LLVMbugs] [Bug 1941] instcombine doesn't merge mixed sign-unsign
comparisons
In-Reply-To:
Message-ID: <200810151634.m9FGY0Tu012464@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1941
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-15 11:33:59 ---
Moved this to target/readme.txt
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:38:56 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:38:56 -0500
Subject: [LLVMbugs] [Bug 2031] dominator info correctly is not updated
correctly
In-Reply-To:
Message-ID: <200810151638.m9FGcu7J012692@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2031
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Chris Lattner 2008-10-15 11:38:56 ---
This works now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:39:59 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:39:59 -0500
Subject: [LLVMbugs] [Bug 2037] LLVM-GCC4. 2 instructions forget to mention
--program-prefix option.
In-Reply-To:
Message-ID: <200810151639.m9FGdxEV012762@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2037
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on|1436 |
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Chris Lattner 2008-10-15 11:39:58 ---
This is fixed, and doesn't depend on 1436.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:40:43 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:40:43 -0500
Subject: [LLVMbugs] [Bug 2038] Ruby-1. 9 builds and passes light checks but
explodes in the regression suite.
In-Reply-To:
Message-ID: <200810151640.m9FGeh2M012837@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2038
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-15 11:40:43 ---
Is this still broken? My understanding was that this was a longjmp problem
that was fixed. Please reverify and reopen if still broken.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:42:37 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:42:37 -0500
Subject: [LLVMbugs] [Bug 2064] redefinition of typedef'ed types
In-Reply-To:
Message-ID: <200810151642.m9FGgbUk012940@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2064
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|redifinition of typedef'ed |redefinition of typedef'ed
|types |types
--- Comment #3 from Chris Lattner 2008-10-15 11:42:37 ---
I believe that this was a problem tracking whether we were parsing a "system
header" or not. This still won't work with old .i files, but should work with
the original sources now.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:56:35 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:56:35 -0500
Subject: [LLVMbugs] [Bug 2115] please document llvm::Use
In-Reply-To:
Message-ID: <200810151656.m9FGuZJn013519@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2115
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-15 11:56:35 ---
Fixed.
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068526.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 11:59:18 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 11:59:18 -0500
Subject: [LLVMbugs] [Bug 2117] Codegen constraint improvements
In-Reply-To:
Message-ID: <200810151659.m9FGxI4r013664@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2117
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Chris Lattner 2008-10-15 11:59:17 ---
I assume this works, we support atomic ops now, and use physreg constraints all
over the place.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 12:09:36 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 12:09:36 -0500
Subject: [LLVMbugs] [Bug 2211] Regenerating LibDeps.txt.tmp fails on AIX 5.3
In-Reply-To:
Message-ID: <200810151709.m9FH9aBQ014188@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2211
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #4 from Chris Lattner 2008-10-15 12:09:35 ---
Noone has the ability to fix this, if you have a patch, please let us know.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 12:11:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 12:11:29 -0500
Subject: [LLVMbugs] [Bug 2184] internal compiler error in
lhd_set_decl_assembler_name
In-Reply-To:
Message-ID: <200810151711.m9FHBTu1014310@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2184
Devang Patel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Devang Patel 2008-10-15 12:11:29 ---
Now, I can not reproduce this.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 12:26:07 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 12:26:07 -0500
Subject: [LLVMbugs] [Bug 1803] Debug info doesn't work on x86-64
In-Reply-To:
Message-ID: <200810151726.m9FHQ7CZ014767@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1803
T??r??k Edwin changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #27 from T??r??k Edwin 2008-10-15 12:26:06 ---
(In reply to comment #26)
> What is missing here? Debug info at -O1+ is covered by another bug. EH issues
> are covered by other bugs. Does debug info at -O0 work now?
>
Thanks for the ping ;)
Debug info looks reasonable now.
I loaded some apps in gdb with llvm-gcc -g, and the backtrace looks ok.
If I find any more bugs about debug info, I'll open another bug.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 13:16:12 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 13:16:12 -0500
Subject: [LLVMbugs] [Bug 1835] Register pressure reduction list schedulers
are extremely slow on very long basic blocks
In-Reply-To:
Message-ID: <200810151816.m9FIGCOa016493@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1835
Dan Gohman changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Dan Gohman 2008-10-15 13:16:12 ---
IsReachable was rewritten a while ago to be non-recursive, to
use a topological ordering to eliminate many unreachable cases
quickly, and to not use a SmallPtrSet. Compile time on the given
testcase is reasonable, with scheduling taking a reasonable
portion of the overall time.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 13:27:41 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 13:27:41 -0500
Subject: [LLVMbugs] [Bug 1638] PPC condition register (CR) spilling bug
In-Reply-To:
Message-ID: <200810151827.m9FIRflF016900@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=1638
Bill Wendling changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wendling at apple.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Bill Wendling 2008-10-15 13:27:40 ---
This appears to be fixed now. I added testcase CodeGen/PowerPC/cr_spilling.ll
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 15:23:43 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 15:23:43 -0500
Subject: [LLVMbugs] [Bug 2883] linking of alias symbol with weak symbol fails
In-Reply-To:
Message-ID: <200810152023.m9FKNhVe021276@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2883
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Anton Korobeynikov 2008-10-15 15:23:38 ---
(In reply to comment #1)
> Possibly just a matter of changing LinkModules:988 from
Yes, you're right. Somehow comment was correct, but not code :)
Fixed in:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068529.html
also, same problem was fixed for global variables
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 15:27:38 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 15:27:38 -0500
Subject: [LLVMbugs] [Bug 2463] linking weak and alias fails
In-Reply-To:
Message-ID: <200810152027.m9FKRcOV021451@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2463
Anton Korobeynikov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Anton Korobeynikov 2008-10-15 15:27:38 ---
This was fixed in
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068529.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068530.html
Please reopen, if it still fails for you
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Wed Oct 15 23:51:22 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Wed, 15 Oct 2008 23:51:22 -0500
Subject: [LLVMbugs] [Bug 2897] New: Miscompilation when SSE2 is disabled
Message-ID:
http://llvm.org/bugs/show_bug.cgi?id=2897
Summary: Miscompilation when SSE2 is disabled
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: unassignedbugs at nondot.org
ReportedBy: andersca at mac.com
CC: llvmbugs at cs.uiuc.edu
The following reduction:
define <4 x float> @_mm_loadh_pi(i64* %p) nounwind readonly {
entry:
%conv2 = load i64* %p ; [#uses=1]
%insert = insertelement <2 x i64> undef, i64 %conv2, i32 0
; <<2 x i64>> [#uses=1]
%cast3 = bitcast <2 x i64> %insert to <4 x float> ; <<4
x float>> [#uses=1]
ret <4 x float> %cast3
}
is (with sse2 disabled) compiled as
MacBook-Pro:clang andersca$ llc -mattr=-sse2 test.bc -o -
.text
.align 4,0x90
.globl __mm_loadh_pi
__mm_loadh_pi:
subl $36, %esp
## implicit-def: mm0
movq %mm0, 16(%esp)
movl 40(%esp), %eax
movl 4(%eax), %ecx
movl %ecx, 4(%esp)
movl (%eax), %eax
movl %eax, (%esp)
movq (%esp), %mm0
movq %mm0, 8(%esp)
movaps 8(%esp), %xmm0
addl $36, %esp
ret
and when SSE2 is enabled, compiled as
MacBook-Pro:clang andersca$ llc test.bc -o -
.text
.align 4,0x90
.globl __mm_loadh_pi
__mm_loadh_pi:
subl $28, %esp
movl 32(%esp), %eax
movl 4(%eax), %ecx
movl %ecx, 4(%esp)
movl (%eax), %eax
movl %eax, (%esp)
movaps (%esp), %xmm0
addl $28, %esp
ret
.subsections_via_symbols
Note that the second result does have no SSE2 instructions, and the first
result is also incorrect.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:27:08 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:27:08 -0500
Subject: [LLVMbugs] [Bug 2165] Constant folding should fold "<1 x i64>
bitcast (i64 63 to < 1 x i64>)"
In-Reply-To:
Message-ID: <200810160527.m9G5R8Yg008199@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2165
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Chris Lattner 2008-10-16 00:27:08 ---
Fixed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068559.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:35:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:35:11 -0500
Subject: [LLVMbugs] [Bug 2366] clamav miscompiles on linux/x86
In-Reply-To:
Message-ID: <200810160535.m9G5ZB3q008626@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2366
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #4 from Chris Lattner 2008-10-16 00:35:11 ---
Works for me
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:36:49 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:36:49 -0500
Subject: [LLVMbugs] [Bug 2409] Fail to compile on SunOs5.8 with gcc-4.1.2
In-Reply-To:
Message-ID: <200810160536.m9G5anMG008704@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2409
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #3 from Chris Lattner 2008-10-16 00:36:48 ---
This is easy to fix, but noone is apparently interested in making the obvious
patch, and I can't test it.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:38:05 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:38:05 -0500
Subject: [LLVMbugs] [Bug 2557] Anders pass asserts on
extractvalue/insertvalue
In-Reply-To:
Message-ID: <200810160538.m9G5c5Mt008772@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2557
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Chris Lattner 2008-10-16 00:38:05 ---
*** This bug has been marked as a duplicate of bug 2451 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:40:18 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:40:18 -0500
Subject: [LLVMbugs] [Bug 2467] Invalid instcombine of inttoptr -> gep
In-Reply-To:
Message-ID: <200810160540.m9G5eIfm008913@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2467
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #1 from Chris Lattner 2008-10-16 00:40:18 ---
*** This bug has been marked as a duplicate of bug 2831 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:44:48 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:44:48 -0500
Subject: [LLVMbugs] [Bug 2511] Assertion `!OpInfo.AssignedRegs.Regs.empty()
&& "Couldn' t allocate input reg!"' failed.
In-Reply-To:
Message-ID: <200810160544.m9G5im8x009157@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2511
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #3 from Chris Lattner 2008-10-16 00:44:48 ---
*** This bug has been marked as a duplicate of bug 1779 ***
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:53:50 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:53:50 -0500
Subject: [LLVMbugs] [Bug 2559] Finish first-class aggregates support
In-Reply-To:
Message-ID: <200810160553.m9G5roes009601@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2559
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on|2558 |
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Chris Lattner 2008-10-16 00:53:48 ---
I don't consider Bug 2558 as a blocker for this bug. It is a feature
enhancement request that stands on its own, the feature is done.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:55:19 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:55:19 -0500
Subject: [LLVMbugs] [Bug 2565] assertion "Src->getType()->isFloatingPoint()
&& " Unknown real conversion"" failed
In-Reply-To:
Message-ID: <200810160555.m9G5tJPh009690@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2565
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner 2008-10-16 00:55:18 ---
This got fixed somewhere along the way.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 00:57:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 00:57:29 -0500
Subject: [LLVMbugs] [Bug 2566] Combine of bitcast and shuffle assumes vector
to vector cast
In-Reply-To:
Message-ID: <200810160557.m9G5vTi8009800@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2566
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |LATER
--- Comment #11 from Chris Lattner 2008-10-16 00:57:28 ---
Please provide a testcase.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:01:04 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:01:04 -0500
Subject: [LLVMbugs] [Bug 2576] Type check llvm.prefetch intrinsic
In-Reply-To:
Message-ID: <200810160601.m9G614hP009941@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2576
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Lattner 2008-10-16 01:01:04 ---
Alright, here ya go:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081013/068562.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:09:53 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:09:53 -0500
Subject: [LLVMbugs] [Bug 2604] mfocrf definition in PPCInstrInfo.td
contradicts PowerPC spec
In-Reply-To:
Message-ID: <200810160609.m9G69rcL010325@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2604
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #2 from Chris Lattner 2008-10-16 01:09:53 ---
This is correct on darwin, and we don't support AIX.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:17:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:17:29 -0500
Subject: [LLVMbugs] [Bug 2617] [ia64] code generation error
In-Reply-To:
Message-ID: <200810160617.m9G6HTHe010715@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2617
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-16 01:17:29 ---
I don't think this bug is useful. The IA64 target has serious problems and
this is just the tip of the iceburg. I changed the llc --help output to list
it as experimental.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:18:03 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:18:03 -0500
Subject: [LLVMbugs] [Bug 2616] [CellSPU] Code generation failure
In-Reply-To:
Message-ID: <200810160618.m9G6I3IY010757@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2616
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-16 01:18:03 ---
I don't think this bug is useful. The Cell target has serious missing features
and this is just the tip of the iceburg. I changed the llc --help output to
list it as experimental.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:21:10 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:21:10 -0500
Subject: [LLVMbugs] [Bug 2636] Assertion failed: (false && " Serializization
for type not supported."), function EmitImpl, file TypeSerialization.cpp,
line 56.
In-Reply-To:
Message-ID: <200810160621.m9G6LAaS010965@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2636
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-16 01:21:10 ---
Serialization isn't done yet, we'll work on it in the future with or without
this bug. Thanks for filing it though!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:22:29 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:22:29 -0500
Subject: [LLVMbugs] [Bug 2642] Constant floating-point vector multiplies
don't fold
In-Reply-To:
Message-ID: <200810160622.m9G6MTrN011042@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2642
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Chris Lattner 2008-10-16 01:22:28 ---
The optimizer pieces of this are committed, please file another bug for
remaining issues that need to be done in the codegen.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:35:16 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:35:16 -0500
Subject: [LLVMbugs] [Bug 2668] Assertion failed: (isa(d) && "
DeclRefExpr can only own FunctionDecls for implicitly def. funcs."),
function EmitImpl, file StmtSerialization.cpp, line 504.
In-Reply-To:
Message-ID: <200810160635.m9G6ZG8Y011673@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2668
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #3 from Chris Lattner 2008-10-16 01:35:15 ---
No bugs on serialization until it works for simple testcases :)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:36:07 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:36:07 -0500
Subject: [LLVMbugs] [Bug 2669] Branch Folding pass leaves double
unconditional branches to a BB .
In-Reply-To:
Message-ID: <200810160636.m9G6a76K011723@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2669
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #1 from Chris Lattner 2008-10-16 01:36:06 ---
Heikki, please provide a testcase and reopen.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:37:09 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:37:09 -0500
Subject: [LLVMbugs] [Bug 2673] ExpandLibCall function does not try to
resolve libcalls to currently lowered module .
In-Reply-To:
Message-ID: <200810160637.m9G6b957011788@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2673
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Chris Lattner 2008-10-16 01:37:08 ---
We don't want the llvm backend to implicitly serve as a linker, sorry.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:41:46 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:41:46 -0500
Subject: [LLVMbugs] [Bug 2683] x86 Cannot yet select v4i16 = fp_to_sint
In-Reply-To:
Message-ID: <200810160641.m9G6fkm7011977@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2683
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-16 01:41:45 ---
Moving to lib/Target/X86/README-UNIMPLEMENTED.txt
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:42:38 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:42:38 -0500
Subject: [LLVMbugs] [Bug 2684] x86 Cannot yet select v2i32 = fp_to_sint
In-Reply-To:
Message-ID: <200810160642.m9G6gcRa012036@zion.cs.uiuc.edu>
http://llvm.org/bugs/show_bug.cgi?id=2684
Chris Lattner changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--- Comment #2 from Chris Lattner 2008-10-16 01:42:38 ---
Moving to lib/Target/X86/README-UNIMPLEMENTED.txt
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
From bugzilla-daemon at cs.uiuc.edu Thu Oct 16 01:43:11 2008
From: bugzilla-daemon at cs.uiuc.edu (bugzilla-daemon at cs.uiuc.edu)
Date: Thu, 16 Oct 2008 01:43:11 -0500
Subject: [LLVMbugs] [Bug 2685] x86 Cannot yet select v4f32 = sint_to_fp
(from v4i16)
In-Reply-To: