[llvm-bugs] [Bug 31342] Implement 'stacksave-restore'

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31342 Dylan McKay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 31155] META: Fix all of the generic CodeGen tests

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31155 Bug 31155 depends on bug 31342, which changed state. Bug 31342 Summary: Implement 'stacksave-restore' https://llvm.org/bugs/show_bug.cgi?id=31342 What|Removed |Added ---

[llvm-bugs] [Bug 31347] AVR-GCC calling convention mismatch with stack

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31347 Dylan McKay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 31912] New: [X86] Need to add CLWB intrinsic to match gcc/icc

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31912 Bug ID: 31912 Summary: [X86] Need to add CLWB intrinsic to match gcc/icc Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 31911] New: newline between comments and preprocessor directive doesn't stop clang-format from lining comment up with preprocessor directive

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31911 Bug ID: 31911 Summary: newline between comments and preprocessor directive doesn't stop clang-format from lining comment up with preprocessor directive Product: clang Ve

[llvm-bugs] [Bug 31910] New: clang-format mangles the first comment it sees inside a macro

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31910 Bug ID: 31910 Summary: clang-format mangles the first comment it sees inside a macro Product: clang Version: unspecified Hardware: PC OS: All Status: N

[llvm-bugs] [Bug 31909] New: formatter doesn't correctly count length of Unicode codepoints

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31909 Bug ID: 31909 Summary: formatter doesn't correctly count length of Unicode codepoints Product: clang Version: unspecified Hardware: PC OS: All Status:

[llvm-bugs] [Bug 31908] New: formatter doesn't understand preprocessor directives such as __has_include and incorrectly reformats them

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31908 Bug ID: 31908 Summary: formatter doesn't understand preprocessor directives such as __has_include and incorrectly reformats them Product: clang Version: unspecified Hardware: PC

[llvm-bugs] [Bug 31907] New: Add an arity threshhold for binpacking arguments

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31907 Bug ID: 31907 Summary: Add an arity threshhold for binpacking arguments Product: clang Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: nor

[llvm-bugs] [Bug 31906] New: ObjC formatting: bias towards breaking between selector and arguments

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31906 Bug ID: 31906 Summary: ObjC formatting: bias towards breaking between selector and arguments Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 31905] New: [modules] #include "stddef.h" breaks module map search paths; causes redefinitions.

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31905 Bug ID: 31905 Summary: [modules] #include "stddef.h" breaks module map search paths; causes redefinitions. Product: clang Version: trunk Hardware: PC OS: Windows N

[llvm-bugs] [Bug 20542] Wrong folding of xor in DAGCombiner

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=20542 Simon Pilgrim changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 31904] New: Legacy libc++abi configuration logic in libc++?

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31904 Bug ID: 31904 Summary: Legacy libc++abi configuration logic in libc++? Product: libc++ Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal

[llvm-bugs] [Bug 31903] New: Clang-CL error on inheritance from template supplied internal type

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31903 Bug ID: 31903 Summary: Clang-CL error on inheritance from template supplied internal type Product: clang Version: trunk Hardware: PC OS: Windows NT Sta

[llvm-bugs] [Bug 31622] [meta] 4.0.0 Release Blockers

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31622 Bug 31622 depends on bug 31881, which changed state. Bug 31881 Summary: Cherry pick r294088 to 4.0 branch (MachineCopyPropagation fix) https://llvm.org/bugs/show_bug.cgi?id=31881 What|Removed |Added -

[llvm-bugs] [Bug 31881] Cherry pick r294088 to 4.0 branch (MachineCopyPropagation fix)

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31881 Hans Wennborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 31893] [MS-ABI] Verifier failure: inlinable function call in a function with debug info must have a !dbg location

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31893 Reid Kleckner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 31902] New: [btver2] Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31902 Bug ID: 31902 Summary: [btver2] Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 31901] New: duplicate symbol error message doesn't show archive name

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31901 Bug ID: 31901 Summary: duplicate symbol error message doesn't show archive name Product: lld Version: unspecified Hardware: PC OS: All Status: NEW

[llvm-bugs] [Bug 23370] [meta] Using Clang/LLVM as the FreeBSD/mips system compiler

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=23370 Bug 23370 depends on bug 23485, which changed state. Bug 23485 Summary: mips64: -fno-pic has no effect https://llvm.org/bugs/show_bug.cgi?id=23485 What|Removed |Added --

[llvm-bugs] [Bug 23485] mips64: -fno-pic has no effect

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=23485 Simon Dardis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 30473] [mips] MSA instrinsic can cause an ICE.

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30473 Simon Dardis changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[llvm-bugs] [Bug 23370] [meta] Using Clang/LLVM as the FreeBSD/mips system compiler

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=23370 Bug 23370 depends on bug 26321, which changed state. Bug 26321 Summary: MIPS IAS does not handle pseudoinstruction dla w/o $at https://llvm.org/bugs/show_bug.cgi?id=26321 What|Removed |Added --

[llvm-bugs] [Bug 26321] MIPS IAS does not handle pseudoinstruction dla w/o $at

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=26321 Simon Dardis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 27485] [X86] Codegen/X86/selectiondag-cse.ll hits assert when LLVM compiled with XDEBUG

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=27485 Serge Pavlov changed: What|Removed |Added Status|NEW |RESOLVED CC|

[llvm-bugs] [Bug 30999] LLVM_ENABLE_EXPENSIVE_CHECKS reveals 540 failures.

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=30999 Bug 30999 depends on bug 27485, which changed state. Bug 27485 Summary: [X86] Codegen/X86/selectiondag-cse.ll hits assert when LLVM compiled with XDEBUG https://llvm.org/bugs/show_bug.cgi?id=27485 What|Removed |Added

[llvm-bugs] [Bug 31900] New: Crash in LoopVectorizer/ScalarEvolution

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31900 Bug ID: 31900 Summary: Crash in LoopVectorizer/ScalarEvolution Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Pr

[llvm-bugs] [Bug 31899] New: MachineBranchProb.ll:24:10: error: expected string not found in input

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31899 Bug ID: 31899 Summary: MachineBranchProb.ll:24:10: error: expected string not found in input Product: libraries Version: trunk Hardware: All OS: All St

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

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31898 Bug ID: 31898 Summary: Bad machine code: Using an undefined physical register Product: libraries Version: trunk Hardware: All OS: All Status: NEW Severity: norma

[llvm-bugs] [Bug 31897] New: Wrong code bug in ipsccp

2017-02-08 Thread via llvm-bugs
https://llvm.org/bugs/show_bug.cgi?id=31897 Bug ID: 31897 Summary: Wrong code bug in ipsccp Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P