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 | [18605](https://llvm.org/bz18605) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @atrick,@chandlerc,@echristo,@hfinkel | ## Extended Description Using a copy of a register just after a mov instruction may cost an extra cycle on all but the ...
Usage of a copy of a register just after a mov instruction
https://api.github.com/repos/llvm/llvm-project/issues/18979/comments
3
2014-01-24T19:47:52Z
2021-12-09T21:53:01Z
https://github.com/llvm/llvm-project/issues/18979
1,076,081,650
18,979
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18604](https://llvm.org/bz18604) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @hfinkel,@rnk | ## Extended Description The register allocator allocates unnecessarily many registers. Trying to minimize the number of involved registers allo...
The register allocator allocates unnecessarily many registers
https://api.github.com/repos/llvm/llvm-project/issues/18978/comments
3
2014-01-24T19:41:13Z
2023-08-13T14:42:38Z
https://github.com/llvm/llvm-project/issues/18978
1,076,081,621
18,978
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18603](https://llvm.org/bz18603) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @atrick | ## Extended Description -O3 seems to assume an out of order architecture (GCC does not). A better assumption would be in order architecture; IMHO -O3...
clang -O3 does not produce best blend code
https://api.github.com/repos/llvm/llvm-project/issues/18977/comments
1
2014-01-24T19:39:57Z
2021-12-09T21:52:59Z
https://github.com/llvm/llvm-project/issues/18977
1,076,081,603
18,977
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18602](https://llvm.org/bz18602) | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @hfinkel | ## Extended Description A move to a specific target register is often not optimized away. This unnecessarily costs 2 bytes code: int test(int x) { ...
A move to a specific target register is often not optimized away
https://api.github.com/repos/llvm/llvm-project/issues/18976/comments
2
2014-01-24T19:36:27Z
2021-12-09T21:52:58Z
https://github.com/llvm/llvm-project/issues/18976
1,076,081,587
18,976
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18601](https://llvm.org/bz18601) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I asked our university's IT staff to install a current version of clang/clang++ on one of our machines. He installed 3.4, but wa...
clang's build environment does not respect `LD_RUN_PATH`
https://api.github.com/repos/llvm/llvm-project/issues/18975/comments
1
2014-01-24T19:27:43Z
2024-07-27T21:22:00Z
https://github.com/llvm/llvm-project/issues/18975
1,076,081,570
18,975
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18600](https://llvm.org/bz18600) | | Resolution | FIXED | | Resolved on | Jan 25, 2014 09:31 | | Version | 3.3 | | OS | Linux | | Attachments | [bugpoint-reduced-simplified.ll](https://user-images.githubusercontent.com/60944935/143748867-14dbfe87-4d37-4f98-a057-294a23b770bc.gz) ...
[InstCombine] assert "Value::replaceAllUsesWith(<null>) is invalid!"
https://api.github.com/repos/llvm/llvm-project/issues/18974/comments
2
2014-01-24T16:09:35Z
2021-12-09T21:52:56Z
https://github.com/llvm/llvm-project/issues/18974
1,076,081,546
18,974
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18599](https://llvm.org/bz18599) | | Resolution | FIXED | | Resolved on | Feb 09, 2014 10:27 | | Version | trunk | | OS | Linux | | Attachments | [source that cause bug](https://user-images.githubusercontent.com/95090486/143748866-e19e3afb-1cc4-476a-9f26-214e98d13509.gz) | | CC ...
AsmParser::parseDirectiveMacro can't parse recursive macro definition
https://api.github.com/repos/llvm/llvm-project/issues/18973/comments
1
2014-01-24T10:06:48Z
2021-12-09T21:52:55Z
https://github.com/llvm/llvm-project/issues/18973
1,076,081,519
18,973
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18598](https://llvm.org/bz18598) | | Version | trunk | | OS | All | | CC | @atrick,@ributzka | ## Extended Description Currently the X86 backend only creates the INC and DEC instructions in a few selected cases, where it is certain that it is safe to do so. Nadav suggested tha...
Improve instruction selection and scheduling of INC and DEC instructions
https://api.github.com/repos/llvm/llvm-project/issues/18972/comments
1
2014-01-24T09:06:36Z
2021-12-09T21:52:54Z
https://github.com/llvm/llvm-project/issues/18972
1,076,081,499
18,972
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18597](https://llvm.org/bz18597) | | Resolution | FIXED | | Resolved on | Nov 13, 2014 19:03 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Recent changes seem to have broken my ability to build LLVM passes out of source usi...
Problem with add_llvm_loadable_module/LLVM_LIBRARY_OUTPUT_INTDIR
https://api.github.com/repos/llvm/llvm-project/issues/18971/comments
1
2014-01-24T07:55:32Z
2021-12-09T21:52:53Z
https://github.com/llvm/llvm-project/issues/18971
1,076,081,475
18,971
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18596](https://llvm.org/bz18596) | | Resolution | DUPLICATE | | Resolved on | Aug 27, 2014 12:30 | | Version | trunk | | OS | All | | CC | @hfinkel,@rotateright | ## Extended Description The following testcase causes the current clang trunk (as well as 3.2 to 3.4) to hang when...
clang (from 3.2 to the current trunk) hangs on valid code at -Os and above on x86_64-linux-gnu
https://api.github.com/repos/llvm/llvm-project/issues/18970/comments
2
2014-01-24T05:18:49Z
2021-12-09T21:52:52Z
https://github.com/llvm/llvm-project/issues/18970
1,076,081,448
18,970
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18595](https://llvm.org/bz18595) | | Version | trunk | | OS | other | | Attachments | [patch to fix haiku header include paths](https://user-images.githubusercontent.com/60944935/143748863-352749c0-aa96-4b43-8b03-af2e988e9344.gz), [patch to fix haiku header include paths (remove...
Haiku: Update incorrect header include paths
https://api.github.com/repos/llvm/llvm-project/issues/18969/comments
2
2014-01-24T04:37:20Z
2023-09-02T14:42:02Z
https://github.com/llvm/llvm-project/issues/18969
1,076,081,420
18,969
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18594](https://llvm.org/bz18594) | | Version | 3.2 | | OS | All | | Attachments | [Program to demonstrate the bug](https://user-images.githubusercontent.com/60944935/143748862-05fa1090-335b-487a-a0ad-9e149b06a483.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @JDevliegher...
MMX registers have incorrect values
https://api.github.com/repos/llvm/llvm-project/issues/18968/comments
1
2014-01-23T22:27:22Z
2022-01-26T22:18:46Z
https://github.com/llvm/llvm-project/issues/18968
1,076,081,400
18,968
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18593](https://llvm.org/bz18593) | | Resolution | FIXED | | Resolved on | Feb 13, 2015 19:02 | | Version | unspecified | | OS | Windows NT | ## Extended Description $ cat t.cpp int main(int argc, char **argv) { unsigned char __result; __asm__ ("mov %%fs:(%1), %0" : "=r" (_...
MachineCSE crash on invalid inline asm
https://api.github.com/repos/llvm/llvm-project/issues/18967/comments
1
2014-01-23T19:49:49Z
2021-12-09T21:52:48Z
https://github.com/llvm/llvm-project/issues/18967
1,076,081,369
18,967
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18592](https://llvm.org/bz18592) | | Resolution | FIXED | | Resolved on | Feb 02, 2014 12:43 | | Version | unspecified | | OS | FreeBSD | ## Extended Description lldb version 3.5 ( revision ) ...
TestPlatformCommand fails on FreeBSD 9.x
https://api.github.com/repos/llvm/llvm-project/issues/18966/comments
3
2014-01-23T18:09:02Z
2021-12-09T21:52:47Z
https://github.com/llvm/llvm-project/issues/18966
1,076,081,342
18,966
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18591](https://llvm.org/bz18591) | | Resolution | INVALID | | Resolved on | Jan 23, 2014 11:08 | | Version | trunk | | OS | Linux | | Attachments | [test case](https://user-images.githubusercontent.com/60944935/143748861-f521078a-c3f7-4ffa-91b5-764760bd0bdf.gz) | | Reporter | LL...
Incorrect optimization of is_simm32 C++ function from HotSpot JVM sources
https://api.github.com/repos/llvm/llvm-project/issues/18965/comments
2
2014-01-23T12:54:49Z
2021-12-09T21:52:46Z
https://github.com/llvm/llvm-project/issues/18965
1,076,081,323
18,965
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18590](https://llvm.org/bz18590) | | Resolution | FIXED | | Resolved on | Mar 23, 2015 15:09 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @adrian-prantl,@dwblaikie,@echristo,@emaste,@hfinkel,@pogo59 | ## Extended Description r123031 intr...
Different code generation at "-O2 -g" and "-O2"
https://api.github.com/repos/llvm/llvm-project/issues/18964/comments
3
2014-01-23T11:29:44Z
2021-12-09T21:52:45Z
https://github.com/llvm/llvm-project/issues/18964
1,076,081,307
18,964
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18589](https://llvm.org/bz18589) | | Resolution | FIXED | | Resolved on | Feb 21, 2019 09:26 | | Version | trunk | | OS | All | | CC | @echristo,@hfinkel,@john-brawn-arm | ## Extended Description % ./bin/opt -basicaa -loop-rotate -licm -instcombine -scalar-evolution -loop-simp...
Different pass sequences can cause LICM to assert during doFinalization
https://api.github.com/repos/llvm/llvm-project/issues/18963/comments
1
2014-01-23T09:16:31Z
2021-12-09T21:52:44Z
https://github.com/llvm/llvm-project/issues/18963
1,076,081,280
18,963
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18588](https://llvm.org/bz18588) | | Version | trunk | | OS | MacOS X | | Blocks | llvm/llvm-project#16805 | | Attachments | [Source, input file, and ouput for test t6769](https://user-images.githubusercontent.com/60944935/143748859-7228d49b-3d79-4704-8418-257a9616a892.gz) | | ...
Small test crashes when compiled with Clang at -O2.
https://api.github.com/repos/llvm/llvm-project/issues/18962/comments
2
2014-01-23T07:39:32Z
2021-12-09T21:52:33Z
https://github.com/llvm/llvm-project/issues/18962
1,076,081,047
18,962
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18587](https://llvm.org/bz18587) | | Resolution | FIXED | | Resolved on | Jul 23, 2014 07:53 | | Version | trunk | | OS | Linux | | CC | @DougGregor,@spavloff | ## Extended Description We give a bad diagnostic for this: struct c { typedef int d; }; struct S { int f(c:d); ...
colons have too much protection in member-declarations
https://api.github.com/repos/llvm/llvm-project/issues/18961/comments
1
2014-01-23T03:29:21Z
2021-12-09T21:52:32Z
https://github.com/llvm/llvm-project/issues/18961
1,076,081,034
18,961
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18586](https://llvm.org/bz18586) | | Version | 3.3 | | OS | All | | Attachments | [preprocessed C](https://user-images.githubusercontent.com/60944935/143748858-cd2c55c8-2219-44c3-a6d0-ea5231c8ab4a.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Setting...
Complex Constant Zero Value Assignment Crashes Codegen
https://api.github.com/repos/llvm/llvm-project/issues/18960/comments
1
2014-01-22T23:26:58Z
2023-07-28T17:37:12Z
https://github.com/llvm/llvm-project/issues/18960
1,076,081,019
18,960
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18585](https://llvm.org/bz18585) | | Version | trunk | | OS | Linux | | CC | @davidstone,@Kojoley,@zygoloid | ## Extended Description Clang does not warn implicit conversions from integer expressions to smaller types, such as char. For the following example, Clang should warn...
No warning for implicit conversion from an integer expression with integer constants to char
https://api.github.com/repos/llvm/llvm-project/issues/18959/comments
8
2014-01-22T23:19:30Z
2023-01-24T18:40:08Z
https://github.com/llvm/llvm-project/issues/18959
1,076,081,000
18,959
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18584](https://llvm.org/bz18584) | | Resolution | FIXED | | Resolved on | Feb 07, 2019 10:09 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @ts826848 | ## Extended Description Standing Document 6 recommends a series of macros for check...
SD-6 Feature Test Recommendations
https://api.github.com/repos/llvm/llvm-project/issues/18958/comments
3
2014-01-22T21:56:58Z
2021-12-09T21:52:29Z
https://github.com/llvm/llvm-project/issues/18958
1,076,080,984
18,958
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18583](https://llvm.org/bz18583) | | Resolution | FIXED | | Resolved on | Feb 20, 2014 23:45 | | Version | unspecified | | OS | Windows NT | | CC | @majnemer,@timurrrr | ## Extended Description $ cat t.cpp struct __virtual_inheritance A; int foo(A *a, int A::*mp) { return a-...
Assertion failure on dereferencing member pointer using virtual inheritance with an incomplete class type
https://api.github.com/repos/llvm/llvm-project/issues/18957/comments
4
2014-01-22T21:05:12Z
2021-12-09T21:52:28Z
https://github.com/llvm/llvm-project/issues/18957
1,076,080,958
18,957
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18582](https://llvm.org/bz18582) | | Resolution | FIXED | | Resolved on | Jan 29, 2015 17:59 | | Version | unspecified | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @adsk-belleyb,@lhames,@rnk,@yurybura | ## Extended Description We are trying to use MCJI...
Offset overflow on calling __chkstc and __alloca on x64
https://api.github.com/repos/llvm/llvm-project/issues/18956/comments
5
2014-01-22T20:33:33Z
2021-12-09T21:52:27Z
https://github.com/llvm/llvm-project/issues/18956
1,076,080,940
18,956
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18581](https://llvm.org/bz18581) | | Resolution | FIXED | | Resolved on | Feb 07, 2014 20:31 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description clang gets confused on the definition of a POD type...
Cannot allocate variable length of POD type if it is an inner class of a template class
https://api.github.com/repos/llvm/llvm-project/issues/18955/comments
5
2014-01-22T20:16:48Z
2021-12-09T21:52:26Z
https://github.com/llvm/llvm-project/issues/18955
1,076,080,928
18,955
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18580](https://llvm.org/bz18580) | | Resolution | FIXED | | Resolved on | Feb 11, 2015 06:21 | | Version | trunk | | OS | Linux | | Attachments | [Perl script to generate C program reproducing the regression](https://user-images.githubusercontent.com/60944935/143748855-6e454b16-...
Performance regression in the LiveIntervals analysis pass
https://api.github.com/repos/llvm/llvm-project/issues/18954/comments
1
2014-01-22T14:55:30Z
2021-12-09T21:52:25Z
https://github.com/llvm/llvm-project/issues/18954
1,076,080,904
18,954
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18579](https://llvm.org/bz18579) | | Resolution | FIXED | | Resolved on | Sep 26, 2016 09:44 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @labath | ## Extended Description struct vec2 { union { struct { float x, y; }; fl...
Can't access to anonymous struct and union
https://api.github.com/repos/llvm/llvm-project/issues/18953/comments
1
2014-01-22T11:22:18Z
2021-12-09T21:52:24Z
https://github.com/llvm/llvm-project/issues/18953
1,076,080,877
18,953
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18578](https://llvm.org/bz18578) | | Version | trunk | | OS | All | | Attachments | [example to reproduce the assertion](https://user-images.githubusercontent.com/60944935/143748854-e2f57917-35d0-41a5-938e-c637eeb46f2f.gz) | | Reporter | LLVM Bugzilla Contributor | ## Extended ...
It's relatively easy to cause an assert when files are modified while during compilating
https://api.github.com/repos/llvm/llvm-project/issues/18952/comments
0
2014-01-22T08:27:39Z
2023-06-25T18:55:32Z
https://github.com/llvm/llvm-project/issues/18952
1,076,080,860
18,952
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18577](https://llvm.org/bz18577) | | Resolution | FIXED | | Resolved on | May 09, 2014 13:50 | | Version | trunk | | OS | MacOS X | | Reporter | LLVM Bugzilla Contributor | ## Extended Description clang-format transforms this: int main() { assert(true xor (false)); } to thi...
Operator synonyms are formatted like funcs when the RHS is a paren expr
https://api.github.com/repos/llvm/llvm-project/issues/18951/comments
2
2014-01-22T07:12:29Z
2021-12-09T21:52:22Z
https://github.com/llvm/llvm-project/issues/18951
1,076,080,842
18,951
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18576](https://llvm.org/bz18576) | | Resolution | FIXED | | Resolved on | Feb 20, 2014 17:01 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @rnk | ## Extended Description MSVC uses directives that look like: #pragma push(pack,_CRT_PACKING) ...
Failure to expand macro in pragma pack for MS compatibility
https://api.github.com/repos/llvm/llvm-project/issues/18950/comments
4
2014-01-22T05:58:01Z
2021-12-09T21:52:20Z
https://github.com/llvm/llvm-project/issues/18950
1,076,080,817
18,950
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18575](https://llvm.org/bz18575) | | Resolution | DUPLICATE | | Resolved on | Jan 22, 2014 17:52 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Tested against clang version 3.5 (trunk 199759). Clang asserts on this test c...
Assertion `!Packed && "cannot layout even as packed struct"' failed
https://api.github.com/repos/llvm/llvm-project/issues/18949/comments
4
2014-01-22T02:35:23Z
2021-12-09T21:52:19Z
https://github.com/llvm/llvm-project/issues/18949
1,076,080,790
18,949
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18574](https://llvm.org/bz18574) | | Resolution | INVALID | | Resolved on | Jan 22, 2014 04:23 | | Version | 3.3 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description Please consider the following snippet of code: <<S...
clang++ accepts invalid using-directive
https://api.github.com/repos/llvm/llvm-project/issues/18948/comments
2
2014-01-22T01:17:54Z
2021-12-09T21:52:18Z
https://github.com/llvm/llvm-project/issues/18948
1,076,080,768
18,948
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18573](https://llvm.org/bz18573) | | Resolution | FIXED | | Resolved on | Nov 07, 2018 00:22 | | Version | trunk | | OS | Linux | | Attachments | [Reproducer](https://user-images.githubusercontent.com/60944935/143748853-10f3438b-75c8-459b-ae4c-411874a41115.gz) | | Reporter | LLV...
gather/maskload intrinsics are not handled by GVN and DSE (missing aliasing info?)
https://api.github.com/repos/llvm/llvm-project/issues/18947/comments
2
2014-01-21T17:50:48Z
2021-12-09T21:52:17Z
https://github.com/llvm/llvm-project/issues/18947
1,076,080,749
18,947
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18572](https://llvm.org/bz18572) | | Resolution | FIXED | | Resolved on | Jan 21, 2014 16:49 | | Version | trunk | | OS | MacOS X | | Attachments | [Simple test case](https://user-images.githubusercontent.com/60944935/143748852-4a5d01ed-fb69-4892-b221-990293179f58.gz) | | Report...
llc crash during GenericScheduler::initPolicy()
https://api.github.com/repos/llvm/llvm-project/issues/18946/comments
2
2014-01-21T17:39:22Z
2021-12-09T21:52:17Z
https://github.com/llvm/llvm-project/issues/18946
1,076,080,731
18,946
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18571](https://llvm.org/bz18571) | | Resolution | FIXED | | Resolved on | Oct 16, 2014 15:18 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @AaronBallman,@dwblaikie,@DougGregor,@Weverything | ## Extended Description It is very handy to use "...
Noisy warnings about const-attributed functions used in decltype
https://api.github.com/repos/llvm/llvm-project/issues/18945/comments
10
2014-01-21T16:28:09Z
2021-12-09T21:52:15Z
https://github.com/llvm/llvm-project/issues/18945
1,076,080,700
18,945
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18570](https://llvm.org/bz18570) | | Version | trunk | | OS | Linux | ## Extended Description Some platforms has malfunctioned libstdc++, so -lc++ is used instead, though we ask compilers to use names that are present in libc++, but not present in libstdc++. So if you try to ...
Some test-suite tests hardcoded -lstdc++
https://api.github.com/repos/llvm/llvm-project/issues/18944/comments
1
2014-01-21T15:25:10Z
2021-12-09T21:52:15Z
https://github.com/llvm/llvm-project/issues/18944
1,076,080,687
18,944
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18569](https://llvm.org/bz18569) | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @chandlerc,@eugenis,@belkadan,@kcc,@mclow | ## Extended Description Currently, the following process doesn't work: (1) Build LLVM/Clang/libc++ using a ho...
Clang bootstrap should work with LLVM_ENABLE_LIBCXX
https://api.github.com/repos/llvm/llvm-project/issues/18943/comments
5
2014-01-21T12:33:06Z
2021-12-09T21:52:14Z
https://github.com/llvm/llvm-project/issues/18943
1,076,080,664
18,943
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18568](https://llvm.org/bz18568) | | Resolution | FIXED | | Resolved on | Jun 15, 2015 01:25 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@rubenlg | ## Extended Description Compiling this with c++11 or c++1y crashes cla...
Crash: lambda capturing templated object with initializer
https://api.github.com/repos/llvm/llvm-project/issues/18942/comments
2
2014-01-21T12:29:03Z
2021-12-09T21:52:12Z
https://github.com/llvm/llvm-project/issues/18942
1,076,080,634
18,942
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18567](https://llvm.org/bz18567) | | Resolution | FIXED | | Resolved on | Jul 15, 2014 00:14 | | Version | unspecified | | OS | All | | Attachments | [OpenCL input](https://user-images.githubusercontent.com/60944935/143748846-cd7c7f4c-c770-4c19-800d-94694ecb1592.gz), [Run script...
Compiling OpenCL example fails with llvm 3.4. Did work correctly with 3.3.
https://api.github.com/repos/llvm/llvm-project/issues/18941/comments
9
2014-01-21T11:12:31Z
2021-12-09T21:52:11Z
https://github.com/llvm/llvm-project/issues/18941
1,076,080,600
18,941
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18566](https://llvm.org/bz18566) | | Resolution | FIXED | | Resolved on | Feb 20, 2014 05:37 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @eugenis,@rnk | ## Extended Description <llvm/ADT/Triple.h> is broken when compiling (out of LLVM t...
llvm/ADT/Triple.h does not work with GCC
https://api.github.com/repos/llvm/llvm-project/issues/18940/comments
4
2014-01-21T06:25:25Z
2021-12-09T21:52:10Z
https://github.com/llvm/llvm-project/issues/18940
1,076,080,569
18,940
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18565](https://llvm.org/bz18565) | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@rnk | ## Extended Description Use of library results in: C:/POSIX/lib/libLLVMSupport.a(DynamicLibrary.o):DynamicLibrary.cpp:(.text+0xf0a): undefine...
Linker Error when using trunk version of LLVM on Mingw
https://api.github.com/repos/llvm/llvm-project/issues/18939/comments
10
2014-01-21T06:11:17Z
2021-12-09T21:52:09Z
https://github.com/llvm/llvm-project/issues/18939
1,076,080,547
18,939
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18564](https://llvm.org/bz18564) | | Resolution | INVALID | | Resolved on | Jan 21, 2014 17:34 | | Version | 3.3 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @zygoloid | ## Extended Description From C11 §6.7(3): "a typedef name may be redefined to denote th...
Redefinition of identical typedefs fails
https://api.github.com/repos/llvm/llvm-project/issues/18938/comments
2
2014-01-21T03:16:10Z
2021-12-09T21:52:08Z
https://github.com/llvm/llvm-project/issues/18938
1,076,080,528
18,938
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18563](https://llvm.org/bz18563) | | Version | trunk | | OS | Linux | ## Extended Description The function "bar()" does not have a prototype. But clang does not warn it. Please refer to the following steps. ```console $: cat no-prototype.c ``` ```c++ static void ...
`-Wmissing-prototypes` does not work
https://api.github.com/repos/llvm/llvm-project/issues/18937/comments
1
2014-01-21T02:19:17Z
2024-08-13T09:10:00Z
https://github.com/llvm/llvm-project/issues/18937
1,076,080,509
18,937
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18562](https://llvm.org/bz18562) | | Version | trunk | | OS | Windows NT | | CC | @seanm | ## Extended Description For the assignment "int g = 0x828D9300L;", clang warns: implicit conversion changes signedness: 'long' to 'int' However, the conversion from signed long to signe...
Incorrect description of warning message for -Wconversion
https://api.github.com/repos/llvm/llvm-project/issues/18936/comments
0
2014-01-21T02:02:01Z
2021-12-09T21:52:06Z
https://github.com/llvm/llvm-project/issues/18936
1,076,080,478
18,936
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18561](https://llvm.org/bz18561) | | Resolution | FIXED | | Resolved on | Jul 09, 2016 20:07 | | Version | trunk | | OS | Linux | | CC | @nlewycky | ## Extended Description Clang does not warn unused expression computed in a comma expression. Please refer to the following step...
No warning for unused computed values in comma expressions
https://api.github.com/repos/llvm/llvm-project/issues/18935/comments
1
2014-01-21T01:52:09Z
2021-12-09T21:52:04Z
https://github.com/llvm/llvm-project/issues/18935
1,076,080,450
18,935
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18560](https://llvm.org/bz18560) | | Resolution | FIXED | | Resolved on | Jan 23, 2014 19:55 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @zygoloid | ## Extended Description clang++ -v: clang version 3.4 (tags/RELEASE_34/final) Tar...
decltype as default template argument & C++11 in-class initialization
https://api.github.com/repos/llvm/llvm-project/issues/18934/comments
1
2014-01-20T20:25:56Z
2021-12-09T21:52:03Z
https://github.com/llvm/llvm-project/issues/18934
1,076,080,430
18,934
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18559](https://llvm.org/bz18559) | | Version | trunk | | OS | Windows NT | | Attachments | [Testcase](https://user-images.githubusercontent.com/60944935/143748845-2f12058e-e18f-4814-bac8-bc011b412a28.gz) | | Reporter | LLVM Bugzilla Contributor | | CC | @belkadan | ## Extended ...
False null pointer error on refined condition
https://api.github.com/repos/llvm/llvm-project/issues/18933/comments
3
2014-01-20T18:17:50Z
2021-12-09T21:52:02Z
https://github.com/llvm/llvm-project/issues/18933
1,076,080,417
18,933
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18558](https://llvm.org/bz18558) | | Resolution | INVALID | | Resolved on | Jan 20, 2014 07:47 | | Version | 3.3 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Following input: -8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<--8<- #include <s...
illegal hardware instruction emitted
https://api.github.com/repos/llvm/llvm-project/issues/18932/comments
2
2014-01-20T14:39:43Z
2021-12-09T21:52:01Z
https://github.com/llvm/llvm-project/issues/18932
1,076,080,400
18,932
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18557](https://llvm.org/bz18557) | | Resolution | DUPLICATE | | Resolved on | Jan 20, 2014 04:36 | | Version | unspecified | | OS | Linux | | Attachments | [Function exhibiting the problem](https://user-images.githubusercontent.com/60944935/143748844-09a906f9-4e1d-44f0-85ff-119c...
Local object should have unique address
https://api.github.com/repos/llvm/llvm-project/issues/18931/comments
1
2014-01-20T11:35:17Z
2021-12-09T21:52:00Z
https://github.com/llvm/llvm-project/issues/18931
1,076,080,390
18,931
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18556](https://llvm.org/bz18556) | | Resolution | DUPLICATE | | Resolved on | Aug 27, 2014 12:29 | | Version | trunk | | OS | All | | CC | @rotateright | ## Extended Description The following testcase causes the current clang trunk and clang 3.4 to hang when compiling at -Os a...
clang (both trunk and 3.4) hangs at -Os and above on x86_64-linux-gnu
https://api.github.com/repos/llvm/llvm-project/issues/18930/comments
2
2014-01-20T10:33:49Z
2021-12-09T21:51:59Z
https://github.com/llvm/llvm-project/issues/18930
1,076,080,375
18,930
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18555](https://llvm.org/bz18555) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description `CreateOverloadedUnaryOp()` says: ```cpp // No viable function; fall through to handling this as a //...
`CreateBuiltinUnaryOp` accepts invalid operations
https://api.github.com/repos/llvm/llvm-project/issues/18929/comments
2
2014-01-20T09:18:08Z
2025-03-10T22:11:19Z
https://github.com/llvm/llvm-project/issues/18929
1,076,080,341
18,929
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18554](https://llvm.org/bz18554) | | Resolution | FIXED | | Resolved on | Jun 19, 2014 21:02 | | Version | trunk | | OS | Linux | | CC | @compnerd | ## Extended Description If you compile the following C program with debug info (-g) __thread int x; then gcc 4.8 generates in ...
ARM: debuginfo for tls variable contains wrong relocation
https://api.github.com/repos/llvm/llvm-project/issues/18928/comments
1
2014-01-20T08:17:48Z
2021-12-09T21:51:57Z
https://github.com/llvm/llvm-project/issues/18928
1,076,080,322
18,928
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18553](https://llvm.org/bz18553) | | Version | unspecified | | OS | Windows NT | | Attachments | [HelloWorld.7z part1](https://user-images.githubusercontent.com/92601920/143748839-90507f91-2773-4cdc-a8f4-d1f2f1d3435c.gz), [HelloWorld.7z part2](https://user-images.githubuserconte...
WinCOFFObjectWriter crash
https://api.github.com/repos/llvm/llvm-project/issues/18927/comments
0
2014-01-20T08:07:54Z
2023-08-09T07:16:06Z
https://github.com/llvm/llvm-project/issues/18927
1,076,080,296
18,927
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18552](https://llvm.org/bz18552) | | Version | unspecified | | OS | All | | CC | @DougGregor,@zygoloid,@stbergmann | ## Extended Description I think that the following sample code should return `4`, but clang returns `1`. ```cpp // --- main.cc begin --- static int...
An extern declaration in block scope refers to an incorrect variable.
https://api.github.com/repos/llvm/llvm-project/issues/18926/comments
4
2014-01-20T07:51:52Z
2024-07-27T21:26:28Z
https://github.com/llvm/llvm-project/issues/18926
1,076,080,274
18,926
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18551](https://llvm.org/bz18551) | | Resolution | FIXED | | Resolved on | Jan 20, 2014 01:22 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description The following code is accepted by clang: enum class A { ...
clang (incorrectly?) converts strong enum to bool when operator! is used
https://api.github.com/repos/llvm/llvm-project/issues/18925/comments
1
2014-01-20T03:37:16Z
2021-12-09T21:51:53Z
https://github.com/llvm/llvm-project/issues/18925
1,076,080,258
18,925
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18550](https://llvm.org/bz18550) | | Resolution | INVALID | | Resolved on | Jan 29, 2014 13:55 | | Version | unspecified | | OS | All | | CC | @d0k,@hfinkel | ## Extended Description Mesa llvmpipe lp_test_format now fails starting at llvm-3.5vn r199602. lp_test_format SCALED ...
Mesa llvmpipe lp_test_format regression with llvm-3.5svn
https://api.github.com/repos/llvm/llvm-project/issues/18924/comments
6
2014-01-19T23:02:24Z
2021-12-09T21:51:52Z
https://github.com/llvm/llvm-project/issues/18924
1,076,080,232
18,924
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18549](https://llvm.org/bz18549) | | Version | trunk | | OS | Linux | | Attachments | [Preprocessed source](https://user-images.githubusercontent.com/60944935/143748832-7df5e0b3-3775-44b4-80bb-06192970d544.gz), [A simpler crash](https://user-images.githubusercontent.com/60944935...
crash with address_space(256)
https://api.github.com/repos/llvm/llvm-project/issues/18923/comments
3
2014-01-19T18:46:13Z
2023-07-28T17:36:16Z
https://github.com/llvm/llvm-project/issues/18923
1,076,080,209
18,923
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18548](https://llvm.org/bz18548) | | Resolution | FIXED | | Resolved on | May 14, 2014 07:47 | | Version | trunk | | OS | Linux | ## Extended Description Version 3.3 and 3.4 of dragonegg are failing to build with: /tmp/buildd/dragonegg-3.4/src/x86/ABIHack.inc:1666:36: error: ...
gcc-4.8 not supported
https://api.github.com/repos/llvm/llvm-project/issues/18922/comments
7
2014-01-19T17:12:10Z
2021-12-09T21:51:50Z
https://github.com/llvm/llvm-project/issues/18922
1,076,080,197
18,922
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18547](https://llvm.org/bz18547) | | Version | trunk | | OS | Windows NT | | Depends On | llvm/llvm-project#18920 | | Attachments | [Generated assembly for test code](https://user-images.githubusercontent.com/92601424/143748830-82b837de-01b4-4e1c-b3d5-0f498b92efb0.gz), [x86_64-...
Clang generates wrong assembly for i686-w64-mingw32
https://api.github.com/repos/llvm/llvm-project/issues/18921/comments
2
2014-01-19T16:23:46Z
2023-08-16T16:45:38Z
https://github.com/llvm/llvm-project/issues/18921
1,076,080,141
18,921
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18546](https://llvm.org/bz18546) | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-project#18921 llvm/llvm-project#19028 | | Attachments | [MinGW-w64 driver support](https://user-images.githubusercontent.com/92601424/143748828-5d5082de-2f1c-438e-8c89-0ebf277ccac3.g...
Implement MinGW(-w64) Clang Driver code
https://api.github.com/repos/llvm/llvm-project/issues/18920/comments
5
2014-01-19T16:22:32Z
2023-08-15T13:15:21Z
https://github.com/llvm/llvm-project/issues/18920
1,076,080,081
18,920
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18545](https://llvm.org/bz18545) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Steps to Reproduce: Code formated like this: ``` [UIView animateKeyframesWithDuration:1 delay:1 options:0 animations:^...
clang-format error with BreakBeforeBraces: Allman
https://api.github.com/repos/llvm/llvm-project/issues/18919/comments
1
2014-01-19T12:58:18Z
2022-09-10T13:23:36Z
https://github.com/llvm/llvm-project/issues/18919
1,076,080,060
18,919
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18544](https://llvm.org/bz18544) | | Resolution | FIXED | | Resolved on | Jan 19, 2014 17:25 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@zygoloid | ## Extended Description nlewycky@ducttape:~/delta-2006.08.03$ cat 166.c names...
crash declaring inline operator new in a namespace
https://api.github.com/repos/llvm/llvm-project/issues/18918/comments
1
2014-01-19T11:20:08Z
2021-12-09T21:51:43Z
https://github.com/llvm/llvm-project/issues/18918
1,076,080,032
18,918
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18543](https://llvm.org/bz18543) | | Resolution | FIXED | | Resolved on | May 22, 2014 20:22 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Steps to Reproduce: Code like this: [UIView animateKeyframesWithDuratio...
Add clang-format style option for keeping Objective-C arguments on the same line
https://api.github.com/repos/llvm/llvm-project/issues/18917/comments
18
2014-01-19T11:12:32Z
2021-12-09T21:51:42Z
https://github.com/llvm/llvm-project/issues/18917
1,076,080,004
18,917
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18542](https://llvm.org/bz18542) | | Resolution | FIXED | | Resolved on | Sep 02, 2015 02:19 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor,@spavloff | ## Extended Description nlewycky@ducttape:~/delta-2006.08.03$ cat 175.c struc...
crash defining method of undefined class inside an incomplete type
https://api.github.com/repos/llvm/llvm-project/issues/18916/comments
1
2014-01-19T11:08:49Z
2021-12-09T21:51:41Z
https://github.com/llvm/llvm-project/issues/18916
1,076,079,983
18,916
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18541](https://llvm.org/bz18541) | | Resolution | FIXED | | Resolved on | Jan 22, 2014 18:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @dwblaikie,@DougGregor,@zygoloid | ## Extended Description This causes an infinite loop: int main(...
Using the main function in a program is allowed
https://api.github.com/repos/llvm/llvm-project/issues/18915/comments
3
2014-01-19T10:56:01Z
2021-12-09T21:51:40Z
https://github.com/llvm/llvm-project/issues/18915
1,076,079,961
18,915
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18539](https://llvm.org/bz18539) | | Resolution | DUPLICATE | | Resolved on | Jan 19, 2014 03:24 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Use of specialized template function mistakenly insta...
Use of specialized template function mistakenly instantiates its primary template function when the primary template function is deleted
https://api.github.com/repos/llvm/llvm-project/issues/18914/comments
3
2014-01-19T10:33:08Z
2021-12-09T21:51:39Z
https://github.com/llvm/llvm-project/issues/18914
1,076,079,949
18,914
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18540](https://llvm.org/bz18540) | | Resolution | DUPLICATE | | Resolved on | Jan 19, 2014 03:21 | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Use of specialized template function mistakenly insta...
Use of specialized template function mistakenly instantiates its primary template function when the primary template function is deleted
https://api.github.com/repos/llvm/llvm-project/issues/18913/comments
1
2014-01-19T10:33:08Z
2021-12-09T21:51:38Z
https://github.com/llvm/llvm-project/issues/18913
1,076,079,934
18,913
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18538](https://llvm.org/bz18538) | | Resolution | FIXED | | Resolved on | Jun 11, 2018 15:49 | | Version | trunk | | OS | Windows NT | | Blocks | llvm/llvm-project#35997 | | CC | @lattner,@emaste,@lalozano,@m-gupta,@markmentovai,@nickdesaulniers,@pawelsopensource,@zygoloid,@rjm...
non-conforming optimization -fmerge-all-constants is enabled by default
https://api.github.com/repos/llvm/llvm-project/issues/18912/comments
24
2014-01-19T08:05:45Z
2021-12-10T11:08:31Z
https://github.com/llvm/llvm-project/issues/18912
1,076,079,307
18,912
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18537](https://llvm.org/bz18537) | | Resolution | DUPLICATE | | Resolved on | Jan 19, 2014 08:25 | | Version | trunk | | OS | All | | Attachments | [backtrace](https://user-images.githubusercontent.com/60944935/143748823-780b6c54-fa92-4da2-a697-ac86bf2657d4.gz) | | Reporter | LL...
src/editfns.c from emacs gets miscompiled at -O > 0
https://api.github.com/repos/llvm/llvm-project/issues/18911/comments
1
2014-01-19T06:44:10Z
2021-12-09T21:51:03Z
https://github.com/llvm/llvm-project/issues/18911
1,076,079,278
18,911
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18536](https://llvm.org/bz18536) | | Resolution | FIXED | | Resolved on | Feb 25, 2014 07:39 | | Version | trunk | | OS | All | | CC | @alexey-bataev,@hfinkel | ## Extended Description The OMPVarList class contains: /// \brief Fetches list of all variables in the clause. ...
Bad alignment in clang/AST/StmpOpenMP.h
https://api.github.com/repos/llvm/llvm-project/issues/18910/comments
2
2014-01-19T04:09:41Z
2021-12-09T21:51:02Z
https://github.com/llvm/llvm-project/issues/18910
1,076,079,249
18,910
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18535](https://llvm.org/bz18535) | | Resolution | INVALID | | Resolved on | Mar 02, 2014 22:46 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | | CC | @DougGregor | ## Extended Description Clang++ accepts invalid Unicode character literals, such as...
Clang++ accepts invalid Unicode character literals
https://api.github.com/repos/llvm/llvm-project/issues/18909/comments
2
2014-01-19T01:37:50Z
2021-12-09T21:51:01Z
https://github.com/llvm/llvm-project/issues/18909
1,076,079,235
18,909
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18534](https://llvm.org/bz18534) | | Resolution | DUPLICATE | | Resolved on | Apr 01, 2014 07:54 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Some libraries (like Qt) provides containers (macros) that acts as contr...
add flexible ControlStatements to clang-format
https://api.github.com/repos/llvm/llvm-project/issues/18908/comments
1
2014-01-18T19:23:28Z
2021-12-09T21:51:00Z
https://github.com/llvm/llvm-project/issues/18908
1,076,079,212
18,908
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18533](https://llvm.org/bz18533) | | Resolution | WORKSFORME | | Resolved on | Sep 14, 2015 09:40 | | Version | unspecified | | OS | FreeBSD | ## Extended Description From buildbot, http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1709/steps/check-lld...
Failing FreeBSD test case test_inferior_asserting_disassemble (TestInferiorAssert.AssertingInferiorTestCase)
https://api.github.com/repos/llvm/llvm-project/issues/18907/comments
3
2014-01-18T18:19:42Z
2022-01-20T02:13:31Z
https://github.com/llvm/llvm-project/issues/18907
1,076,079,188
18,907
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18532](https://llvm.org/bz18532) | | Resolution | FIXED | | Resolved on | Jan 18, 2014 10:47 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @d0k | ## Extended Description According to http://software.intel.com/sites/landingpage/IntrinsicsGui...
Multiplication of a float vector by -1 should be transformed to an XOR of sign bits.
https://api.github.com/repos/llvm/llvm-project/issues/18906/comments
1
2014-01-18T16:58:17Z
2021-12-09T21:50:58Z
https://github.com/llvm/llvm-project/issues/18906
1,076,079,170
18,906
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18531](https://llvm.org/bz18531) | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | ## Extended Description While building LLVM with MinGW I get the following error. llvm[2]: ======= Finished Linking Release Executable yaml2obj (without symbol...
LLVM fails to build with MinGW (gcc 4.8.1) - error: unknown type name 'off_t'
https://api.github.com/repos/llvm/llvm-project/issues/18905/comments
1
2014-01-18T16:34:46Z
2023-08-10T21:22:25Z
https://github.com/llvm/llvm-project/issues/18905
1,076,079,158
18,905
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18530](https://llvm.org/bz18530) | | Resolution | FIXED | | Resolved on | Jan 25, 2014 15:32 | | Version | unspecified | | OS | All | | CC | @zygoloid | ## Extended Description consider: template <typename T> ...
Crash in variable template code when performing error recovery
https://api.github.com/repos/llvm/llvm-project/issues/18904/comments
1
2014-01-18T11:04:57Z
2021-12-09T21:50:56Z
https://github.com/llvm/llvm-project/issues/18904
1,076,079,132
18,904
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18529](https://llvm.org/bz18529) | | Version | trunk | | OS | Linux | | CC | @asl,@dwblaikie,@zhendongsu | ## Extended Description Clang warns unused volatile global variable. As specified in the C standard, the keyword "volatile" indicates that the variable may be used in a w...
Clang warns unused volatile global variable
https://api.github.com/repos/llvm/llvm-project/issues/18903/comments
7
2014-01-18T09:36:34Z
2021-12-09T21:50:54Z
https://github.com/llvm/llvm-project/issues/18903
1,076,079,092
18,903
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18528](https://llvm.org/bz18528) | | Version | trunk | | OS | Windows NT | | CC | @zygoloid,@zhendongsu | ## Extended Description Clang warns the small program "unwarned-const-qualifier-removal.c" that the conversion from const char[5] to char* is not right. And it shows that ...
Flag -Wincompatible-pointer-types-discards-qualifiers does not warn conversion from const char* to char*
https://api.github.com/repos/llvm/llvm-project/issues/18902/comments
1
2014-01-18T08:39:41Z
2021-12-09T21:50:52Z
https://github.com/llvm/llvm-project/issues/18902
1,076,079,064
18,902
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18527](https://llvm.org/bz18527) | | Resolution | FIXED | | Resolved on | Jan 21, 2014 14:35 | | Version | trunk | | OS | Windows XP | | Reporter | LLVM Bugzilla Contributor | | CC | @majnemer | ## Extended Description trunk@199501 Built with VS2012 Update 4 for host x64 and ...
[-cxx-abi microsoft] Can't mangle auto at global scope
https://api.github.com/repos/llvm/llvm-project/issues/18901/comments
2
2014-01-18T08:17:51Z
2021-12-09T21:50:51Z
https://github.com/llvm/llvm-project/issues/18901
1,076,079,045
18,901
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18526](https://llvm.org/bz18526) | | Resolution | FIXED | | Resolved on | Jan 20, 2014 00:12 | | Version | trunk | | OS | All | | Blocks | llvm/llvm-project#16805 | | Attachments | [Test case](https://user-images.githubusercontent.com/60944935/143748822-79a3fe2a-e2a2-4ec8-b16f-...
LoopVectorizer: Mistakenly vectorize multi reduction value users
https://api.github.com/repos/llvm/llvm-project/issues/18900/comments
2
2014-01-18T02:53:01Z
2021-12-09T21:50:39Z
https://github.com/llvm/llvm-project/issues/18900
1,076,078,818
18,900
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18525](https://llvm.org/bz18525) | | Resolution | INVALID | | Resolved on | Jan 18, 2014 03:25 | | Version | unspecified | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description Running clang-format on a C++-file with UseTab set to Fordentation results...
clang-format doesn't know the (documented) option Fordentation for UseTab (UT_Fordentation)
https://api.github.com/repos/llvm/llvm-project/issues/18899/comments
2
2014-01-18T02:23:08Z
2021-12-09T21:50:38Z
https://github.com/llvm/llvm-project/issues/18899
1,076,078,796
18,899
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18524](https://llvm.org/bz18524) | | Resolution | FIXED | | Resolved on | Jan 18, 2014 13:04 | | Version | trunk | | OS | Linux | | CC | @d0k | ## Extended Description Try to assemble "clz r4,r9" for -march=armv4. It should be rejected, but is currently accepted. The instructi...
clz not rejected for ARMv4
https://api.github.com/repos/llvm/llvm-project/issues/18898/comments
1
2014-01-18T02:10:17Z
2021-12-09T21:50:38Z
https://github.com/llvm/llvm-project/issues/18898
1,076,078,770
18,898
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18523](https://llvm.org/bz18523) | | Resolution | FIXED | | Resolved on | Jan 17, 2014 18:37 | | Version | trunk | | OS | Windows NT | | Reporter | LLVM Bugzilla Contributor | | CC | @pogo59 | ## Extended Description I see the lit can be run for a single target. What if my co...
XFAIL qualified strings are based on target_triple
https://api.github.com/repos/llvm/llvm-project/issues/18897/comments
1
2014-01-18T00:53:16Z
2021-12-09T21:50:37Z
https://github.com/llvm/llvm-project/issues/18897
1,076,078,749
18,897
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18522](https://llvm.org/bz18522) | | Resolution | FIXED | | Resolved on | Dec 07, 2020 00:44 | | Version | unspecified | | OS | FreeBSD | ## Extended Description example buildbot run: http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1701 test/dotest....
TestThreadSpecificBreakpoint test fails on FreeBSD
https://api.github.com/repos/llvm/llvm-project/issues/18896/comments
5
2014-01-18T00:23:25Z
2021-12-09T21:50:36Z
https://github.com/llvm/llvm-project/issues/18896
1,076,078,733
18,896
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18521](https://llvm.org/bz18521) | | Resolution | FIXED | | Resolved on | Jan 22, 2014 14:37 | | Version | trunk | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description nova ~/delta-2006.08.03$ cat runetest.c typedef struct { } _RuneLocale;...
tls related miscompile
https://api.github.com/repos/llvm/llvm-project/issues/18895/comments
2
2014-01-18T00:06:50Z
2021-12-09T21:50:35Z
https://github.com/llvm/llvm-project/issues/18895
1,076,078,713
18,895
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18520](https://llvm.org/bz18520) | | Version | 3.3 | | OS | Linux | | Reporter | LLVM Bugzilla Contributor | ## Extended Description When calling ReplaceInstWithInst on a br instruction the phi nodes in old successor blocks still reference the current block, even if they aren'...
ReplaceInstWithInst should update phi nodes when the instruction being replaced is a BranchInst
https://api.github.com/repos/llvm/llvm-project/issues/18894/comments
0
2014-01-17T19:59:24Z
2021-12-09T21:50:34Z
https://github.com/llvm/llvm-project/issues/18894
1,076,078,690
18,894
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18519](https://llvm.org/bz18519) | | Resolution | FIXED | | Resolved on | Mar 21, 2014 07:39 | | Version | unspecified | | OS | All | ## Extended Description In C++11 it's allowed to have a trailing comma as the last element in an initializer, or in an enum list. This is usefu...
Formatter puts closing '}' in initializer on same line as trailing ','
https://api.github.com/repos/llvm/llvm-project/issues/18893/comments
1
2014-01-17T19:35:33Z
2021-12-09T21:50:33Z
https://github.com/llvm/llvm-project/issues/18893
1,076,078,668
18,893
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18518](https://llvm.org/bz18518) | | Resolution | WORKSFORME | | Resolved on | Jul 26, 2017 03:13 | | Version | trunk | | OS | Solaris | | Attachments | [gmake output of MallocChecker.cpp](https://user-images.githubusercontent.com/60944935/143748819-8d3ef60f-80d7-429e-b837-841b2...
gcc 4.8.x fails to build clang
https://api.github.com/repos/llvm/llvm-project/issues/18892/comments
6
2014-01-17T13:40:41Z
2022-01-20T02:13:29Z
https://github.com/llvm/llvm-project/issues/18892
1,076,078,645
18,892
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18517](https://llvm.org/bz18517) | | Resolution | FIXED | | Resolved on | Jul 26, 2017 03:17 | | Version | trunk | | OS | Solaris | | Reporter | LLVM Bugzilla Contributor | | CC | @asl,@Theodor | ## Extended Description On my Sun Solaris 5.10 clang fails to link anything using...
GCC 4.8.x and Clang link failure
https://api.github.com/repos/llvm/llvm-project/issues/18891/comments
3
2014-01-17T13:34:03Z
2021-12-09T21:50:31Z
https://github.com/llvm/llvm-project/issues/18891
1,076,078,619
18,891
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18516](https://llvm.org/bz18516) | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description %T1 = type { %T2 } %T2 = type {} define void @&#8203;f() { %a = insertvalue %T1 undef, %T2 undef, 0 ret void } The case when T2 is zero siz...
insertvalue T1 T2 crashes when T1 is zero sized type
https://api.github.com/repos/llvm/llvm-project/issues/18890/comments
0
2014-01-17T11:13:46Z
2021-12-09T21:50:30Z
https://github.com/llvm/llvm-project/issues/18890
1,076,078,598
18,890
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18515](https://llvm.org/bz18515) | | Resolution | FIXED | | Resolved on | Jan 22, 2014 14:37 | | Version | trunk | | OS | All | | Reporter | LLVM Bugzilla Contributor | | CC | @hfinkel | ## Extended Description llc -march=ppc32 -mcpu=440 -filetype=obj -o test.o crashes on de...
Crash trying to EmitRawText msync via the object streamer
https://api.github.com/repos/llvm/llvm-project/issues/18889/comments
1
2014-01-17T08:49:10Z
2021-12-09T21:50:29Z
https://github.com/llvm/llvm-project/issues/18889
1,076,078,576
18,889
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18514](https://llvm.org/bz18514) | | Resolution | FIXED | | Resolved on | Jan 17, 2014 21:40 | | Version | unspecified | | OS | All | | CC | @mclow | ## Extended Description Per C++ 28.13[re.grammar]/13, "Where the regular expression grammar requires the conversion of a sequen...
regex doesn't use regex_traits::value() to parse quantifiers and backreferences
https://api.github.com/repos/llvm/llvm-project/issues/18888/comments
1
2014-01-17T02:23:38Z
2021-12-09T21:50:28Z
https://github.com/llvm/llvm-project/issues/18888
1,076,078,554
18,888
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18513](https://llvm.org/bz18513) | | Resolution | FIXED | | Resolved on | Jan 12, 2016 03:52 | | Version | unspecified | | OS | All | | CC | @dmpolukhin | ## Extended Description consider: typedef __SIZE_TYPE__ size_t; extern "C" int printf(const char *, ...); static char buff...
clang generates layout incompatible with gcc and icc
https://api.github.com/repos/llvm/llvm-project/issues/18887/comments
4
2014-01-17T01:25:59Z
2021-12-09T21:50:27Z
https://github.com/llvm/llvm-project/issues/18887
1,076,078,531
18,887
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18512](https://llvm.org/bz18512) | | Version | unspecified | | OS | All | | Reporter | LLVM Bugzilla Contributor | ## Extended Description From a thread on lldb-dev: we need general facilities for multiword commands definition by users. Something like (lldb) command multiwor...
Support for defining multiword commands at the command line
https://api.github.com/repos/llvm/llvm-project/issues/18886/comments
0
2014-01-17T00:58:03Z
2021-12-09T21:50:26Z
https://github.com/llvm/llvm-project/issues/18886
1,076,078,512
18,886
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18511](https://llvm.org/bz18511) | | Resolution | FIXED | | Resolved on | Jul 15, 2014 11:52 | | Version | trunk | | OS | other | | Reporter | LLVM Bugzilla Contributor | ## Extended Description I don't know what is the case on other platforms, but on Windows there is no execu...
CMake looks for Graphviz on Windows, but it should use dotty
https://api.github.com/repos/llvm/llvm-project/issues/18885/comments
2
2014-01-16T23:59:44Z
2021-12-09T21:50:25Z
https://github.com/llvm/llvm-project/issues/18885
1,076,078,493
18,885
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18510](https://llvm.org/bz18510) | | Resolution | FIXED | | Resolved on | Jan 24, 2014 19:37 | | Version | trunk | | OS | All | | CC | @pogo59 | ## Extended Description $ cat different.cpp struct ClassName0 { char : 3; virtual void ClassName0Method() {} }; struct...
Crash in CGRecordLayout involving virtual bases, virtual methods, bitfields and packing
https://api.github.com/repos/llvm/llvm-project/issues/18884/comments
3
2014-01-16T23:30:56Z
2021-12-09T21:50:24Z
https://github.com/llvm/llvm-project/issues/18884
1,076,078,462
18,884
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18509](https://llvm.org/bz18509) | | Resolution | DUPLICATE | | Resolved on | Jan 16, 2014 15:17 | | Version | trunk | | OS | Linux | | Attachments | [preprocessed C++ file](https://user-images.githubusercontent.com/60944935/143748815-a0575714-1691-4f04-9dd5-41ff97ffa28a.gz), [r...
Segfault during parsing of simple lambda involving template
https://api.github.com/repos/llvm/llvm-project/issues/18883/comments
2
2014-01-16T22:51:51Z
2021-12-09T21:50:23Z
https://github.com/llvm/llvm-project/issues/18883
1,076,078,438
18,883
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18508](https://llvm.org/bz18508) | | Resolution | FIXED | | Resolved on | Jan 22, 2014 16:11 | | Version | trunk | | OS | Linux | | Attachments | [Source to reproduce the issue](https://user-images.githubusercontent.com/60944935/143748813-433f7ebd-39c0-43d6-ae39-179c5a2aa9d0.gz)...
Segmentation Fault during linking
https://api.github.com/repos/llvm/llvm-project/issues/18882/comments
3
2014-01-16T20:22:37Z
2021-12-09T21:50:22Z
https://github.com/llvm/llvm-project/issues/18882
1,076,078,414
18,882
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18507](https://llvm.org/bz18507) | | Resolution | INVALID | | Resolved on | Sep 20, 2014 02:30 | | Version | trunk | | OS | All | | CC | @DougGregor,@zygoloid | ## Extended Description I think that sample code below should cause compilation error because the lambda function ha...
lambda expression that has an inconsistent return-type should be detected
https://api.github.com/repos/llvm/llvm-project/issues/18881/comments
5
2014-01-16T17:18:09Z
2021-12-09T21:50:21Z
https://github.com/llvm/llvm-project/issues/18881
1,076,078,392
18,881
[ "llvm", "llvm-project" ]
| | | | --- | --- | | Bugzilla Link | [18506](https://llvm.org/bz18506) | | Resolution | FIXED | | Resolved on | Jan 16, 2014 06:03 | | Version | unspecified | | OS | All | | CC | @DougGregor | ## Extended Description consider: $ cat /var/tmp/t.cpp struct A; struct B; static_assert(sizeof((int B:: *)(int A::*)0) ==...
Pointer to member cast in static_cast causes assertion
https://api.github.com/repos/llvm/llvm-project/issues/18880/comments
3
2014-01-16T11:53:55Z
2021-12-09T21:50:19Z
https://github.com/llvm/llvm-project/issues/18880
1,076,078,371
18,880