[llvm-bugs] [Bug 24545] New: [x86] Silly code generation for _addcarry_u32/_addcarry_u64

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24545 Bug ID: 24545 Summary: [x86] Silly code generation for _addcarry_u32/_addcarry_u64 Product: libraries Version: 3.7 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 24544] New: PowerPC backend hits "Addend source register is not live!" assertion in PPCVSXFMAMutate.cpp:188

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24544 Bug ID: 24544 Summary: PowerPC backend hits "Addend source register is not live!" assertion in PPCVSXFMAMutate.cpp:188 Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 24512] miscompilation of uint32 ->float vector cast on x86 pre-avx

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24512 Andrew Adams changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[llvm-bugs] [Bug 24512] miscompilation of uint32 ->float vector cast on x86 pre-avx

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24512 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24543] New: [64-bit ms] clang-cl produced binary crashes with StackWalk64

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24543 Bug ID: 24543 Summary: [64-bit ms] clang-cl produced binary crashes with StackWalk64 Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 24542] New: [powerpc-ubuntu] code generation failure

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24542 Bug ID: 24542 Summary: [powerpc-ubuntu] code generation failure Product: new-bugs Version: 3.7 Hardware: PC OS: Windows NT Status: NEW Severity: normal

[llvm-bugs] [Bug 24541] New: Eager instantiation of constexpr variables fails if constexpr qualifier is added by static data member definition

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24541 Bug ID: 24541 Summary: Eager instantiation of constexpr variables fails if constexpr qualifier is added by static data member definition Product: clang Version: trunk

[llvm-bugs] [Bug 24230] [powerpc-ubuntu] miscompilation on opencl for long/ulong vector data types

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24230 Kajan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24290] [powerpc-ubuntu] error in building/installing llvm 3.7 with "--enable-optimized"

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24290 Kajan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24540] New: [powerpc-ubuntu] build failed with -maltivec option

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24540 Bug ID: 24540 Summary: [powerpc-ubuntu] build failed with -maltivec option Product: new-bugs Version: 3.7 Hardware: PC OS: Windows NT Status: NEW Severity: norma

[llvm-bugs] [Bug 24539] New: Conversion of APFloat and string and back can change value

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24539 Bug ID: 24539 Summary: Conversion of APFloat and string and back can change value Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 24537] [ms asm] Assertion failed: End.getPointer() <= EndPtr && "frontend claimed part of a token?"

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24537 David Majnemer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24538] New: Tests that use throw/catch are broken on Windows due to lack of compiler support

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24538 Bug ID: 24538 Summary: Tests that use throw/catch are broken on Windows due to lack of compiler support Product: lldb Version: unspecified Hardware: PC OS: Windows

[llvm-bugs] [Bug 24537] New: [ms asm] Assertion failed: End.getPointer() <= EndPtr && "frontend claimed part of a token?"

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24537 Bug ID: 24537 Summary: [ms asm] Assertion failed: End.getPointer() <= EndPtr && "frontend claimed part of a token?" Product: clang Version: unspecified Hardware: PC

[llvm-bugs] [Bug 24536] New: Still compiling after 12 minutes

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24536 Bug ID: 24536 Summary: Still compiling after 12 minutes Product: clang Version: trunk Hardware: Other OS: FreeBSD Status: NEW Severity: normal Priority

[llvm-bugs] [Bug 24531] segfault in clang::LocalInstantiationScope::getPartiallySubstitutedPack

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24531 octoploid changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24535] New: wrong code at -O3 on x86_64-linux-gnu in 32-bit mode

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24535 Bug ID: 24535 Summary: wrong code at -O3 on x86_64-linux-gnu in 32-bit mode Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 24533] Controlling? macro in the source file.

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24533 Richard Smith changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] A lld linker script bug and patch

2015-08-21 Thread zan jyu Wong via llvm-bugs
Hi, I've found a crash in lld when using linker script with wildcard matching. An example linker script: INPUT(os/main.o os/foo.o os/startup.o) OUTPUT(k.bin) SECTIONS { . = 0x0 .text : { *startup.o (.text) } .text.2 : { *(.tex*) } } I've wrote up a patch to fix this crash. Index: t

[llvm-bugs] [Bug 24534] New: Superfluous tag

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24534 Bug ID: 24534 Summary: Superfluous tag Product: Website Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P

[llvm-bugs] [Bug 24533] New: Controlling? macro in the source file.

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24533 Bug ID: 24533 Summary: Controlling? macro in the source file. Product: clang Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Priority:

[llvm-bugs] [Bug 24532] New: Wrong mask generated for _mm_blendv_epi8

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24532 Bug ID: 24532 Summary: Wrong mask generated for _mm_blendv_epi8 Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal Pri

[llvm-bugs] [Bug 24531] New: segfault in clang::LocalInstantiationScope::getPartiallySubstitutedPack

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24531 Bug ID: 24531 Summary: segfault in clang::LocalInstantiationScope::getPartiallySubstitute dPack Product: new-bugs Version: trunk Hardware: PC O

[llvm-bugs] [Bug 24143] Crash while reporting typo correction

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24143 jacobly@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 24530] New: LLDB can miss inferior SIGSTOP and SIGINT under some circumstances

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=24530 Bug ID: 24530 Summary: LLDB can miss inferior SIGSTOP and SIGINT under some circumstances Product: lldb Version: unspecified Hardware: PC OS: All Statu

[llvm-bugs] [Bug 13638] (PassInf && "Expected all immutable passes to be initialized")

2015-08-21 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=13638 Martin changed: What|Removed |Added Status|NEW |RESOLVED CC|