issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3604](https://llvm.org/bz3604) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:53 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @pwo | ## Extended Description For example, -mno-sse.
ccc/clang should recognize code generator target features
https://api.github.com/repos/llvm/llvm-project/issues/3976/comments
7
2009-02-17T21:14:12Z
2021-12-03T20:42:00Z
https://github.com/llvm/llvm-project/issues/3976
1,070,951,604
3,976
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3603](https://llvm.org/bz3603) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Blocks | llvm/llvm-project#3974 | | Reporter | LLVM Bugzilla Contributor | | CC | @EdSchouten,@edwintorok,@pwo | ## Extended Description clang...
Finish dependency file support
https://api.github.com/repos/llvm/llvm-project/issues/3975/comments
12
2009-02-17T21:00:41Z
2021-12-03T20:41:59Z
https://github.com/llvm/llvm-project/issues/3975
1,070,951,592
3,975
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3602](https://llvm.org/bz3602) | | Resolution | FIXED | | Resolved on | Mar 31, 2009 15:56 | | Version | unspecified | | OS | Linux | | Depends On | llvm/llvm-bugzilla-archive#3603 | ## Extended Description I tried to build the linux kernel with clang, it gets this far: ccc ...
ccc: doesn't pass -Wp,-MD, to clang
https://api.github.com/repos/llvm/llvm-project/issues/3974/comments
11
2009-02-17T18:51:15Z
2021-12-03T20:41:58Z
https://github.com/llvm/llvm-project/issues/3974
1,070,951,584
3,974
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3601](https://llvm.org/bz3601) | | Resolution | FIXED | | Resolved on | Apr 24, 2010 07:06 | | Version | trunk | | OS | Windows XP | | Depends On | llvm/llvm-bugzilla-archive#4835 | | Blocks | llvm/llvm-project#3739 llvm/llvm-bugzilla-archive#4029 | | Attachments | [test case]...
function passes vs call graph
https://api.github.com/repos/llvm/llvm-project/issues/3973/comments
7
2009-02-17T12:58:13Z
2021-12-03T20:41:57Z
https://github.com/llvm/llvm-project/issues/3973
1,070,951,569
3,973
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3600](https://llvm.org/bz3600) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description On: struct foo { void bar(); }; void test(const foo *P) { P->bar(); } we emit: error: cannot ini...
broken C++ diagnostic
https://api.github.com/repos/llvm/llvm-project/issues/3972/comments
3
2009-02-17T08:55:25Z
2021-12-03T20:41:56Z
https://github.com/llvm/llvm-project/issues/3972
1,070,951,564
3,972
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3599](https://llvm.org/bz3599) | | Resolution | FIXED | | Resolved on | Feb 17, 2009 14:48 | | Version | unspecified | | OS | Linux | ## Extended Description union UGeckoInstruction { unsigned hex; }; unsigned a(union UGeckoInstruction a) {return a.hex;} Run through clang -em...
Bad-quality code passing union as argument on x86_64
https://api.github.com/repos/llvm/llvm-project/issues/3971/comments
8
2009-02-17T06:36:00Z
2021-12-03T20:41:56Z
https://github.com/llvm/llvm-project/issues/3971
1,070,951,553
3,971
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3598](https://llvm.org/bz3598) | | Resolution | DUPLICATE | | Resolved on | Feb 16, 2009 20:56 | | Version | unspecified | | OS | All | ## Extended Description clang codegens a call to cacos with byval, which pins an alloca to the stack: _Complex double foo2(_Complex double x...
[clang codegen perf] Don't pass _Complex with byval if you can avoid it
https://api.github.com/repos/llvm/llvm-project/issues/3970/comments
1
2009-02-17T04:03:13Z
2021-12-03T20:41:54Z
https://github.com/llvm/llvm-project/issues/3970
1,070,951,543
3,970
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3597](https://llvm.org/bz3597) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:56 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description in the file ia32_ioctl.c a clang assertions fail: $ gcc ...
linux 2.4.37 compilation fails in linux.
https://api.github.com/repos/llvm/llvm-project/issues/3969/comments
2
2009-02-17T00:36:28Z
2021-12-03T20:41:54Z
https://github.com/llvm/llvm-project/issues/3969
1,070,951,536
3,969
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3596](https://llvm.org/bz3596) | | Resolution | FIXED | | Resolved on | Jan 20, 2012 18:35 | | Version | unspecified | | OS | Linux | | Depends On | llvm/llvm-project#3967 | | Attachments | [x.bc](https://user-images.githubusercontent.com/92601246/143738899-f00ab8e8-0614-481c-b...
bugpoint doesn't notice that program Aborts
https://api.github.com/repos/llvm/llvm-project/issues/3968/comments
6
2009-02-16T22:31:55Z
2021-12-03T20:41:53Z
https://github.com/llvm/llvm-project/issues/3968
1,070,951,525
3,968
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3595](https://llvm.org/bz3595) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | unspecified | | OS | Linux | | Blocks | llvm/llvm-bugzilla-archive#3596 | | Attachments | [bugpoint-passinput.bc](https://user-images.githubusercontent.com/92601246/14373889...
instcombine miscompilation
https://api.github.com/repos/llvm/llvm-project/issues/3967/comments
12
2009-02-16T22:26:33Z
2021-12-03T20:41:52Z
https://github.com/llvm/llvm-project/issues/3967
1,070,951,515
3,967
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3594](https://llvm.org/bz3594) | | Resolution | FIXED | | Resolved on | Apr 26, 2009 02:44 | | Version | unspecified | | OS | Linux | ## Extended Description Now that va-arg has been fixed on x86-64, I've tested clang and got a linker error, here's a reduced testcase: $ ccc ...
clang: ccc -fPIC/-DPIC not working on x86-64
https://api.github.com/repos/llvm/llvm-project/issues/3966/comments
2
2009-02-16T22:12:33Z
2021-12-03T20:41:51Z
https://github.com/llvm/llvm-project/issues/3966
1,070,951,508
3,966
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3593](https://llvm.org/bz3593) | | Resolution | DUPLICATE | | Resolved on | Feb 16, 2009 23:12 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode,@nlewycky | ## Extended Description From the web demo: void test(void) { test(); } O...
LLVM optimizes infinite loop to return^W^W^W^W^Wruns infinite loops in less than 6 seconds?
https://api.github.com/repos/llvm/llvm-project/issues/3965/comments
3
2009-02-16T19:20:44Z
2021-12-03T20:41:50Z
https://github.com/llvm/llvm-project/issues/3965
1,070,951,500
3,965
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3592](https://llvm.org/bz3592) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Here a test case: ------> static void* malloc(int); static ...
GCC warning is clang error, implicitly defined functions and different signature in the source file.
https://api.github.com/repos/llvm/llvm-project/issues/3964/comments
5
2009-02-16T11:27:34Z
2021-12-03T20:41:49Z
https://github.com/llvm/llvm-project/issues/3964
1,070,951,495
3,964
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3591](https://llvm.org/bz3591) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:45 | | Version | unspecified | | OS | FreeBSD | ## Extended Description Reduced test case # mkdir amd64 # ln -s amd64/ @ # echo 'int main(void) { printf("hi\n"); }' > @/x.c # ccc -c @/x.c c...
"@ style argument lists are unsupported" vs. @ in directory name
https://api.github.com/repos/llvm/llvm-project/issues/3963/comments
3
2009-02-16T00:58:49Z
2021-12-03T20:41:49Z
https://github.com/llvm/llvm-project/issues/3963
1,070,951,484
3,963
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3590](https://llvm.org/bz3590) | | Resolution | INVALID | | Resolved on | Feb 15, 2009 16:05 | | Version | 1.0 | | OS | All | | Attachments | [testcase, crashes with llvm-as < t2.ll | llc](https://user-images.githubusercontent.com/15152540/143738892-f3ff11f6-f950-41ae-8a3a-a071a...
basicaa/aa/memcpyopt bug causing llvm-gcc build failure
https://api.github.com/repos/llvm/llvm-project/issues/3962/comments
3
2009-02-15T23:47:05Z
2021-12-03T20:41:48Z
https://github.com/llvm/llvm-project/issues/3962
1,070,951,476
3,962
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3589](https://llvm.org/bz3589) | | Resolution | FIXED | | Resolved on | Feb 15, 2009 14:00 | | Version | unspecified | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738891-6bb8d028-12a2-4a4f-a607-8d98b4cfc0b1.gz) | | Reporter ...
clang with -O2 generates some strange "puts" call
https://api.github.com/repos/llvm/llvm-project/issues/3961/comments
2
2009-02-15T21:40:28Z
2021-12-03T20:41:47Z
https://github.com/llvm/llvm-project/issues/3961
1,070,951,466
3,961
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3588](https://llvm.org/bz3588) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description clang & gcc differ in how they treat the following code: --...
merging with K&R declaration mismatch with gcc
https://api.github.com/repos/llvm/llvm-project/issues/3960/comments
1
2009-02-15T08:18:55Z
2021-12-03T20:41:46Z
https://github.com/llvm/llvm-project/issues/3960
1,070,951,460
3,960
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3587](https://llvm.org/bz3587) | | Resolution | DUPLICATE | | Resolved on | Feb 22, 2010 12:54 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description First off, bugzilla needs to have a Driver component to report bugs against....
Driver: gcc -MM option not supported
https://api.github.com/repos/llvm/llvm-project/issues/3959/comments
3
2009-02-15T01:45:06Z
2021-12-03T20:41:45Z
https://github.com/llvm/llvm-project/issues/3959
1,070,951,453
3,959
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3586](https://llvm.org/bz3586) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | FreeBSD | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description dgregor in r64504 made malloc and bunch of other functi...
cant redefine malloc() prototype
https://api.github.com/repos/llvm/llvm-project/issues/3958/comments
6
2009-02-14T19:20:34Z
2021-12-03T20:41:44Z
https://github.com/llvm/llvm-project/issues/3958
1,070,951,443
3,958
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3585](https://llvm.org/bz3585) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | FreeBSD | | Attachments | [patch](https://user-images.githubusercontent.com/60944935/143738890-dff8cc7c-5b1d-46aa-a82a-a2d5267a375e.gz) | | Reporter | LL...
wrong defines for FreeBSD
https://api.github.com/repos/llvm/llvm-project/issues/3957/comments
1
2009-02-14T18:31:01Z
2021-12-03T20:41:44Z
https://github.com/llvm/llvm-project/issues/3957
1,070,951,436
3,957
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3584](https://llvm.org/bz3584) | | Resolution | INVALID | | Resolved on | Mar 12, 2010 00:59 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @efriedma-quic | ## Extended Description Test case: -------> extern void f(unsigned long long...
Integer literal related vertex node contains arbitrary precision number with the wrong sign.
https://api.github.com/repos/llvm/llvm-project/issues/3956/comments
1
2009-02-14T15:14:56Z
2021-12-03T20:41:43Z
https://github.com/llvm/llvm-project/issues/3956
1,070,951,429
3,956
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3583](https://llvm.org/bz3583) | | Resolution | FIXED | | Resolved on | Feb 15, 2009 18:01 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description In bool ValueHasExactlyOneBitSet(SDValue Val, const Sel...
Correctness bug in commit r64314, trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
https://api.github.com/repos/llvm/llvm-project/issues/3955/comments
1
2009-02-14T12:37:21Z
2021-12-03T20:41:42Z
https://github.com/llvm/llvm-project/issues/3955
1,070,951,424
3,955
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3582](https://llvm.org/bz3582) | | Resolution | DUPLICATE | | Resolved on | Feb 13, 2009 21:16 | | Version | trunk | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738889-0efe62a3-e002-429f-9f5c-624baaeea802.gz) | | Reporter | LLV...
fp inline asm assertion failure
https://api.github.com/repos/llvm/llvm-project/issues/3954/comments
2
2009-02-14T04:37:49Z
2021-12-03T20:41:41Z
https://github.com/llvm/llvm-project/issues/3954
1,070,951,416
3,954
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3581](https://llvm.org/bz3581) | | Resolution | FIXED | | Resolved on | Mar 02, 2009 17:28 | | Version | trunk | | OS | All | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738888-c93d142c-7ca3-4a84-9fd2-225cde4e3995.gz) | | Reporter | LLVM Bugz...
-strip-debug does not remove all debug info.
https://api.github.com/repos/llvm/llvm-project/issues/3953/comments
1
2009-02-14T03:27:17Z
2021-12-03T20:41:40Z
https://github.com/llvm/llvm-project/issues/3953
1,070,951,404
3,953
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3580](https://llvm.org/bz3580) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:55 | | Version | unspecified | | OS | Linux | ## Extended Description See http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090209/012328.html; basically, it loads a 128-bit valu...
clang implementation of _mm_loaddup_pd broken
https://api.github.com/repos/llvm/llvm-project/issues/3952/comments
1
2009-02-14T02:07:32Z
2021-12-03T20:41:40Z
https://github.com/llvm/llvm-project/issues/3952
1,070,951,390
3,952
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3579](https://llvm.org/bz3579) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738885-2b2f3f1f-9b34-468a-be69-ae3e5e9a031b.gz) | | Reporter ...
different clang -E from gcc -E on this file
https://api.github.com/repos/llvm/llvm-project/issues/3951/comments
10
2009-02-14T00:30:55Z
2021-12-03T20:41:39Z
https://github.com/llvm/llvm-project/issues/3951
1,070,951,382
3,951
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3578](https://llvm.org/bz3578) | | Resolution | FIXED | | Resolved on | Dec 02, 2010 01:37 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner,@nlewycky | ## Extended Description test/Transform/InstCombine/shufflevec-constant.ll doesn't ...
ConstantFold doesn't handle vector bitcast?
https://api.github.com/repos/llvm/llvm-project/issues/3950/comments
2
2009-02-14T00:06:00Z
2021-12-03T20:41:38Z
https://github.com/llvm/llvm-project/issues/3950
1,070,951,374
3,950
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3577](https://llvm.org/bz3577) | | Resolution | INVALID | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The following pieces of code are from the gcc test suite. While gcc compiles w...
clang does not detect some compile time constants.
https://api.github.com/repos/llvm/llvm-project/issues/3949/comments
1
2009-02-13T23:34:52Z
2021-12-03T20:41:37Z
https://github.com/llvm/llvm-project/issues/3949
1,070,951,365
3,949
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3576](https://llvm.org/bz3576) | | Resolution | WONTFIX | | Resolved on | Apr 08, 2011 13:28 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description ddunbar@ozzy:CodeGen$ echo "void f1() { static int l0 __attribute__((used)) = ...
llvm-gcc ignores local attribute used without -funit-at-a-time
https://api.github.com/repos/llvm/llvm-project/issues/3948/comments
1
2009-02-13T23:05:56Z
2022-01-20T02:29:59Z
https://github.com/llvm/llvm-project/issues/3948
1,070,951,354
3,948
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3575](https://llvm.org/bz3575) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang should warn about the following code: -- static void A() { } static void ...
warn when adding attributes following definition
https://api.github.com/repos/llvm/llvm-project/issues/3947/comments
1
2009-02-13T22:35:08Z
2021-12-03T20:41:35Z
https://github.com/llvm/llvm-project/issues/3947
1,070,951,347
3,947
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3574](https://llvm.org/bz3574) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 19:28 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode,@nlewycky | ## Extended Description The following snippet should simplify to an sext...
missed opt: ptrtoint(inttoptr (a -> b), c) -> sext
https://api.github.com/repos/llvm/llvm-project/issues/3946/comments
2
2009-02-13T19:23:58Z
2021-12-03T20:41:35Z
https://github.com/llvm/llvm-project/issues/3946
1,070,951,341
3,946
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3573](https://llvm.org/bz3573) | | Resolution | WORKSFORME | | Resolved on | Feb 13, 2009 11:19 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description The following C program crashes when compiled with -O3 and ...
lli crash -force-interpreter and stdlib function calls
https://api.github.com/repos/llvm/llvm-project/issues/3945/comments
1
2009-02-13T18:40:44Z
2022-01-20T02:01:52Z
https://github.com/llvm/llvm-project/issues/3945
1,070,951,325
3,945
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3572](https://llvm.org/bz3572) | | Resolution | DUPLICATE | | Resolved on | Feb 13, 2009 07:08 | | Version | unspecified | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738884-ed16a1bd-5488-4711-aa5c-81b155ce2023.gz) | | Reporte...
missing __attribute__((__used__))
https://api.github.com/repos/llvm/llvm-project/issues/3944/comments
1
2009-02-13T14:54:47Z
2021-12-03T20:41:33Z
https://github.com/llvm/llvm-project/issues/3944
1,070,951,306
3,944
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3571](https://llvm.org/bz3571) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:17 | | Version | trunk | | OS | Linux | | Attachments | [Testcase](https://user-images.githubusercontent.com/67392/143738883-9b19f421-7980-4f37-89ae-eff8d022904a.gz) | | CC | @sunfishcode,@tl...
[2.5] Qt build failed
https://api.github.com/repos/llvm/llvm-project/issues/3943/comments
6
2009-02-13T11:59:50Z
2021-12-03T20:41:32Z
https://github.com/llvm/llvm-project/issues/3943
1,070,951,302
3,943
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3570](https://llvm.org/bz3570) | | Resolution | WORKSFORME | | Resolved on | Sep 03, 2009 20:56 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@echristo | ## Extended Description The following behavior applies to Mac OS X 10.5.6 wit...
Mac OS X: Linking to llvm modifies behaviour of abort()
https://api.github.com/repos/llvm/llvm-project/issues/3942/comments
3
2009-02-13T09:31:43Z
2022-01-20T02:01:50Z
https://github.com/llvm/llvm-project/issues/3942
1,070,951,291
3,942
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3569](https://llvm.org/bz3569) | | Resolution | DUPLICATE | | Resolved on | Nov 07, 2018 00:21 | | Version | unspecified | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I am getting the following assertion when using lli on a random IR that ...
Assertion failed: (0 && "VAArgInst is not yet implemented for x86-64!")
https://api.github.com/repos/llvm/llvm-project/issues/3941/comments
2
2009-02-13T08:07:12Z
2021-12-03T20:41:30Z
https://github.com/llvm/llvm-project/issues/3941
1,070,951,281
3,941
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3568](https://llvm.org/bz3568) | | Resolution | WONTFIX | | Resolved on | Aug 08, 2010 01:46 | | Version | unspecified | | OS | Linux | ## Extended Description I added support for arbitrary-width integer types in r64434. The one known bug in the implementation is that Sema do...
clang arbitrary-width integer types don't calculate size/alignment correctly
https://api.github.com/repos/llvm/llvm-project/issues/3940/comments
4
2009-02-13T04:58:02Z
2022-01-20T02:29:56Z
https://github.com/llvm/llvm-project/issues/3940
1,070,951,270
3,940
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3567](https://llvm.org/bz3567) | | Resolution | INVALID | | Resolved on | Feb 22, 2010 12:46 | | Version | unspecified | | OS | MacOS X | | Attachments | [Test Dicrectory - source test.sh](https://user-images.githubusercontent.com/60944935/143738882-ebca9036-90ed-4c5b-8558-e910f...
ccc and scan-build have different handling of __clang__ define
https://api.github.com/repos/llvm/llvm-project/issues/3939/comments
2
2009-02-13T03:16:00Z
2021-12-03T20:41:29Z
https://github.com/llvm/llvm-project/issues/3939
1,070,951,257
3,939
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3566](https://llvm.org/bz3566) | | Resolution | FIXED | | Resolved on | Feb 13, 2009 16:09 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang should support __attribute__((used) -- ddunbar@ozzy:tmp$ cat t.c static in...
support __attribute__((used)
https://api.github.com/repos/llvm/llvm-project/issues/3938/comments
12
2009-02-13T01:47:40Z
2021-12-03T20:41:28Z
https://github.com/llvm/llvm-project/issues/3938
1,070,951,249
3,938
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3565](https://llvm.org/bz3565) | | Resolution | WORKSFORME | | Resolved on | Dec 02, 2010 01:36 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description Something is wrong with this test: llvm-test/MultiSource/Be...
MallocBench/gs crashes
https://api.github.com/repos/llvm/llvm-project/issues/3937/comments
1
2009-02-12T23:50:55Z
2022-01-20T02:01:49Z
https://github.com/llvm/llvm-project/issues/3937
1,070,951,237
3,937
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3564](https://llvm.org/bz3564) | | Resolution | FIXED | | Resolved on | Feb 13, 2009 16:58 | | Version | unspecified | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738875-1221a2e3-a97e-4066-af6a-dd025e3f8f45.gz) | | Reporter ...
__attribute__((__section__(x))) symbols generation problems
https://api.github.com/repos/llvm/llvm-project/issues/3936/comments
14
2009-02-12T23:21:07Z
2021-12-03T20:41:26Z
https://github.com/llvm/llvm-project/issues/3936
1,070,951,229
3,936
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3563](https://llvm.org/bz3563) | | Resolution | FIXED | | Resolved on | Feb 13, 2009 16:32 | | Version | unspecified | | OS | Linux | ## Extended Description Per description: intptr_t is an int on x86-32 Linux, but the clang stdint.h defines it as long. I think we need target...
clang stdint.h has incorrect definition for intptr_t on x86-32 Linux
https://api.github.com/repos/llvm/llvm-project/issues/3935/comments
5
2009-02-12T21:36:32Z
2021-12-03T20:41:25Z
https://github.com/llvm/llvm-project/issues/3935
1,070,951,222
3,935
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3562](https://llvm.org/bz3562) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang should give a clearer error on code that uses gcc's "vla-in-struct" extens...
clarify error on gcc vla-in-struct extension
https://api.github.com/repos/llvm/llvm-project/issues/3934/comments
1
2009-02-12T18:52:11Z
2021-12-03T20:41:24Z
https://github.com/llvm/llvm-project/issues/3934
1,070,951,219
3,934
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3561](https://llvm.org/bz3561) | | Resolution | FIXED | | Resolved on | Feb 12, 2009 12:42 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143738874-1ae05426-e6d1-4c68-96b8-bd0609a4788b.gz) | | Reporter...
Assertion `StackTop > 0 && "Cannot pop empty stack!"' failed.
https://api.github.com/repos/llvm/llvm-project/issues/3933/comments
3
2009-02-12T11:45:15Z
2021-12-03T20:41:24Z
https://github.com/llvm/llvm-project/issues/3933
1,070,951,204
3,933
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3560](https://llvm.org/bz3560) | | Resolution | FIXED | | Resolved on | Jul 17, 2010 11:03 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @sunfishcode | ## Extended Description Experiencing a 2x slowdown with nested loops in PHP source. 1...
x87 code generation performance issue
https://api.github.com/repos/llvm/llvm-project/issues/3932/comments
4
2009-02-12T10:00:50Z
2021-12-03T20:41:23Z
https://github.com/llvm/llvm-project/issues/3932
1,070,951,198
3,932
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3559](https://llvm.org/bz3559) | | Version | trunk | | OS | All | ## Extended Description I see an llvm.declare for A.5 in the output of: $ llvm-gcc t.c -emit-llvm -g -o - -S on this testcase: void foo(int X) { int A[X]; } Also, I do not see an llvm.declare of "a" itself...
dragonegg does not emit debug info for VLA
https://api.github.com/repos/llvm/llvm-project/issues/3931/comments
6
2009-02-12T09:44:03Z
2021-12-14T21:22:50Z
https://github.com/llvm/llvm-project/issues/3931
1,070,951,189
3,931
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3558](https://llvm.org/bz3558) | | Resolution | FIXED | | Resolved on | Jan 12, 2011 03:11 | | Version | unspecified | | OS | All | | CC | @jayfoad | ## Extended Description There are several accessors that are "logically" const but not marked as such. This causes const_casts...
ASTContext::getIntWidth, getTypeInfo, etc should be const
https://api.github.com/repos/llvm/llvm-project/issues/3930/comments
3
2009-02-12T03:31:52Z
2021-12-03T20:41:21Z
https://github.com/llvm/llvm-project/issues/3930
1,070,951,177
3,930
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3557](https://llvm.org/bz3557) | | Resolution | INVALID | | Resolved on | Mar 06, 2010 13:58 | | Version | unspecified | | OS | Linux | | Attachments | [compile by llvm-g++ with -O0](https://user-images.githubusercontent.com/60944935/143738873-89ec995d-3caa-4c6a-afe0-279cb73361d...
llvm-2.5 Release build fail to compile UnitTests/SignlessTypes/cast2.cpp
https://api.github.com/repos/llvm/llvm-project/issues/3929/comments
1
2009-02-12T03:17:15Z
2021-12-03T20:41:20Z
https://github.com/llvm/llvm-project/issues/3929
1,070,951,157
3,929
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3556](https://llvm.org/bz3556) | | Resolution | INVALID | | Resolved on | Feb 11, 2009 18:37 | | Version | trunk | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738872-7786f453-9e70-4e62-9e4c-4ca8654fe140.gz) | | Reporter | LLVM ...
GVN nukes load it shouldn't
https://api.github.com/repos/llvm/llvm-project/issues/3928/comments
1
2009-02-12T02:27:48Z
2021-12-03T20:41:19Z
https://github.com/llvm/llvm-project/issues/3928
1,070,951,149
3,928
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3555](https://llvm.org/bz3555) | | Resolution | INVALID | | Resolved on | Feb 11, 2009 20:03 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $ cat vaddsbs.ll declare <16 x i8> @&#8203;llvm.ppc.altivec.vaddsbs(<16 x i8> %a, ...
altivec.vaddsbs intrinsic doesn't work at all
https://api.github.com/repos/llvm/llvm-project/issues/3927/comments
1
2009-02-12T01:43:24Z
2021-12-03T20:41:19Z
https://github.com/llvm/llvm-project/issues/3927
1,070,951,143
3,927
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3554](https://llvm.org/bz3554) | | Resolution | FIXED | | Resolved on | Feb 18, 2009 12:16 | | Version | unspecified | | OS | MacOS X | | Attachments | [bugpoint.test.bc](https://user-images.githubusercontent.com/46755665/143738869-9ce18751-62d9-4b82-89c8-152a4dae3c87.gz), [bugp...
[2.5] SPEC/CFP2006/447.dealII LLC Regression
https://api.github.com/repos/llvm/llvm-project/issues/3926/comments
13
2009-02-11T23:32:24Z
2021-12-03T20:41:18Z
https://github.com/llvm/llvm-project/issues/3926
1,070,951,132
3,926
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3553](https://llvm.org/bz3553) | | Resolution | INVALID | | Resolved on | Mar 06, 2010 14:07 | | Version | unspecified | | OS | Linux | | Attachments | [bugpoint.test.bc](https://user-images.githubusercontent.com/46755665/143738866-dd21d294-8c45-46f5-98dd-960300f7bd9f.gz), [bugp...
[2.5] FPGrowth LLC Regression
https://api.github.com/repos/llvm/llvm-project/issues/3925/comments
4
2009-02-11T23:16:14Z
2021-12-03T20:41:17Z
https://github.com/llvm/llvm-project/issues/3925
1,070,951,124
3,925
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3552](https://llvm.org/bz3552) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@sunfishcode,@tlattner | ## Extended Description LLVM-GCC doesn't build on MingW, starting w...
LLVM-GCC fails to build on MingW (non bootstrap).
https://api.github.com/repos/llvm/llvm-project/issues/3924/comments
13
2009-02-11T21:20:36Z
2021-12-03T20:41:16Z
https://github.com/llvm/llvm-project/issues/3924
1,070,951,110
3,924
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3551](https://llvm.org/bz3551) | | Resolution | FIXED | | Resolved on | Feb 12, 2009 12:48 | | Version | trunk | | OS | MacOS X | | Attachments | [LLVM Assembly of Bitcode file](https://user-images.githubusercontent.com/60944935/143738865-fcfdec6c-2d7d-47a4-a039-a0eb60659ffe.gz)...
llc asserts on given bitcode
https://api.github.com/repos/llvm/llvm-project/issues/3923/comments
4
2009-02-11T18:41:23Z
2021-12-03T20:41:15Z
https://github.com/llvm/llvm-project/issues/3923
1,070,951,097
3,923
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3550](https://llvm.org/bz3550) | | Resolution | FIXED | | Resolved on | Apr 24, 2010 07:06 | | Version | trunk | | OS | Windows XP | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738861-8139648c-56de-457d-99c7-84c2712d72c9.gz) | | Reporter | L...
problem with tail call to function that accesses alloca'd memory
https://api.github.com/repos/llvm/llvm-project/issues/3922/comments
5
2009-02-11T17:30:37Z
2021-12-03T20:41:14Z
https://github.com/llvm/llvm-project/issues/3922
1,070,951,089
3,922
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3549](https://llvm.org/bz3549) | | Resolution | FIXED | | Resolved on | Apr 22, 2009 03:51 | | Version | trunk | | OS | FreeBSD | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738858-22e297cd-9bf5-452c-95ec-294e37788ef8.gz) | | Reporter | LLVM...
LCSSA performance problem
https://api.github.com/repos/llvm/llvm-project/issues/3921/comments
11
2009-02-11T17:20:18Z
2021-12-03T20:41:13Z
https://github.com/llvm/llvm-project/issues/3921
1,070,951,073
3,921
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3548](https://llvm.org/bz3548) | | Resolution | WONTFIX | | Resolved on | Apr 08, 2011 13:28 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Experiencing an easily reproducible Bus Error on memory deallocation with the PH...
Bus error with -O4 on memory deallocation
https://api.github.com/repos/llvm/llvm-project/issues/3920/comments
2
2009-02-11T17:14:34Z
2022-01-20T02:29:55Z
https://github.com/llvm/llvm-project/issues/3920
1,070,951,067
3,920
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3547](https://llvm.org/bz3547) | | Resolution | FIXED | | Resolved on | Mar 17, 2009 17:57 | | Version | unspecified | | OS | Linux | | CC | @nlewycky | ## Extended Description If flex is not found, I get this error on Linux: configure: error: flex not found but required AFAI...
llvm2.5prerelease: configure requires flex
https://api.github.com/repos/llvm/llvm-project/issues/3919/comments
5
2009-02-11T16:30:47Z
2021-12-03T20:41:12Z
https://github.com/llvm/llvm-project/issues/3919
1,070,951,057
3,919
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3546](https://llvm.org/bz3546) | | Resolution | INVALID | | Resolved on | Mar 12, 2010 00:55 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $ cat test.c #include "/usr/include/netinet/in.h" #include "/usr/include/uni...
Redefinition of typedef doesn't print previously definition in some cases.
https://api.github.com/repos/llvm/llvm-project/issues/3918/comments
2
2009-02-11T16:29:17Z
2021-12-03T20:41:11Z
https://github.com/llvm/llvm-project/issues/3918
1,070,951,051
3,918
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3545](https://llvm.org/bz3545) | | Resolution | FIXED | | Resolved on | Feb 12, 2009 00:12 | | Version | trunk | | OS | All | | Attachments | [The offending file](https://user-images.githubusercontent.com/60944935/143738857-7b2afd44-0b40-411c-b996-e7528da5da6f.gz) | | Reporter |...
Fatal error when assembling RBSplitView
https://api.github.com/repos/llvm/llvm-project/issues/3917/comments
1
2009-02-11T08:01:43Z
2021-12-03T20:41:10Z
https://github.com/llvm/llvm-project/issues/3917
1,070,951,041
3,917
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3544](https://llvm.org/bz3544) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Steps to reproduce: 1) Check out the Adium source code from svn://svn.adiumx.com...
Incorrect warning when compiling AIUtilities
https://api.github.com/repos/llvm/llvm-project/issues/3916/comments
5
2009-02-11T07:24:51Z
2021-12-03T20:41:09Z
https://github.com/llvm/llvm-project/issues/3916
1,070,951,032
3,916
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3543](https://llvm.org/bz3543) | | Resolution | FIXED | | Resolved on | Feb 17, 2011 22:08 | | Version | unspecified | | OS | MacOS X | | Attachments | [crashes](https://user-images.githubusercontent.com/60944935/143738853-b7928696-7a4f-4d5e-b771-8e06187df565.gz) | | Reporter | ...
Certain ({ }) (?) expressions crash clang / ccc
https://api.github.com/repos/llvm/llvm-project/issues/3915/comments
10
2009-02-11T03:04:14Z
2021-12-03T20:41:08Z
https://github.com/llvm/llvm-project/issues/3915
1,070,951,023
3,915
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3542](https://llvm.org/bz3542) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description We need this for tgmath.h, Doug volunteered to tackle this.
Implement __attribute__((overloadable))
https://api.github.com/repos/llvm/llvm-project/issues/3914/comments
4
2009-02-10T23:43:56Z
2021-12-03T20:41:07Z
https://github.com/llvm/llvm-project/issues/3914
1,070,951,013
3,914
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3541](https://llvm.org/bz3541) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Blocks | llvm/llvm-project#3264 | | CC | @DougGregor | ## Extended Description The X86-64 ABI work exposed a GCC "feature" that clang isn't im...
improve builtin function handling
https://api.github.com/repos/llvm/llvm-project/issues/3913/comments
17
2009-02-10T23:36:12Z
2021-12-03T20:41:06Z
https://github.com/llvm/llvm-project/issues/3913
1,070,951,006
3,913
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3540](https://llvm.org/bz3540) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738852-7f1fc898-b9c8-4cbd-bff3-a8c4191bb3af.gz) | | Reporter | ...
Unsupported GNU extension: use of structures with a flexible array initializer in an array, struct, or union
https://api.github.com/repos/llvm/llvm-project/issues/3912/comments
2
2009-02-10T23:13:50Z
2021-12-03T20:41:06Z
https://github.com/llvm/llvm-project/issues/3912
1,070,951,002
3,912
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3539](https://llvm.org/bz3539) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description AnalyzeBranch may delete instructions in the MBB if they are after the last unconditional branch. This may invalidate iterators or client's data ...
TargetInstrInfo::AnalyzeBranch can modify the MBB being analyzed
https://api.github.com/repos/llvm/llvm-project/issues/3911/comments
0
2009-02-10T22:51:34Z
2021-12-03T20:41:05Z
https://github.com/llvm/llvm-project/issues/3911
1,070,950,994
3,911
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3538](https://llvm.org/bz3538) | | Resolution | FIXED | | Resolved on | Feb 12, 2009 11:33 | | Version | unspecified | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738850-6d275a5a-1c64-485d-87a4-4c35f17812fe.gz) | | Reporter | ...
codegen crash on llvm.declare of a VLA
https://api.github.com/repos/llvm/llvm-project/issues/3910/comments
2
2009-02-10T19:56:23Z
2021-12-03T20:41:04Z
https://github.com/llvm/llvm-project/issues/3910
1,070,950,989
3,910
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3537](https://llvm.org/bz3537) | | Resolution | FIXED | | Resolved on | Feb 12, 2009 00:56 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @lattner,@sunfishcode | ## Extended Description Starting program: /Users/andersca/llvm/Debug/bin/...
Codegen prepare assertion
https://api.github.com/repos/llvm/llvm-project/issues/3909/comments
3
2009-02-10T19:52:19Z
2021-12-03T20:41:03Z
https://github.com/llvm/llvm-project/issues/3909
1,070,950,973
3,909
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3536](https://llvm.org/bz3536) | | Resolution | FIXED | | Resolved on | Feb 10, 2009 17:04 | | Version | unspecified | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738849-99a68b49-4ad4-4f64-9222-e9820ef4f66f.gz) | | Reporter | ...
Assertion failed: (BlockScopes.count(Blocks[i]) && "Did not find block in scope map!"), function PopCleanupBlock, file CodeGenFunction.cpp, line 651.
https://api.github.com/repos/llvm/llvm-project/issues/3908/comments
2
2009-02-10T19:50:07Z
2021-12-03T20:41:02Z
https://github.com/llvm/llvm-project/issues/3908
1,070,950,966
3,908
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3535](https://llvm.org/bz3535) | | Resolution | FIXED | | Resolved on | Mar 06, 2009 18:15 | | Version | trunk | | OS | Linux | | Attachments | [Patch for Unixhttps://user-images.githubusercontent.com/60944935/143738848-ec4365ae-37e8-4406-b61f-2b83f061fba8.gz) | | Reporter | LLV...
const char * assigned to char * in Unix/Signals.inc
https://api.github.com/repos/llvm/llvm-project/issues/3907/comments
7
2009-02-10T16:00:18Z
2021-12-03T20:41:01Z
https://github.com/llvm/llvm-project/issues/3907
1,070,950,956
3,907
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3534](https://llvm.org/bz3534) | | Resolution | FIXED | | Resolved on | Feb 19, 2009 06:03 | | Version | trunk | | OS | Linux | | Attachments | [testfile](https://user-images.githubusercontent.com/92601246/143738847-e9f81728-ab6f-4372-9a78-cea005c0a671.gz) | | CC | @asl | ## Ex...
Add paq8p to llvm testsuite
https://api.github.com/repos/llvm/llvm-project/issues/3906/comments
3
2009-02-10T12:53:05Z
2021-12-03T20:41:00Z
https://github.com/llvm/llvm-project/issues/3906
1,070,950,950
3,906
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3533](https://llvm.org/bz3533) | | Resolution | FIXED | | Resolved on | Feb 19, 2009 06:40 | | Version | unspecified | | OS | Linux | | CC | @asl,@sunfishcode | ## Extended Description I've been looking through the phoronix-testsuite, and found that mafft is quite easy to comp...
Add mafft to testsuite
https://api.github.com/repos/llvm/llvm-project/issues/3905/comments
2
2009-02-10T11:42:19Z
2021-12-03T20:40:59Z
https://github.com/llvm/llvm-project/issues/3905
1,070,950,936
3,905
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3532](https://llvm.org/bz3532) | | Resolution | FIXED | | Resolved on | Dec 02, 2010 01:36 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Get a ton of errors like the below - ../../include/QtCore/../.....
llvm-gcc fails to build Qt4.5-RC1
https://api.github.com/repos/llvm/llvm-project/issues/3904/comments
4
2009-02-10T05:14:26Z
2021-12-03T20:40:58Z
https://github.com/llvm/llvm-project/issues/3904
1,070,950,925
3,904
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3531](https://llvm.org/bz3531) | | Resolution | DUPLICATE | | Resolved on | Feb 10, 2009 16:17 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang/x86_64 miscompiles SingleSource/Benchmarks/Misc/himenobmtxpa The gene...
clang/x86_64 miscompiles SingleSource/Benchmarks/Misc/himenobmtxpa
https://api.github.com/repos/llvm/llvm-project/issues/3903/comments
5
2009-02-10T01:09:14Z
2021-12-03T20:40:57Z
https://github.com/llvm/llvm-project/issues/3903
1,070,950,916
3,903
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3530](https://llvm.org/bz3530) | | Resolution | FIXED | | Resolved on | Feb 14, 2009 23:49 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang/x86_64 miscompiles SingleSource/Benchmarks/McGill/exptree The generated e...
clang/x86_64 miscompiles SingleSource/Benchmarks/McGill/exptree
https://api.github.com/repos/llvm/llvm-project/issues/3902/comments
1
2009-02-10T01:06:46Z
2021-12-03T20:40:56Z
https://github.com/llvm/llvm-project/issues/3902
1,070,950,909
3,902
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3529](https://llvm.org/bz3529) | | Resolution | FIXED | | Resolved on | Feb 14, 2009 23:46 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang/x86_64 miscompiles MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawca...
clang/x86_64 miscompiles MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio
https://api.github.com/repos/llvm/llvm-project/issues/3901/comments
1
2009-02-10T01:03:09Z
2021-12-03T20:40:56Z
https://github.com/llvm/llvm-project/issues/3901
1,070,950,896
3,901
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3528](https://llvm.org/bz3528) | | Resolution | FIXED | | Resolved on | Feb 10, 2009 16:50 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang/x86_64 miscompiles MultiSource/Benchmarks/SciMark2-C/scimark2; the generat...
clang/x86_64 miscompiles MultiSource/Benchmarks/SciMark2-C/scimark2
https://api.github.com/repos/llvm/llvm-project/issues/3900/comments
2
2009-02-10T00:53:33Z
2021-12-03T20:40:55Z
https://github.com/llvm/llvm-project/issues/3900
1,070,950,891
3,900
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3527](https://llvm.org/bz3527) | | Resolution | DUPLICATE | | Resolved on | Feb 10, 2009 15:58 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The generated executable crashes: -- ddunbar@lordcrumb:fixoutput$ Output/fix...
clang/x86_64 has no builtin versions of libcalls.
https://api.github.com/repos/llvm/llvm-project/issues/3899/comments
6
2009-02-10T00:08:51Z
2021-12-03T20:40:54Z
https://github.com/llvm/llvm-project/issues/3899
1,070,950,881
3,899
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3526](https://llvm.org/bz3526) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:56 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The generated binary does not behave as expected: -- ddunbar@lordcrumb:telecomm-...
clang/x86_64 miscompiles MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm
https://api.github.com/repos/llvm/llvm-project/issues/3898/comments
1
2009-02-09T23:58:22Z
2021-12-03T20:40:53Z
https://github.com/llvm/llvm-project/issues/3898
1,070,950,874
3,898
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3525](https://llvm.org/bz3525) | | Resolution | DUPLICATE | | Resolved on | Feb 10, 2009 16:12 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The generated binary crashes on the test input: -- ddunbar@lordcrumb:network...
clang/x86_64 miscompiles MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra
https://api.github.com/repos/llvm/llvm-project/issues/3897/comments
2
2009-02-09T23:56:15Z
2021-12-03T20:40:52Z
https://github.com/llvm/llvm-project/issues/3897
1,070,950,861
3,897
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3524](https://llvm.org/bz3524) | | Resolution | FIXED | | Resolved on | Feb 13, 2009 20:11 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The output should be separated in places by '****....' but it is not. The outpu...
clang/x86_64 miscompiles MultiSource/Applications/sgefa/sgefa
https://api.github.com/repos/llvm/llvm-project/issues/3896/comments
1
2009-02-09T23:53:30Z
2021-12-03T20:40:52Z
https://github.com/llvm/llvm-project/issues/3896
1,070,950,852
3,896
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3523](https://llvm.org/bz3523) | | Resolution | DUPLICATE | | Resolved on | Feb 10, 2009 16:08 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The generated executable crashes on the test input. -- ddunbar@lordcrumb:09-...
clang/x86_64 miscompiles MultiSource/Benchmarks/McCat/09-vor/vor
https://api.github.com/repos/llvm/llvm-project/issues/3895/comments
2
2009-02-09T23:50:53Z
2021-12-03T20:40:51Z
https://github.com/llvm/llvm-project/issues/3895
1,070,950,849
3,895
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3522](https://llvm.org/bz3522) | | Resolution | FIXED | | Resolved on | Feb 15, 2009 02:36 | | Version | unspecified | | OS | Linux | | Attachments | [testcase .ll](https://user-images.githubusercontent.com/60944935/143738846-400e1329-df93-4b71-bd99-50baede3594e.gz) | | Reporter...
Missing register save when only used in landing pad (llc -fast ok)
https://api.github.com/repos/llvm/llvm-project/issues/3894/comments
2
2009-02-09T23:17:01Z
2021-12-03T20:40:50Z
https://github.com/llvm/llvm-project/issues/3894
1,070,950,843
3,894
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3521](https://llvm.org/bz3521) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:57 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@efriedma-quic | ## Extended Description Sema currently has some extra code for accep...
Handling of constant initializers needs cleaning
https://api.github.com/repos/llvm/llvm-project/issues/3893/comments
9
2009-02-09T23:06:28Z
2021-12-03T20:40:49Z
https://github.com/llvm/llvm-project/issues/3893
1,070,950,833
3,893
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3520](https://llvm.org/bz3520) | | Resolution | FIXED | | Resolved on | Feb 11, 2009 04:02 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @nlewycky | ## Extended Description Builtin functions aren't picking up their nocapture attributes: ...
llvm-gcc never calls SimplifyLibCalls::doInitialization
https://api.github.com/repos/llvm/llvm-project/issues/3892/comments
3
2009-02-09T22:10:01Z
2021-12-03T20:40:48Z
https://github.com/llvm/llvm-project/issues/3892
1,070,950,822
3,892
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3519](https://llvm.org/bz3519) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:59 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description code.c --< struct foo { int arr[10]; }; struct foo Y[10]...
multiple designated initializer related bug
https://api.github.com/repos/llvm/llvm-project/issues/3891/comments
2
2009-02-09T21:32:16Z
2021-12-03T20:40:47Z
https://github.com/llvm/llvm-project/issues/3891
1,070,950,815
3,891
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3518](https://llvm.org/bz3518) | | Resolution | FIXED | | Resolved on | Apr 24, 2010 07:06 | | Version | 2.5 | | OS | Windows XP | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738845-e0e38734-5fe1-4a97-b30c-305ff370b411.gz) | | Reporter | LLV...
undefined reference to __compound_literal.*
https://api.github.com/repos/llvm/llvm-project/issues/3890/comments
4
2009-02-09T20:32:05Z
2021-12-03T20:40:46Z
https://github.com/llvm/llvm-project/issues/3890
1,070,950,799
3,890
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3517](https://llvm.org/bz3517) | | Resolution | FIXED | | Resolved on | Oct 30, 2011 11:27 | | Version | 2.5 | | OS | Windows XP | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738844-2e329d36-5051-4b5f-80ad-9f73906da52e.gz) | | Reporter | LLV...
poor handling of extern inline function
https://api.github.com/repos/llvm/llvm-project/issues/3889/comments
11
2009-02-09T20:27:41Z
2021-12-03T20:40:46Z
https://github.com/llvm/llvm-project/issues/3889
1,070,950,786
3,889
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3516](https://llvm.org/bz3516) | | Resolution | FIXED | | Resolved on | Feb 09, 2009 21:34 | | Version | unspecified | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143738843-a466b614-3097-4ce6-b83c-58790a52ffcf.gz) | | Reporter | ...
Assertion failed: (getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!"), function AssertOK, file Instructions.cpp, line 895.
https://api.github.com/repos/llvm/llvm-project/issues/3888/comments
1
2009-02-09T16:32:12Z
2021-12-03T20:40:45Z
https://github.com/llvm/llvm-project/issues/3888
1,070,950,771
3,888
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3515](https://llvm.org/bz3515) | | Resolution | WONTFIX | | Resolved on | Jul 14, 2009 21:47 | | Version | 2.4 | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @asl | ## Extended Description Run: llc -march=x86 -f -o=test.asm vec_set.bc vec_set.bc comes ...
llc build with Visual studio 2008 assert for not link X86AsmPrinter
https://api.github.com/repos/llvm/llvm-project/issues/3887/comments
0
2009-02-09T08:52:53Z
2022-01-20T02:29:53Z
https://github.com/llvm/llvm-project/issues/3887
1,070,950,762
3,887
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3514](https://llvm.org/bz3514) | | Resolution | FIXED | | Resolved on | Feb 22, 2010 12:41 | | Version | unspecified | | OS | MacOS X | | Attachments | [sample source which demonstrates the problem](https://user-images.githubusercontent.com/60944935/143738842-4035063a-5f00-4b9e-...
false positive `dead initialization` warning for init to global
https://api.github.com/repos/llvm/llvm-project/issues/3886/comments
2
2009-02-09T05:24:37Z
2021-12-03T20:40:43Z
https://github.com/llvm/llvm-project/issues/3886
1,070,950,756
3,886
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3513](https://llvm.org/bz3513) | | Resolution | FIXED | | Resolved on | Feb 08, 2009 13:54 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description The LLVM manual makes no mention of the fact that label* is not a valid type. I ...
Missing documentation
https://api.github.com/repos/llvm/llvm-project/issues/3885/comments
1
2009-02-08T21:42:25Z
2021-12-03T20:40:42Z
https://github.com/llvm/llvm-project/issues/3885
1,070,950,744
3,885
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3512](https://llvm.org/bz3512) | | Resolution | FIXED | | Resolved on | Feb 15, 2009 10:22 | | Version | unspecified | | OS | Linux | | Attachments | [testcase](https://user-images.githubusercontent.com/60944935/143738841-8d69735a-8f4b-44be-905b-e9e2cea8a8c5.gz) | | Reporter | L...
[2.5] segfault with dynamic alloca+call combination
https://api.github.com/repos/llvm/llvm-project/issues/3884/comments
6
2009-02-08T05:12:24Z
2021-12-03T20:40:41Z
https://github.com/llvm/llvm-project/issues/3884
1,070,950,735
3,884
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3511](https://llvm.org/bz3511) | | Resolution | FIXED | | Resolved on | Feb 13, 2009 20:10 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description $ cat > bar.c int main(int argc, char **argv) { return 0; } $ clang -emit-...
clang generates i64 @&#8203;main(i64, i64), which lli doesn't accept
https://api.github.com/repos/llvm/llvm-project/issues/3883/comments
2
2009-02-08T02:54:32Z
2021-12-03T20:40:40Z
https://github.com/llvm/llvm-project/issues/3883
1,070,950,724
3,883
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3510](https://llvm.org/bz3510) | | Resolution | FIXED | | Resolved on | Apr 18, 2009 00:50 | | Version | 2.2 | | OS | All | ## Extended Description llvm-gcc miscompiles this at -m64, not properly aligning the "1": struct ty { int info; union { int id; char *str; ...
llvm-gcc miscompiles simple static init in -m64
https://api.github.com/repos/llvm/llvm-project/issues/3882/comments
11
2009-02-08T02:09:47Z
2021-12-03T20:40:39Z
https://github.com/llvm/llvm-project/issues/3882
1,070,950,717
3,882
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3509](https://llvm.org/bz3509) | | Resolution | FIXED | | Resolved on | Mar 12, 2010 00:59 | | Version | unspecified | | OS | All | | Attachments | [patch](https://user-images.githubusercontent.com/60944935/143738838-cf98c80f-272c-4f7d-93ae-e3b9bdf0c995.gz) | | Reporter | LLVM B...
InitListExpr's getLocStart() incorrect
https://api.github.com/repos/llvm/llvm-project/issues/3881/comments
2
2009-02-07T22:40:27Z
2021-12-03T20:40:38Z
https://github.com/llvm/llvm-project/issues/3881
1,070,950,709
3,881
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3508](https://llvm.org/bz3508) | | Resolution | WONTFIX | | Resolved on | Feb 08, 2010 23:56 | | Version | unspecified | | OS | Linux | | CC | @lattner | ## Extended Description With llvm 2.5 prerelease on x86-64 linux: gcc Output/divides.cbe.c -o Output/divides.cbe -O3 -f...
/SingleSource/UnitTests/Vector/divides cbe failure
https://api.github.com/repos/llvm/llvm-project/issues/3880/comments
2
2009-02-07T22:37:21Z
2022-01-20T02:29:53Z
https://github.com/llvm/llvm-project/issues/3880
1,070,950,703
3,880
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3507](https://llvm.org/bz3507) | | Version | unspecified | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.bc](https://user-images.githubusercontent.com/92601246/143738837-6f11a00a-d25b-4b6f-ac23-b7d591feabfa.gz) | | CC | @AlexDenisov,@dwblaikie,@lhames | ##...
X86 JIT doesn't support TLS
https://api.github.com/repos/llvm/llvm-project/issues/3879/comments
11
2009-02-07T22:33:31Z
2023-08-15T16:12:41Z
https://github.com/llvm/llvm-project/issues/3879
1,070,950,691
3,879
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3506](https://llvm.org/bz3506) | | Resolution | DUPLICATE | | Resolved on | Feb 07, 2009 16:26 | | Version | unspecified | | OS | Linux | | Attachments | [bugpoint.reduced.simplified.bc](https://user-images.githubusercontent.com/92601246/143738836-474d04cf-81e7-4452-8984-232f9ef...
SingleSource/Benchmarks/Misc-C++/bigfib cbe failure
https://api.github.com/repos/llvm/llvm-project/issues/3878/comments
1
2009-02-07T22:23:36Z
2021-12-03T20:40:36Z
https://github.com/llvm/llvm-project/issues/3878
1,070,950,686
3,878
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [3505](https://llvm.org/bz3505) | | Resolution | DUPLICATE | | Resolved on | Mar 06, 2010 14:00 | | Version | unspecified | | OS | Linux | ## Extended Description JIT doesn't support inline asm so: llvm-dis Output/minisat.llvm.bc -o -|grep asm call void asm "fnstcw $0",...
MultiSource/Applications/minisat jit failure due to inline asm
https://api.github.com/repos/llvm/llvm-project/issues/3877/comments
1
2009-02-07T22:12:59Z
2021-12-03T20:40:35Z
https://github.com/llvm/llvm-project/issues/3877
1,070,950,678
3,877