https://bugs.llvm.org/show_bug.cgi?id=33833
Bug ID: 33833
Summary: SelectionDAG crashes on optnone function after r308025
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity:
https://bugs.llvm.org/show_bug.cgi?id=33817
lab...@google.com changed:
What|Removed |Added
CC||lab...@google.com
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=32282
Simon Pilgrim changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=33798
Michael Kruse changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=33834
Bug ID: 33834
Summary: [ms_abi] Big structures arguments are not passed
correctly (x64)
Product: clang
Version: 3.9
Hardware: PC
OS: Linux
Status: NEW
https://bugs.llvm.org/show_bug.cgi?id=33828
Simon Pilgrim changed:
What|Removed |Added
Resolution|--- |FIXED
Component|Backend: X86
https://bugs.llvm.org/show_bug.cgi?id=33835
Bug ID: 33835
Summary: [clang-format] function arguments
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
P
https://bugs.llvm.org/show_bug.cgi?id=33770
James Y Knight changed:
What|Removed |Added
CC||jykni...@google.com
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=33833
Nirav Dave changed:
What|Removed |Added
CC||nir...@google.com
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=33837
Bug ID: 33837
Summary: SCEV AA assumes inbounds and non-negative offsets
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Keywords: miscompila
https://bugs.llvm.org/show_bug.cgi?id=33818
Davide Italiano changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.llvm.org/show_bug.cgi?id=33838
Bug ID: 33838
Summary: Incorrect operand sizes for MMX instructions
Product: tools
Version: 4.0
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
https://bugs.llvm.org/show_bug.cgi?id=32515
Nirav Dave changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=33840
Bug ID: 33840
Summary: std::string::push_back is 3.4x slower than on
libstdc++
Product: libc++
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
https://bugs.llvm.org/show_bug.cgi?id=33841
Bug ID: 33841
Summary: [X86] Favor shlx/shrx over shl/srl x, cl for (shift x
(and y, (BitWidth-1)))
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
https://bugs.llvm.org/show_bug.cgi?id=33821
Rafael Ávila de Espíndola changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugs.llvm.org/show_bug.cgi?id=23214
Bug 23214 depends on bug 33821, which changed state.
Bug 33821 Summary: After r307100, segfaults when linking FreeBSD aarch64 kernel
https://bugs.llvm.org/show_bug.cgi?id=33821
What|Removed |Added
-
(a < 0) + 2147483647 >> (b << ~0 + 24) + 8388639;
> }
>
> > clang++ -std=c++11 -w -O3 -march=skx -o f.o -c f.cpp
> clang-5.0:
> /home/dybaboki/llvm/llvm-trunk-20170718/include/llvm/ADT/APInt.h:1399: void
> llvm::APInt::setBits(unsigned int, unsigned int): Asserti
t f.cpp
int a;
long b;
struct {
char c : 29;
} d;
void e() {
d.c = ~0 + 483647 & (a < 0) + 2147483647 >> (b << ~0 + 24) + 8388639;
}
> clang++ -O1 -o f.o -c f.cpp -w
clang-5.0:
/home/dybaboki/llvm/llvm-trunk-20170718/include/llvm/ADT/APInt.h:1399: void
llvm::APInt::setBits(unsign
https://bugs.llvm.org/show_bug.cgi?id=33845
Bug ID: 33845
Summary: clang calls __gnu_mcount_nc with the wrong calling
convention
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
https://bugs.llvm.org/show_bug.cgi?id=33822
Adrian Prantl changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=33846
Bug ID: 33846
Summary: extern thread_local and lto
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
https://bugs.llvm.org/show_bug.cgi?id=26322
Ankit Kothana changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
23 matches
Mail list logo