https://bugs.llvm.org/show_bug.cgi?id=34828
Bug ID: 34828
Summary: Assertion in VirtRegRewriter: `toIndex_(n) <
storage_.size() && "index out of bounds!"'
Product: new-bugs
Version: trunk
Hardware: PC
OS: Al
Status: New
Owner:
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,
llvm-b...@lists.llvm.org
Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible
Engine-libfuzzer Proj-llvm Reported-2017-10-04
New issue 3545 by monor...@clusterfuzz-external.iam.gserviceac
https://bugs.llvm.org/show_bug.cgi?id=34829
Bug ID: 34829
Summary: Merge r314890 r314891 into the 5.0 branch : [AVR] Fix
displacement overflow for LDDW/STDW
Product: new-bugs
Version: 5.0
Hardware: All
OS: A
https://bugs.llvm.org/show_bug.cgi?id=34800
Alexander Kornienko changed:
What|Removed |Added
Assignee|unassignedclangbugs@nondot. |ale...@google.com
|org
https://bugs.llvm.org/show_bug.cgi?id=34827
Jonas Paulsson changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=34305
Artem Dergachev changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=34783
Davide Italiano changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.llvm.org/show_bug.cgi?id=34830
Bug ID: 34830
Summary: Clang failing with "Cannot emit physreg copy
instruction"
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
https://bugs.llvm.org/show_bug.cgi?id=34831
Bug ID: 34831
Summary: Allow to select the segment and offset of the stack
canary
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
https://bugs.llvm.org/show_bug.cgi?id=34832
Bug ID: 34832
Summary: Commits rL314375 caused intermittent build failures
for SPEC2006 benchmarks
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
https://bugs.llvm.org/show_bug.cgi?id=34833
Bug ID: 34833
Summary: Test case using __try/__except/__finaly crashes if the
GCOV profiling pass is enabled
Product: new-bugs
Version: 5.0
Hardware: PC
OS: Window
https://bugs.llvm.org/show_bug.cgi?id=34834
Bug ID: 34834
Summary: Assertion failure with debuginfos and inlining
('Invalid result number for the given node')
Product: libraries
Version: 5.0
Hardware: All
OS
https://bugs.llvm.org/show_bug.cgi?id=34836
Bug ID: 34836
Summary: --gc-sections remove relocations from --emit-relocs
Product: lld
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
https://bugs.llvm.org/show_bug.cgi?id=34828
Geoff Berry changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Status: New
Owner:
CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com,
llvm-b...@lists.llvm.org
Labels: ClusterFuzz Stability-Memory-AddressSanitizer Reproducible
Engine-libfuzzer Proj-llvm Reported-2017-10-04
New issue 3549 by monor...@clusterfuzz-external.iam.gserviceac
(a > (a > 0) + a) + a; }
> clang++ -std=c++11 -w -O2 -c f.cpp
Not implemented
UNREACHABLE executed at
/home/dybaboki/llvm/llvm-trunk-20171004/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:776!
#0 0x0135083f llvm::sys::PrintStackTrace(llvm::raw_ostream&)
(/home/dybabok
https://bugs.llvm.org/show_bug.cgi?id=34832
Sanjoy Das changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
, h;
int c, e;
unsigned d;
long f;
void i() {
f = unsigned(e) * -1LL + 9223372036854775807L;
if (g * (b == c) - 5)
;
else {
0 / 0 ?: ~~a;
h = (d - f) * 16 != (b == c);
}
}
> clang++ -w -O2 -c f.cpp
clang-6.0:
/home/dybaboki/llvm/llvm-trunk-20171004/lib/Transforms/InstCombine/InstCom
https://bugs.llvm.org/show_bug.cgi?id=33924
Richard Smith changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugs.llvm.org/show_bug.cgi?id=34839
Bug ID: 34839
Summary: Missed constant propagation of aggregate return values
of non-inlined static functions
Product: new-bugs
Version: trunk
Hardware: PC
OS: Lin
https://bugs.llvm.org/show_bug.cgi?id=34840
Bug ID: 34840
Summary: Customized return-value calling conventions for
private functions could make better choices
Product: new-bugs
Version: trunk
Hardware: PC
OS
__attribute__((ext_vector_type(2)));
b c;
void d() {
b a(4 << 1 / ~(1 - 4 | c));
0 >> a - 4;
}
> clang++ -c -O2 -w f.cpp
clang-6.0: /home/dybaboki/llvm/llvm-trunk-20171004/lib/IR/Constants.cpp:1575:
static llvm::Constant *llvm::ConstantExpr::getZExt(llvm::Constant *, llvm::Type
*
22 matches
Mail list logo