[llvm-bugs] [Bug 38099] New: Column Limit = 0 and Comment Alignement not working

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38099 Bug ID: 38099 Summary: Column Limit = 0 and Comment Alignement not working Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhanc

[llvm-bugs] [Bug 38101] New: [llvm-mca] implement a better framework for error handling.

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38101 Bug ID: 38101 Summary: [llvm-mca] implement a better framework for error handling. Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT S

[llvm-bugs] [Bug 38102] New: clang-cl: ICE passing __uint128_t as a template parameter

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38102 Bug ID: 38102 Summary: clang-cl: ICE passing __uint128_t as a template parameter Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 36269] Clang 7 hits segmentation fault when compiling with -fsanitize=undefined

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=36269 Vincent Le Bourlot changed: What|Removed |Added CC||llvm-bugs@lists.llvm.org Componen

[llvm-bugs] [Bug 38071] R600TargetLowering::LowerOperation uses helper function with wrong subtarget, resulting in incorrect data being read

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38071 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 38103] New: Bad for loop copy optimization when using -fno-builtin-memcpy -fno-builtin-memmove

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38103 Bug ID: 38103 Summary: Bad for loop copy optimization when using -fno-builtin-memcpy -fno-builtin-memmove Product: clang Version: 6.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 38104] New: LLD's termination code does not allow code coverage analysis to work properly.

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38104 Bug ID: 38104 Summary: LLD's termination code does not allow code coverage analysis to work properly. Product: lld Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 38031] Unsupported ARM Neon intrinsics in Target-specific DAG combine function for VLDDUP

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38031 Dave Green changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] Issue 7701 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!"

2018-07-09 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #4 on issue 7701 by sheriff...@chromium.org: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7701#c4 This bug is approaching its deadlin

[llvm-bugs] Issue 7742 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: Null-dereference READ in llvm::WebAssemblyAsmPrinter::EmitFunctionBodyStart

2018-07-09 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #4 on issue 7742 by sheriff...@chromium.org: llvm/llvm-isel-fuzzer--wasm32-O2: Null-dereference READ in llvm::WebAssemblyAsmPrinter::EmitFunctionBodyStart https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7742#c4 This bug is approach

[llvm-bugs] Issue 7698 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::DataExtractor::getU16

2018-07-09 Thread sheriff… via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #5 on issue 7698 by sheriff...@chromium.org: llvm/llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::DataExtractor::getU16 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7698#c5 This bug is approaching its deadline for being fix

[llvm-bugs] [Bug 38105] New: LTO builds fail when dllimport functions are called locally

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38105 Bug ID: 38105 Summary: LTO builds fail when dllimport functions are called locally Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT S

[llvm-bugs] [Bug 38106] New: Undefined reference error when "static const" variable is initialized in line (but works out of line)

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38106 Bug ID: 38106 Summary: Undefined reference error when "static const" variable is initialized in line (but works out of line) Product: clang Version: 6.0 Hardware: PC

[llvm-bugs] [Bug 38047] Regression in compile time during Jump Threading passes between LLVM 6 and 7

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38047 Alex Crichton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 38107] New: Aggressive optimization when computing GEP result.

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38107 Bug ID: 38107 Summary: Aggressive optimization when computing GEP result. Product: clang Version: 6.0 Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 38108] New: Wrong optimizations and missed optimizations involving pointers to subobjects

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38108 Bug ID: 38108 Summary: Wrong optimizations and missed optimizations involving pointers to subobjects Product: clang Version: 6.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 38009] Module Verifier bug makes llc/opt refuses to accept bitcode file generated by clang-6.0

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38009 Steven Wu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 38034] 3 libfuzzer tests hanging on aarch64 (buildbot failing)

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38034 Matt Morehouse changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38106] Undefined reference error when "static const" variable is initialized in line (but works out of line)

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38106 David Blaikie changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 37944] ItaniumDemangle - struct Db alignment warnings

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=37944 Serge Pavlov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38109] New: Explicit specialization after instantiation error

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38109 Bug ID: 38109 Summary: Explicit specialization after instantiation error Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancem

[llvm-bugs] [Bug 12218] llvm hangs in JumpThreading::runOnFunction

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=12218 Brian Rzycki changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 38110] New: Loop vectorizer assertion failure in truncateToMinimalBitwidths

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38110 Bug ID: 38110 Summary: Loop vectorizer assertion failure in truncateToMinimalBitwidths Product: libraries Version: trunk Hardware: Other OS: Linux Stat

[llvm-bugs] [Bug 38111] New: function attribute "diagnose_if" doesn't show error if the argument uses statements and declarations in expressions

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38111 Bug ID: 38111 Summary: function attribute "diagnose_if" doesn't show error if the argument uses statements and declarations in expressions Product: clang Version: 6.0

[llvm-bugs] [Bug 38112] New: -Wuninitialized ignored if type is "const" pointer

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38112 Bug ID: 38112 Summary: -Wuninitialized ignored if type is "const" pointer Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 38113] New: aliasing pointer analsyis broken with 32-bit pointers

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38113 Bug ID: 38113 Summary: aliasing pointer analsyis broken with 32-bit pointers Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhan

[llvm-bugs] [Bug 38114] New: "DISubprogram attached to more than one function" with -argpromotion -instcombine after r336419

2018-07-09 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=38114 Bug ID: 38114 Summary: "DISubprogram attached to more than one function" with -argpromotion -instcombine after r336419 Product: new-bugs Version: unspecified Hardware: PC