[llvm-bugs] [Bug 26299] [meta][X86] Size optimization opportunities (in particular for 32-bit Chromium on Windows)

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26299 Bug 26299 depends on bug 26023, which changed state. Bug 26023 Summary: LLVM -0z push/pop optimization clobbers the red zone https://llvm.org/bugs/show_bug.cgi?id=26023 What|Removed |Added

[llvm-bugs] [Bug 26023] LLVM -0z push/pop optimization clobbers the red zone

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26023 Hans Wennborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 21148] Induction Variable Simplification Pass promotes i32 operations to i64

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=21148 Matt Arsenault changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[llvm-bugs] [Bug 26991] Assertion failure in register coalescer with AMDGPU backend

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26991 Matthias Braun changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27056] clang-cl: The unwind destination does not have an exception handling instruction!

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27056 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED Component|-New Bugs

[llvm-bugs] [Bug 27062] New: OSX thread_local: Bad machine code: Using an undefined physical register

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27062 Bug ID: 27062 Summary: OSX thread_local: Bad machine code: Using an undefined physical register Product: clang Version: trunk Hardware: PC OS: MacOS X

[llvm-bugs] [Bug 27061] New: -Wfloat-conversion doesn't catch "int += double"

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27061 Bug ID: 27061 Summary: -Wfloat-conversion doesn't catch "int += double" Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 27060] New: segfault with __builtin_return_address() on s390x

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27060 Bug ID: 27060 Summary: segfault with __builtin_return_address() on s390x Product: clang Version: 3.7 Hardware: Other OS: Linux Status: NEW Severity: normal

[llvm-bugs] [Bug 27059] New: ld: section __DATA/__thread_bss extends beyond end of file, file 'fail.o' for architecture x86_64

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27059 Bug ID: 27059 Summary: ld: section __DATA/__thread_bss extends beyond end of file, file 'fail.o' for architecture x86_64 Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 27058] ThreadPool.h fails to build with gcc 5.3.2 when cross-compiling for powerpc64

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27058 Bryan Drewery changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27020] "command alias r run" causes an assert

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27020 Ted Woodward changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 26942] r263424 causes crash during selfhost.

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26942 Reid Kleckner changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[llvm-bugs] [Bug 27058] New: ThreadPool.h fails to build with gcc 5.3.2 when cross-compiling for powerpc64

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27058 Bug ID: 27058 Summary: ThreadPool.h fails to build with gcc 5.3.2 when cross-compiling for powerpc64 Product: libraries Version: 3.8 Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 27048] trunk (r262722 and r264140): Assertion failed: (LoadPtrType->getPointerAddressSpace() == StorePtr->getType()->getPointerAddressSpace() && LoadType == StorePtr->getType()->getPo

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27048 Adam Nemet changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 21466] Many memory leaks

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=21466 Peter Cooper changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27040] Should most tests in test/Driver/cl-options.c pass -Werror?

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27040 Hans Wennborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27056] New: clang-cl: The unwind destination does not have an exception handling instruction!

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27056 Bug ID: 27056 Summary: clang-cl: The unwind destination does not have an exception handling instruction! Product: clang Version: trunk Hardware: All OS: All

[llvm-bugs] [Bug 27051] Regression(264084:264182): undefined reference errors when linking chrome/linux binaries

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27051 Reid Kleckner changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 27044] Corner case with linkonce and comdat still broken

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27044 Rafael Ávila de Espíndola changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 27055] New: Clang compiles a return statement with an expression in a void function (illegal under C90 6.6.6.4) with -std=c90 -pedantic

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27055 Bug ID: 27055 Summary: Clang compiles a return statement with an expression in a void function (illegal under C90 6.6.6.4) with -std=c90 -pedantic Product: clang Version

[llvm-bugs] [Bug 27054] New: Clang compiles a return statement with an expression in a void function (illegal under C90 6.6.6.4) with -std=c90 -pedantic

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27054 Bug ID: 27054 Summary: Clang compiles a return statement with an expression in a void function (illegal under C90 6.6.6.4) with -std=c90 -pedantic Product: clang Version

[llvm-bugs] [Bug 27054] Clang compiles a return statement with an expression in a void function (illegal under C90 6.6.6.4) with -std=c90 -pedantic

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27054 Richard Yao changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 25238] Polly in trunk r249977: Assertion failed: (getType() == V->getType() && "All operands to PHI node must be the same type as the PHI node!"), function setIncomingValue, file incl

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=25238 Johannes Doerfert changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 27035] [polly] Assert in lib/Analysis/ScopInfo.cpp:3952 caused by trunk@261866

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27035 Johannes Doerfert changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 26942] r263424 causes crash during selfhost.

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26942 Amjad Aboud changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27053] New: [AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27053 Bug ID: 27053 Summary: [AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 27052] New: Error with C++11 uniform initialization of an array of type with explicit default constructor

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27052 Bug ID: 27052 Summary: Error with C++11 uniform initialization of an array of type with explicit default constructor Product: clang Version: 3.7 Hardware: PC OS: L

[llvm-bugs] [Bug 27051] New: Regression(264084:264182): undefined reference errors when linking chrome/linux binaries

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27051 Bug ID: 27051 Summary: Regression(264084:264182): undefined reference errors when linking chrome/linux binaries Product: clang Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 27050] New: ArgumentPromotion crashing with "An asserting value handle still pointed to this value!"

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27050 Bug ID: 27050 Summary: ArgumentPromotion crashing with "An asserting value handle still pointed to this value!" Product: libraries Version: trunk Hardware: PC OS:

[llvm-bugs] [Bug 27049] llvm-nm -P violates POSIX specification

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27049 James Molloy changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27049] New: llvm-nm -P violates POSIX specification

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27049 Bug ID: 27049 Summary: llvm-nm -P violates POSIX specification Product: tools Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priori

[llvm-bugs] [Bug 27048] New: IR: trunk (r262722 and r264140): Assertion failed: (LoadPtrType->getPointerAddressSpace() == StorePtr->getType()->getPointerAddressSpace() && LoadType == StorePtr->getType

2016-03-24 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27048 Bug ID: 27048 Summary: IR: trunk (r262722 and r264140): Assertion failed: (LoadPtrType->getPointerAddressSpace() == StorePtr->getType()->getPointerAddressSpace() && LoadTy