April 2017 Archives by thread
Starting: Sat Apr 1 05:40:17 PDT 2017
Ending: Sun Apr 30 17:20:34 PDT 2017
Messages: 635
- [llvm-bugs] [Bug 32485] New: Invalid PPC CTR loop with 128bit integers
via llvm-bugs
- [llvm-bugs] [Bug 32486] New: Instcombine: shufflevector with undef mask overaggressively simplified to an undef constant?
via llvm-bugs
- [llvm-bugs] [Bug 32487] New: [X86] Account for domain crossing penalties in the scheduling of SSE/AVX instructions
via llvm-bugs
- [llvm-bugs] [Bug 32488] New: StackColoring does not merge stack slots with /
via llvm-bugs
- [llvm-bugs] [Bug 30597] instcombine drops load !nonnull metadata on an inttoptr/ptrtoint
via llvm-bugs
- [llvm-bugs] [Bug 32490] New: clang -cc1 crashes if an invalid relocation model is passed
via llvm-bugs
- [llvm-bugs] [Bug 32491] New: Real warning produced by definition of _cvtss_sh in C++
via llvm-bugs
- [llvm-bugs] [Bug 32492] New: [ARM] __udivsi3 incorrect with Thumb1
via llvm-bugs
- [llvm-bugs] [Bug 32493] New: lib/AST/ExprConstant.cpp:9720: bool EvaluateInPlace(clang::APValue&, {anonymous}::EvalInfo&, const {anonymous}::LValue&, const clang::Expr*, bool): Assertion `!E->isValueDependent()' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32494] New: Clang 4.0 crashes on FreeBSD 11-STABLE
via llvm-bugs
- [llvm-bugs] [Bug 31969] Assertion failure in DeclBase.cpp
via llvm-bugs
- [llvm-bugs] [Bug 32495] New: Merge r292188 and r292246 into 4.0.1 (fixes bug 32494, and possibly others)
via llvm-bugs
- [llvm-bugs] [Bug 32496] New: Merge r294264 into the 4.0 branch : [LVI] Switch from BFS to DFS exploration order
via llvm-bugs
- [llvm-bugs] [Bug 32497] New: Merge r299346 into the 4.0 branch : [AVX-512] Fix some intrinsic macros that use the wrong macro parameter names and
via llvm-bugs
- [llvm-bugs] [Bug 32498] New: Merge r299347 into the 4.0 branch : [AVX-512] Fix a couple more intrinsic macros I missed in r299346.
via llvm-bugs
- [llvm-bugs] [Bug 32499] New: [java] space is added before :: in Java 8 method references sometimes
via llvm-bugs
- [llvm-bugs] [Bug 32500] New: Pattern matching based optimizations produce wrong results
via llvm-bugs
- [llvm-bugs] [Bug 32501] New: arm-none-eabi-clang unnecessary set -mdisable-fp-elim
via llvm-bugs
- [llvm-bugs] [Bug 32502] New: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1664: limits check in wrong place ?
via llvm-bugs
- [llvm-bugs] [Bug 32503] New: [java] missing BraceWrapping: AfterInterface option
via llvm-bugs
- [llvm-bugs] [Bug 32504] New: segfault linking FreeBSD/mips64 base system
via llvm-bugs
- [llvm-bugs] [Bug 32505] New: llvm-stress crashes DAG.getLoad()
via llvm-bugs
- [llvm-bugs] [Bug 32506] New: ld cannot link tests with #pragma omp atomic
via llvm-bugs
- [llvm-bugs] [Bug 30996] [META] PVS Studio Warnings
via llvm-bugs
- [llvm-bugs] [Bug 32507] New: [Win64] XMM registers saved in funclet prologues clobber register saves in parent function
via llvm-bugs
- [llvm-bugs] [Bug 32508] New: libclang does not provide a way to get "partially applied" template arguments inside template alias definition
via llvm-bugs
- [llvm-bugs] [Bug 3739] [win64] x86-64 generates incorrect asm in function prolog/epilog trying to save XMM registers
via llvm-bugs
- [llvm-bugs] [Bug 5005] Win64 stack corruption when spilling callee saved XMM registers.
via llvm-bugs
- [llvm-bugs] [Bug 32416] Compiler crash
via llvm-bugs
- [llvm-bugs] [Bug 31970] Assertion failure in lib/Support/APFloat.cpp
via llvm-bugs
- [llvm-bugs] [Bug 32284] Assertion `Num < NumOperands && "Invalid child # of SDNode!"' failed with -O0 -march=skx.
via llvm-bugs
- [llvm-bugs] [Bug 28676] -Wshadow doesn't warn on shadowed 'using' statements. Gcc does.
via llvm-bugs
- [llvm-bugs] [Bug 32509] New: Miscompilation of External/SPEC/CINT2006/401.bzip2/401.bzip2.test
via llvm-bugs
- [llvm-bugs] [Bug 32510] New: clang crash bug
via llvm-bugs
- [llvm-bugs] [Bug 32511] New: Inline ASM: Assertion `DAG.getTargetLoweringInfo().isTypeLegal(PartVT) && "Copying to an illegal type" failed
via llvm-bugs
- [llvm-bugs] [Bug 32512] New: Inline ASM: Assertion failed: isLegalInHWReg(N->getValueType(ResNo)) && "Unsupported SoftenFloatRes opcode!"
via llvm-bugs
- [llvm-bugs] [Bug 32514] New: Compiling a math-heavy file that uses Eigen with the '-O3 -ffast-math' causes an infinite hang
via llvm-bugs
- [llvm-bugs] [Bug 32061] [meta] 4.0.1 Release Blockers
via llvm-bugs
- [llvm-bugs] [Bug 32515] New: Assertion "DELETED_NODE in CSEMap!" fires a lot with -march=skx
via llvm-bugs
- [llvm-bugs] [Bug 32184] PowerPC - llc is spewing remarks in latest build
via llvm-bugs
- [llvm-bugs] [Bug 32516] New: Assertion `NameRef.find_first_of(0) == StringRef::npos && "Null bytes are not allowed in names"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32518] New: lld master error: can't create dynamic relocation R_AARCH64_PREL64
via llvm-bugs
- [llvm-bugs] [Bug 27747] clang crashes on valid code at -O1 and above on x86_64-linux-gnu: Assertion `N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32465] segfault in clang::SourceManager::getLineNumber
via llvm-bugs
- [llvm-bugs] [Bug 32519] New: ScopDetection::isMaxRegionInScop updates DetectionContext, but does not need to invalidate it.
via llvm-bugs
- [llvm-bugs] [Bug 32520] New: [PowerPC] icmp ne 0 can be implemented using the carry bit
via llvm-bugs
- [llvm-bugs] [Bug 32395] Merge r298551 into the 4.0 branch : [AMDGPU] Fix bug 31610
via llvm-bugs
- [llvm-bugs] [Bug 32521] New: Duplicate "no member named 'x' in namespace 'y'" error message
via llvm-bugs
- [llvm-bugs] [Bug 32410] Merge r298705 into the 4.0 branch : stable-merge-request.sh: Add a script for submitting merge requests via bugzilla
via llvm-bugs
- [llvm-bugs] [Bug 32522] New: Missed optimization: useless write of zero to memory
via llvm-bugs
- [llvm-bugs] [Bug 32523] New: Missed optimization: no optimization over loop boundaries
via llvm-bugs
- [llvm-bugs] [Bug 32524] New: x86: inefficient code for x == 0 || x == 1
via llvm-bugs
- [llvm-bugs] [Bug 32525] New: Assertion is hit: "The number of nodes scheduled doesn't match the expected number!"
via llvm-bugs
- [llvm-bugs] [Bug 32526] New: [AArch64] asm prints # for imms that is used for directives
via llvm-bugs
- [llvm-bugs] [Bug 32527] New: 'movz reg, #:abs_g0_nc:symbol' rejected by assembler
via llvm-bugs
- [llvm-bugs] [Bug 32371] shuffle (concat_vectors v4f64) hits assertion with AVX512
via llvm-bugs
- [llvm-bugs] [Bug 32528] New: no way to specify inteldialect for module level inline assembly
via llvm-bugs
- [llvm-bugs] [Bug 32529] New: Clang 3.8 crash after "error: typedef redefinition with different types"
via llvm-bugs
- [llvm-bugs] [Bug 32530] New: inline assembly incompatibility between gcc and clang - mov with offset in intel dialect
via llvm-bugs
- [llvm-bugs] [Bug 32531] New: Load hoisting of indirect loads
via llvm-bugs
- [llvm-bugs] [Bug 32532] New: Too many scalar dependencies in loops with load-hoisted bounds
via llvm-bugs
- [llvm-bugs] [Bug 32533] New: -polly-vectorizer=polly crash: Assertion failed: Stmt.isBlockStmt() && "TODO: Only block statements can be copied by the vector block " "generator"
via llvm-bugs
- [llvm-bugs] [Bug 32534] New: -polly-vectorizer=polly crash: For statement annotation does not contain its schedule
via llvm-bugs
- [llvm-bugs] [Bug 32535] New: [X86][SSE] EltsFromConsecutiveLoads - add support for VZEXT_LOAD
via llvm-bugs
- [llvm-bugs] [Bug 10065] Bogus pedantic warning when using offsetof(type, field[n])
via llvm-bugs
- [llvm-bugs] [Bug 32422] llvm-stress causes DAGCombiner to produce an illegal BUILD_VECTOR
via llvm-bugs
- [llvm-bugs] [Bug 32536] New: Verification failed in HuffEnc
via llvm-bugs
- [llvm-bugs] [Bug 32537] New: Linker Script: sections with no inputs should not be SHT_NOBITS
via llvm-bugs
- [llvm-bugs] [Bug 31332] x86_32 call through PLT for PIE and PIC results in segfault
via llvm-bugs
- [llvm-bugs] [Bug 32538] New: MachineCSE does not understand physical live ranges that span basic blocks
via llvm-bugs
- [llvm-bugs] [Bug 28167] [mc][gfx7] v_writelane_b32 -- constants and literals are not accepted for src0
via llvm-bugs
- [llvm-bugs] [Bug 28158] [mc][gfx7] s_cbranch_*, s_setkill are not supported.
via llvm-bugs
- [llvm-bugs] [Bug 32539] New: Regression where default template type parameters no longer reported
via llvm-bugs
- [llvm-bugs] [Bug 32540] New: Compiler generating extra debug location for btver2 target
via llvm-bugs
- [llvm-bugs] [Bug 32541] New: Assertion failed in leaky_bucket_1.ll: Requested parameters for an invalid SCEV!
via llvm-bugs
- [llvm-bugs] [Bug 32444] SimplifyCFG used to break ARM/AArch64 MachineBranchProb.ll, now it's flaky
via llvm-bugs
- [llvm-bugs] [Bug 32542] New: Merge r299574 into the 4.0 branch : clang-format: Support formatting utf-8 character literals in C++11+ mode.
via llvm-bugs
- [llvm-bugs] [Bug 32543] New: JSONImporter misses checks whether the data it imports makes sense.
via llvm-bugs
- [llvm-bugs] [Bug 32544] New: [X86] Unnecessary GR32->GR32 created to zero upper 32-bits or GR64 for zext of basic block input
via llvm-bugs
- [llvm-bugs] [Bug 32545] New: Assertion `(!To[i].getNode() || N->getValueType(i) == To[i].getValueType()) && "Cannot combine value to value of different type!"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32546] New: [AVX-512] Missed opportunity to perform k-operations before copying to GPR
via llvm-bugs
- [llvm-bugs] [Bug 32547] New: [AVX-512] Missed opportunity to select kunpckbw
via llvm-bugs
- [llvm-bugs] [Bug 32548] New: [LSR] LSR is producing bad code
via llvm-bugs
- [llvm-bugs] [Bug 16106] clang_getPresumedLocation and offset
via llvm-bugs
- [llvm-bugs] [Bug 32549] New: Code not executed when using "n"
via llvm-bugs
- [llvm-bugs] [Bug 32550] New: GlobalISel -O0 for AArch64 moves floating point values through GPRs way too often
via llvm-bugs
- [llvm-bugs] [Bug 32551] New: [mc] ds_write_src2_* should use one offset instead of two
via llvm-bugs
- [llvm-bugs] [Bug 32552] New: Invalid encoding of V_MQSAD_U32_U8 for CI
via llvm-bugs
- [llvm-bugs] [Bug 32252] Merge r296698 into the 4.0 branch
via llvm-bugs
- [llvm-bugs] [Bug 32553] New: TestDataFormatterLibcxxVBool is flakey on Linux & Android
via llvm-bugs
- [llvm-bugs] [Bug 31818] No support for gcc "alloc_align" function attribute
via llvm-bugs
- [llvm-bugs] [Bug 32358] inlinehint regression with redefinition of extern inline function.
via llvm-bugs
- [llvm-bugs] [Bug 32554] New: performance bug: libc++ std::isinf() with integer input is very slow vs libstdc++
via llvm-bugs
- [llvm-bugs] [Bug 32555] New: Expose __gcov_flush
via llvm-bugs
- [llvm-bugs] [Bug 32556] New: Assertion "faked up lambda definition?" failed.
via llvm-bugs
- [llvm-bugs] [Bug 32557] New: thread_local data member of a class template is constructed on each access when the argument is a local structure
via llvm-bugs
- [llvm-bugs] [Bug 32558] New: r299387 introduced regression in performance of generate code for test-suite/SingleSource/Benchmarks/Misc/matmul_f64_4x4.c
via llvm-bugs
- [llvm-bugs] [Bug 32559] New: [X86] sqrtf called with -fmath-errno and -fno-builtin-sqrtf results in 2 calls to sqrtf
via llvm-bugs
- [llvm-bugs] [Bug 26572] [GlobalISel] Generic virtual registers have nullptr as register class
via llvm-bugs
- [llvm-bugs] [Bug 32560] New: GlobalISel AArch64: s16 FPR: Assertion failed: (OrigTy.getSizeInBits() == NewTy.getSizeInBits() && "Types with difference size cannot be handled by the default " "mapping")
via llvm-bugs
- [llvm-bugs] [Bug 32561] New: GlobalISel: placement of constants in the entry-block and fast regalloc result in lots of reloaded constants
via llvm-bugs
- [llvm-bugs] [Bug 32562] New: Performance enhancements for Cavium ThunderX2 T99
via llvm-bugs
- [llvm-bugs] [Bug 32564] New: AVX2 - aggressive broadcast generation instead of memory operands
via llvm-bugs
- [llvm-bugs] [Bug 32227] Fill between executable sections with trap instructions
via llvm-bugs
- [llvm-bugs] [Bug 32565] New: VOP3 versions of opcodes v_cmp_class_* and v_cmpx_class_* are not supported
via llvm-bugs
- [llvm-bugs] [Bug 2563] SimplifyCFG is not collapsing unneeded switches
via llvm-bugs
- [llvm-bugs] [Bug 32566] New: x86: No patterns for matching bit-test and set
via llvm-bugs
- [llvm-bugs] [Bug 32567] New: [UBSan/Win] insufficient space for an object of type
via llvm-bugs
- [llvm-bugs] [Bug 32568] New: Bad code generation with cmpxchg16b and __uint128_t
via llvm-bugs
- [llvm-bugs] [Bug 32569] New: CoroFrame inserts spills non-determinstically
via llvm-bugs
- [llvm-bugs] [Bug 32570] New: (New)GVN doesn't look through non-constant memcpy
via llvm-bugs
- [llvm-bugs] [Bug 32571] New: (New)GVN should be able to handle memsets with the same value even if they alias
via llvm-bugs
- [llvm-bugs] [Bug 32572] New: LLD strips library path in DT_NEEDED
via llvm-bugs
- [llvm-bugs] [Bug 32573] New: -dynamic-list should not override -export-dynamic
via llvm-bugs
- [llvm-bugs] [Bug 32574] New: `-S -g` can emit a zero-length .debug_line section
via llvm-bugs
- [llvm-bugs] [Bug 32576] New: libfuzzer: fix copy paste in signal name
via llvm-bugs
- [llvm-bugs] [Bug 32577] New: "LLVM ERROR: MD_associated operand is not ValueAsMetadata" while building compiler-rt tests with lto and lld
via llvm-bugs
- [llvm-bugs] [Bug 32578] New: armv7: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file include/llvm/ADT/ilist_iterator.h, line 139.
via llvm-bugs
- [llvm-bugs] [Bug 32579] New: endless loop in DAGCombiner when compiling Firefox
via llvm-bugs
- [llvm-bugs] [Bug 32580] New: libFuzzer: Output diff of last mutation prior to writing out crash/oom/slow-unit test case
via llvm-bugs
- [llvm-bugs] [Bug 32581] New: restrict pointers from structures passed by value ignored
via llvm-bugs
- [llvm-bugs] [Bug 32582] New: Patch r297800 ([XRay][compiler-rt] Support TSC emulation even for x86_64) broke the build on x86
via llvm-bugs
- [llvm-bugs] [Bug 32583] New: clang/lib/AST/ASTContext.cpp, clang::TypeInfo clang::ASTContext::getTypeInfoImpl(const clang::Type*) const: Assertion `!A->getDeducedType().isNull() && "cannot request the size of an undeduced or dependent auto type"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32584] New: llvm-cov isn't able to process files on Windows because of too long section names
via llvm-bugs
- [llvm-bugs] [Bug 32585] New: llvm-stress hangs
via llvm-bugs
- [llvm-bugs] [Bug 32586] New: OpenBlas does not link with LLD
via llvm-bugs
- [llvm-bugs] [Bug 32307] Inconsistent init_array section type when using -static-libstdc++
via llvm-bugs
- [llvm-bugs] [Bug 32587] New: crash at -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (Assertion `isa<X>(Val) && "cast_or_null<Ty>() argument of incompatible type!"' failed.)
via llvm-bugs
- [llvm-bugs] [Bug 32588] New: clang crashes on valid code at -O1 and above on x86_64-linux-gnu running pass 'X86 DAG->DAG Instruction Selection': Assertion `(!Node || !ResNo || ResNo < Node->getNumValues()) && "Invalid result number for the given node!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 31603] False positive Null pointer passed as an argument to a 'nonnull' parameter
via llvm-bugs
- [llvm-bugs] [Bug 32454] Assertion `!isNull() && "Cannot retrieve a NULL type pointer"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 31352] The sanitizers “address”, “memory” and “thread” are mutually exclusive, but why?
via llvm-bugs
- [llvm-bugs] [Bug 32589] New: Crashing clang-4.0 on ubuntu
via llvm-bugs
- [llvm-bugs] [Bug 32590] New: clang::Parser::ParseDeclaratorInternal recursion crashing clang-4.0
via llvm-bugs
- [llvm-bugs] [Bug 32591] New: opt crashes with "-simplifycfg -lcssa -loop-unswitch": Assertion `InLCSSA && "Requested to preserve LCSSA, but it's already broken."'
via llvm-bugs
- [llvm-bugs] [Bug 32592] New: TestDataFormatterLibcxxListLoop fails with newer libc++
via llvm-bugs
- [llvm-bugs] [Bug 32593] New: [mc] v_mov_fed_b32, s_endpgm_saved, s_wakeup, s_rfe_restore_b64 are not supported for VI
via llvm-bugs
- [llvm-bugs] [Bug 32594] New: Error with inline asm constraint "=A" on amd64
via llvm-bugs
- [llvm-bugs] [Bug 32406] SLP regression on SystemZ
via llvm-bugs
- [llvm-bugs] [Bug 32459] apparent thread race condition crash in lld 4.0.0
via llvm-bugs
- [llvm-bugs] [Bug 32595] New: gcc-compat check wrongly complains about differing behaviour
via llvm-bugs
- [llvm-bugs] [Bug 10002] [opencl] Wrongfully assuming RHS is always unsigned
via llvm-bugs
- [llvm-bugs] [Bug 32597] New: [PPC] Instruction with invalid TBR number decoded as valid.
via llvm-bugs
- [llvm-bugs] [Bug 32598] New: SIGSEGV on recursive templates
via llvm-bugs
- [llvm-bugs] [Bug 32599] New: Merge r298569into the 4.0 branch
via llvm-bugs
- [llvm-bugs] [Bug 32600] New: [PPC] Decoded branch operand out of range
via llvm-bugs
- [llvm-bugs] [Bug 32601] New: r298532
via llvm-bugs
- [llvm-bugs] [Bug 32602] New: Merge r298532 into the 4.0 branch
via llvm-bugs
- [llvm-bugs] [Bug 32603] New: [lld-link] Spourious duplicate symbol error
via llvm-bugs
- [llvm-bugs] [Bug 31153] unordered_set's operator= or insert() is slower without a reserve before it
via llvm-bugs
- [llvm-bugs] [Bug 20651] ::operator new(size_t) should assert in -fno-exceptions
via llvm-bugs
- [llvm-bugs] [Bug 32604] New: x86_64 codegen checks branch conditions in the wrong order
via llvm-bugs
- [llvm-bugs] [Bug 32605] New: common_type<T> is not SFINAE-friendly
via llvm-bugs
- [llvm-bugs] [Bug 32606] New: std::decay mishandles abominable function types
via llvm-bugs
- [llvm-bugs] [Bug 32607] New: Crash in NewGVN if run after LICM
via llvm-bugs
- [llvm-bugs] [Bug 32608] New: Post RA scheduler incorrectly renames callee saved register
via llvm-bugs
- [llvm-bugs] [Bug 32609] New: LLD COFF /MAP option not supported
via llvm-bugs
- [llvm-bugs] [Bug 32610] New: clang crashes on valid code at -Os and above (in 32-bit mode) running pass 'X86 DAG->DAG Instruction Selection': Assertion `Sequence.size() - Noops == ScheduledNodes && "The number of nodes scheduled doesn't match the expected number!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32611] New: PowerPC - unexpected handler being optimized out
via llvm-bugs
- [llvm-bugs] [Bug 32612] New: LLD COFF Crash in COFF\Writer.cpp (Writer::run)
via llvm-bugs
- [llvm-bugs] [Bug 32613] New: LLD COFF /LTCG option not supported
via llvm-bugs
- [llvm-bugs] [Bug 32157] getRecipEstimate may not generate a reciprocal inside of a loop
via llvm-bugs
- [llvm-bugs] [Bug 32614] New: ICF causes section ordering to segfault on ARM
via llvm-bugs
- [llvm-bugs] [Bug 32615] New: executable coredump under ubuntu 14.04 libgcc 4.8
via llvm-bugs
- [llvm-bugs] [Bug 32616] New: Document that va_arg(ap, void*) can be used to consume any pointer argument
via llvm-bugs
- [llvm-bugs] [Bug 32617] New: /opt/local/libexec/llvm-4.0/include/c++/v1/algorithm:3010:35: runtime error: signed integer overflow: 9223372036854775807 - -9223372036854775808 cannot be represented in type 'long long'
via llvm-bugs
- [llvm-bugs] [Bug 32618] New: Improve merging of identical branches
via llvm-bugs
- [llvm-bugs] [Bug 32619] New: [mc] s_cbranch_g_fork should accept inline literals
via llvm-bugs
- [llvm-bugs] [Bug 32620] New: Test failing because cycleFrequency unable to determine CPU frequency for TSC accounting
via llvm-bugs
- [llvm-bugs] [Bug 30911] SelectionDAG crash
via llvm-bugs
- [llvm-bugs] [Bug 32621] New: [mc] VOP3 version of v_interp_* should be supported for VI
via llvm-bugs
- [llvm-bugs] [Bug 32623] New: Too lax dependences
via llvm-bugs
- [llvm-bugs] [Bug 32624] New: Merge r299866 into 4.0.1
via llvm-bugs
- [llvm-bugs] [Bug 32153] [GVNHoist] Invalid hoist of store
via llvm-bugs
- [llvm-bugs] [Bug 26299] [meta][X86] Size optimization opportunities (in particular for 32-bit Chromium on Windows)
via llvm-bugs
- [llvm-bugs] [Bug 32317] Loop vectorizer miscompile resulting in additional loop iteration
via llvm-bugs
- [llvm-bugs] [Bug 13910] Clang warns that __builtin_unreachable() is unreachable
via llvm-bugs
- [llvm-bugs] [Bug 32625] New: Register Tiling of two not handled correctly
via llvm-bugs
- [llvm-bugs] [Bug 32626] New: clang-format: Have option to put main header in its own block when it's bubbled to the top
via llvm-bugs
- [llvm-bugs] [Bug 32627] New: clang-format/java: method call on anonymous inner class is indented weirdly
via llvm-bugs
- [llvm-bugs] [Bug 32628] New: When using C-bindings, on x86_64 ELF, fails to generate the correct instruction for external call
via llvm-bugs
- [llvm-bugs] [Bug 32629] New: ARM/AArch64: Fill between executable sections with trap instructions
via llvm-bugs
- [llvm-bugs] [Bug 32630] New: UBSan: No warning for misaligned load of extern
via llvm-bugs
- [llvm-bugs] [Bug 31185] opt crashes with "opt -mem2reg -instcombine -indvars -jump-threading -loop-rotate -loop-vectorize": Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 31189] opt crashes with "opt -instcombine -functionattrs -licm -licm": UNREACHABLE executed at /tmp/llvm-builder/llvm-source-trunk/lib/IR/Value.cpp:822!
via llvm-bugs
- [llvm-bugs] [Bug 32631] New: undef is printed on the wrong line by -E -CC -dD with comment in macro
via llvm-bugs
- [llvm-bugs] [Bug 15393] error LNK2017: 'ADDR32' relocation to '.debug_str' invalid without /LARGEADDRESSAWARE:NO
via llvm-bugs
- [llvm-bugs] [Bug 32632] New: IndVarSimpify does not eliminate dead-loops with variant induction variable.
via llvm-bugs
- [llvm-bugs] [Bug 32634] New: R_386_TLS_LDO_32 does not respect existing offset
via llvm-bugs
- [llvm-bugs] [Bug 32635] New: [ppc64][inlineasm][optimization] LLVM Optimize the inline asm operand away and select wrong constraint
via llvm-bugs
- [llvm-bugs] [Bug 32636] New: LSAN doesn't work on Thumb
via llvm-bugs
- [llvm-bugs] [Bug 32637] New: LLD COFF flavor not recognized if spawned from lib.exe
via llvm-bugs
- [llvm-bugs] [Bug 32342] non-deterministic stage2/stage3 file comparison failures in 3 stage bootstrap on x86_64 darwin and x86_64 linux
via llvm-bugs
- [llvm-bugs] [Bug 32638] New: Compiler crash (segmentation fault) on well-formed generic lambda with `noexcept(noexcept(...))` specifier
via llvm-bugs
- [llvm-bugs] [Bug 28110] [x86, AVX] conflicting definitions for FP compare intrinsics
via llvm-bugs
- [llvm-bugs] [Bug 32639] New: Invalid error "exception specification of 'XXX' uses itself"
via llvm-bugs
- [llvm-bugs] [Bug 32640] New: Assert "Default argument is not yet instantiated!" after clang::CXXRecordDecl::getODRHash()
via llvm-bugs
- [llvm-bugs] [Bug 32641] New: clang frontend segfault compiling FreeBSD world
via llvm-bugs
- [llvm-bugs] [Bug 32642] New: string::insert and append no longer work with move_iterator
via llvm-bugs
- [llvm-bugs] [Bug 28116] Clang crash on invalid with sizeof undeduced auto type
via llvm-bugs
- [llvm-bugs] [Bug 32643] New: Clang crash on printing type size of incomplete template type [crash in clang::ASTContext::getASTRecordLayout]
via llvm-bugs
- [llvm-bugs] [Bug 32644] New: suppress error about 'override' when the base is incomplete
via llvm-bugs
- [llvm-bugs] [Bug 32645] New: fixit hint for missing
via llvm-bugs
- [llvm-bugs] [Bug 32646] New: UBSAN binary segfaults on correct UB-free test case.
via llvm-bugs
- [llvm-bugs] [Bug 32647] New: marked override but does not override should note similar functions
via llvm-bugs
- [llvm-bugs] [Bug 32648] New: Incorrect clang syntax warning with -Wgcc-compat
via llvm-bugs
- [llvm-bugs] [Bug 32649] New: std::__1::binomial_distribution is not thread safe
via llvm-bugs
- [llvm-bugs] [Bug 32650] New: RuntimeDyldELF: Relocation R_PPC64_REL24 overflow
via llvm-bugs
- [llvm-bugs] [Bug 32051] LLD doesn't define __bss_start
via llvm-bugs
- [llvm-bugs] [Bug 31051] __compressed_pair doesn't correctly forward constructor arguments.
via llvm-bugs
- [llvm-bugs] [Bug 30413] Incomplete class information in Ivar objects in libobjc2 code on Linux
via llvm-bugs
- [llvm-bugs] [Bug 32651] New: fdr-mode.cc and fdr-thread-order.cc fail in readValueFromFile - stack alignment issue?
via llvm-bugs
- [llvm-bugs] [Bug 32652] New: Scudo-x86_64 quarantine.cpp fails
via llvm-bugs
- [llvm-bugs] [Bug 32653] New: vec_xxsldi and vec_xxpermdi missing from altivec.h
via llvm-bugs
- [llvm-bugs] [Bug 32654] New: Clang hangs compiling ARM inline assembly, with instruction on unsupported target
via llvm-bugs
- [llvm-bugs] [Bug 32655] New: Improve generic vector CTPOP expansion
via llvm-bugs
- [llvm-bugs] [Bug 32656] New: [java] newline is added before ; after enum / interface declarations
via llvm-bugs
- [llvm-bugs] [Bug 32185] template template parameters not matched correctly when they contain non-type template parameters
via llvm-bugs
- [llvm-bugs] [Bug 32657] New: linker script parsing error
via llvm-bugs
- [llvm-bugs] [Bug 31934] Functions with non-tautological enable_if conditions shouldn't be assignable to references
via llvm-bugs
- [llvm-bugs] [Bug 32658] New: Miscompilation in ARM backend
via llvm-bugs
- [llvm-bugs] [Bug 32659] New: clang crashes on valid code at -Os and above (in 32-bit mode) running pass 'X86 DAG->DAG Instruction Selection': Assertion `N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32660] New: tools/bugpoint/CrashDebugger.cpp:1116: suspicious code
via llvm-bugs
- [llvm-bugs] [Bug 32280] Crash on invalid structure initialization
via llvm-bugs
- [llvm-bugs] [Bug 32661] New: [Polly] miscompile after "Move GVNHoist to function simplificaiton pipeline"
via llvm-bugs
- [llvm-bugs] [Bug 32662] New: Address space 8388355 should not be generic in C++
via llvm-bugs
- [llvm-bugs] [Bug 32663] New: -mvsx should imply -maltivec
via llvm-bugs
- [llvm-bugs] [Bug 32664] New: [ELF] - LLD segfaults when assigns absolute value of symbol
via llvm-bugs
- [llvm-bugs] [Bug 32666] New: R9285 Unigine Valley mis-rendering since [AMDGPU] Add a new pass to insert waitcnts. Leave under an option for testing.
via llvm-bugs
- [llvm-bugs] [Bug 32667] New: -Wdocumentation doesn't let one document function pointers in a struct
via llvm-bugs
- [llvm-bugs] [Bug 27620] O3 pass pipeline does not remove trivial LCSSA node
via llvm-bugs
- [llvm-bugs] [Bug 21906] Assertion failed: ExitBlockSet.count(ExitBlock) && "The LCSSA PHI is not in an exit block!"
via llvm-bugs
- [llvm-bugs] [Bug 23353] clang crashes on valid code at -O2 and -O3 on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 32668] New: [codeview] blocks return type causes a segfault
via llvm-bugs
- [llvm-bugs] [Bug 32669] New: [PE/COFF] lld silently accepts ADDR32 relocations on x86_64
via llvm-bugs
- [llvm-bugs] [Bug 32670] New: Improve diagnostic for hidden decls coming from non-modular headers
via llvm-bugs
- [llvm-bugs] [Bug 32671] New: Merge r300397 into 4.0 - string::insert and append no longer work with move_iterator
via llvm-bugs
- [llvm-bugs] [Bug 32264] compiling is 70% slower compared to gcc 5.4.0
via llvm-bugs
- [llvm-bugs] [Bug 32672] New: (Visual Studio) Unknown arguments misrecognized as input files
via llvm-bugs
- [llvm-bugs] [Bug 32674] New: LLD COFF .lib files inside .lib files not supported
via llvm-bugs
- [llvm-bugs] [Bug 32676] New: Merge r300404 into 4.0.1
via llvm-bugs
- [llvm-bugs] [Bug 32677] New: Greedy regalloc doesn't reinsert phys reg kill flags
via llvm-bugs
- [llvm-bugs] [Bug 32678] New: lld-link: Add opt-in warning when linked files (.libs etc) have a different case than on disk
via llvm-bugs
- [llvm-bugs] [Bug 32679] New: [Windows]Clang Coverage attempts to mangle name of not fully instantiated class template function
via llvm-bugs
- [llvm-bugs] [Bug 32680] New: clang-cl: Support /Zc:twoPhase
via llvm-bugs
- [llvm-bugs] [Bug 32681] New: r300404 breaks building seabios
via llvm-bugs
- [llvm-bugs] [Bug 32684] New: [java] BraceWrapping: AfterFunction affects synchronized blocks
via llvm-bugs
- [llvm-bugs] [Bug 24481] wrong code at -O2 and -O3 on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 19885] wrong code by LTO at -Os (only) on x86_64-linux-gnu (affecting 3.2 till trunk)
via llvm-bugs
- [llvm-bugs] [Bug 31107] wrong code with "opt -inline -instrprof -loop-extract"
via llvm-bugs
- [llvm-bugs] [Bug 32685] New: debuginfo-tests/asan.c and safestack.c failing on green dragon because of missing compiler-rt
via llvm-bugs
- [llvm-bugs] [Bug 32686] New: clang crashes on valid code at -O1 and above on x86_64-linux-gnu running pass 'Combine redundant instructions': Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32687] New: SROA appears to produce broken debug metadata
via llvm-bugs
- [llvm-bugs] [Bug 32688] New: RegCoalescer asserts during joinSubRanges
via llvm-bugs
- [llvm-bugs] [Bug 32689] New: /msvclto creates response files with lines that are too long for msvc's linker (LNK1170)
via llvm-bugs
- [llvm-bugs] [Bug 32690] New: [X86] SBB/AND used instead of XOR/ADC
via llvm-bugs
- [llvm-bugs] [Bug 31596] deduce icmp result from llvm.assume
via llvm-bugs
- [llvm-bugs] [Bug 31512] missed simplification from llvm.assume
via llvm-bugs
- [llvm-bugs] [Bug 30995] [META][GVN] NewGVN Integration
via llvm-bugs
- [llvm-bugs] [Bug 32691] New: Add clang_isNoReturnFunction to determine if a function is __attribute__((noreturn))
via llvm-bugs
- [llvm-bugs] [Bug 32692] New: [UBSAN] Call to function (unknown) through pointer to incorrect function type
via llvm-bugs
- [llvm-bugs] [Bug 32693] New: Macro information is missing for module
via llvm-bugs
- [llvm-bugs] [Bug 32694] New: Loop Access Analysis missing an analyzable stride?
via llvm-bugs
- [llvm-bugs] [Bug 32695] New: clang crashes with static const template class member
via llvm-bugs
- [llvm-bugs] [Bug 32697] New: assert fail in IR/Value.cpp
via llvm-bugs
- [llvm-bugs] [Bug 32698] New: LoopVectorizer is analyzing poorly due to unoptimized input
via llvm-bugs
- [llvm-bugs] [Bug 32699] New: odr-violation and, if ignored, SEGV when using ASAN on code emitted from -emit-llvm
via llvm-bugs
- [llvm-bugs] [Bug 32700] New: odr-violation and, if ignored, SEGV when using ASAN on code emitted from -emit-llvm
via llvm-bugs
- [llvm-bugs] [Bug 32701] New: Objective-C: no warning if calling known selector on a forward declared @class.
via llvm-bugs
- [llvm-bugs] [Bug 32702] New: Top level expression evaluation fails with enum in class
via llvm-bugs
- [llvm-bugs] [Bug 25747] PowerPC: crash with --target=powerpc -mcpu=power8
via llvm-bugs
- [llvm-bugs] [Bug 32703] New: lld with --dynamic-list breaks FreeBSD
via llvm-bugs
- [llvm-bugs] [Bug 24322] LIBCXX_GCC_TOOLCHAIN is not used during CMake configuration builds
via llvm-bugs
- [llvm-bugs] [Bug 32330] Segfault with Android NDK r14's clang++
via llvm-bugs
- [llvm-bugs] [Bug 30508] modulemap umbrellas check for folder existence
via llvm-bugs
- [llvm-bugs] [Bug 13769] ext_vector_type casts and implicit type conversions are bitwise casts!
via llvm-bugs
- [llvm-bugs] [Bug 20019] Clang doesn't pass -march to external linker
via llvm-bugs
- [llvm-bugs] [Bug 32705] New: [QoI] no warning emitted for mismatched dllstorage which is silently dropped
via llvm-bugs
- [llvm-bugs] [Bug 32706] New: instcombine transforms arithmetic into xor which can't be analyzed by ScalarEvolution
via llvm-bugs
- [llvm-bugs] [Bug 32707] New: Lambda noexcept specification segfaults when capturing variables
via llvm-bugs
- [llvm-bugs] [Bug 32479] Libcxx requires GNU extension when compiling with newlib
via llvm-bugs
- [llvm-bugs] [Bug 27950] LIBCXXABI_GCC_TOOLCHAIN is not used during configuration
via llvm-bugs
- [llvm-bugs] [Bug 32708] New: The shift didn't carry out the value in bit-field structure
via llvm-bugs
- [llvm-bugs] [Bug 32471] Compiler crash on AArch64-linux on test-suite MultiSource/Benchmarks/MiBench with -global-isel-abort=2
via llvm-bugs
- [llvm-bugs] [Bug 32709] New: r300639 broke self-hosting on ARM Linux
via llvm-bugs
- [llvm-bugs] [Bug 30985] [X86] Replace _mm_stream_load_si128 with __builtin_nontemporal_load
via llvm-bugs
- [llvm-bugs] [Bug 30624] [META][X86] Avoid lowering C intrinsics calls to target-specific LLVM IR intrinsics
via llvm-bugs
- [llvm-bugs] [Bug 32710] New: PMADDWD optimization on unsigned 16 bit integer
via llvm-bugs
- [llvm-bugs] [Bug 32711] New: [mc] vmcnt() expcnt() lgkmcnt() helpers to check that value fits into appropriate field
via llvm-bugs
- [llvm-bugs] [Bug 32713] New: mips/mipsel i128 sub/add generates wrong code
via llvm-bugs
- [llvm-bugs] [Bug 30562] Selection DAG error: Detected cycle in SelectionDAG
via llvm-bugs
- [llvm-bugs] [Bug 32715] New: Assertion failure: /lib/Analysis/ScopInfo.cpp:797: void polly::MemoryAccess::computeBoundsOnAccessRelation(unsigned int): Assertion `M in.sle(Max) && "Minimum expected to be less or equal than max"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32177] Bug in APFloat::mod
via llvm-bugs
- [llvm-bugs] [Bug 3316] Constant folding for 'frem' is flaky
via llvm-bugs
- [llvm-bugs] [Bug 32716] New: LLVM fails to build with GCC 7
via llvm-bugs
- [llvm-bugs] [Bug 32382] LLVM may create invalid DWARF 4+ expressions
via llvm-bugs
- [llvm-bugs] [Bug 32717] New: Merging conflicting profiles fails in the IRMover with a non-friendly diagnostic
via llvm-bugs
- [llvm-bugs] [Bug 32718] New: lld-created binaries do not end up in disk cache (?)
via llvm-bugs
- [llvm-bugs] [Bug 30630] LoopVectorizer generating bad and unhandled shufflevector sequence
via llvm-bugs
- [llvm-bugs] [Bug 19260] Show include path of a header file in the doxygen online class documentation
via llvm-bugs
- [llvm-bugs] [Bug 32719] New: Missed opportunity to eliminate copy due to suboptimal scheduling
via llvm-bugs
- [llvm-bugs] [Bug 32720] New: -Wconsumed emits a false warning on a state change following a loop
via llvm-bugs
- [llvm-bugs] [Bug 32721] New: IfConversion creating bad CFG when merging triangle
via llvm-bugs
- [llvm-bugs] [Bug 26094] clang crashes at -O2 and above on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 28351] clang crashes on valid code at -O2 and -O3 on x86_64-linux-gnu with Assertion `Elt < getNumElements() && "Invalid Elt"' failedAssertion `(i == InductionOperand || PSE.getSE()->isLoopInvariant(PSE.getSCEV(GepOperandInst), OrigLoop)) && "Must be last inde
via llvm-bugs
- [llvm-bugs] [Bug 32722] New: Reg alloc reloads register three times in innermost vector loop, although there are many free regs
via llvm-bugs
- [llvm-bugs] [Bug 32723] New: small .ll program crashes with -pre-RA-sched=list-ilp (llvm-stress)
via llvm-bugs
- [llvm-bugs] [Bug 21741] wrong code at -O2 and -O3 on x86_64-linux-gnu in 64-bit mode
via llvm-bugs
- [llvm-bugs] [Bug 32725] New: Assertion failed: (BaseType->isPointerType()), function BuildMemberReferenceExpr, file llvm/tools/clang/lib/Sema/SemaExprMember.cpp, line 990
via llvm-bugs
- [llvm-bugs] [Bug 32726] New: arm: Assertion failed: (isReg() && "This is not a register operand!"), function getReg, file include/llvm/MC/MCInst.h, line 66.
via llvm-bugs
- [llvm-bugs] [Bug 32727] New: Inline assembly, sha256rnds2 and "error: invalid input constraint 'Yz' in asm"
via llvm-bugs
- [llvm-bugs] [Bug 32728] New: ssertion failed: (all_of(FrameIndexExprs, [](FrameIndexExpr &FIE) { return FIE.Expr && FIE.Expr->isFragment(); }) && "conflicting locations for variable"), function addMMIEntry, file ../../lib/CodeGen/AsmPrinter/DwarfDebug.h, line 142
via llvm-bugs
- [llvm-bugs] [Bug 32729] New: Assertion failed: (V1.getBitWidth() == getContext().getTypeSize(CondE->getType())), function processSwitch, file llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp, line 1907
via llvm-bugs
- [llvm-bugs] [Bug 32712] clang-analyzer-alpha.security.ArrayBoundV2 false positive reverse scan over array<char>
via llvm-bugs
- [llvm-bugs] [Bug 32730] New: Fix Windows test failures marked with XFAIL: LIBCXX-WINDOWS-FIXME
via llvm-bugs
- [llvm-bugs] [Bug 32731] New: [bisected] r300746 causes stack overflow when compiling pyrit kernel
via llvm-bugs
- [llvm-bugs] [Bug 32732] New: Clang crashes on code completion in comment [clang::Lexer::Lex (this=0x0, Result=...), clang::Preprocessor::Lex (this=0x450df0, Result=...)]
via llvm-bugs
- [llvm-bugs] [Bug 32224] Merge r294690 into the 4.0 branch
via llvm-bugs
- [llvm-bugs] [Bug 32733] New: Incorrect codegen for AArch64 -O0 -mllvm -global-isel
via llvm-bugs
- [llvm-bugs] [Bug 32734] New: Infinite loop in "Globals Alias Analysis"
via llvm-bugs
- [llvm-bugs] [Bug 32735] New: DeLICMTests fails when LLVM_LINK_LLVM_DYLIB=ON and LLVM_BUILD_LLVM_DYLIB=ON
via llvm-bugs
- [llvm-bugs] [Bug 32409] Merge r298604 into the 4.0 branch : [SDAG] Fix zeroExtend assertion error
via llvm-bugs
- [llvm-bugs] [Bug 26864] segmentation fault of -partial-inliner
via llvm-bugs
- [llvm-bugs] [Bug 31077] wrong code with "opt -inline -instcombine -ipsccp -loop-extract"
via llvm-bugs
- [llvm-bugs] [Bug 31108] wrong code with "opt -inline -loop-extract"
via llvm-bugs
- [llvm-bugs] [Bug 31180] wrong code with "opt -gvn-hoist -load-combine"
via llvm-bugs
- [llvm-bugs] [Bug 27969] clang crashes on valid code at -O2 and -O3 on x86_64-linux-gnu: Assertion `New->getType() == getType() && "replaceAllUses of value with new value of different type!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 31179] wrong code with "opt -loop-rotate -gvn -jump-threading -instcombine -lcssa -loop-vectorize -lcssa -loop-unroll -instcombine"
via llvm-bugs
- [llvm-bugs] [Bug 20172] wrong code by LTO at -O1 (only) on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 27007] clang crashes on valid code at -O1 and above on x86_64-linux-gnu in LICM: Assertion `!Load->isVolatile() && "AST broken"' failed
via llvm-bugs
- [llvm-bugs] [Bug 29094] C++11 attributes not accepted in template explicit instantiation
via llvm-bugs
- [llvm-bugs] [Bug 32736] New: clang-cl never diagnoses use of forward-declared enums
via llvm-bugs
- [llvm-bugs] [Bug 32737] New: Varargs lambda causes crash
via llvm-bugs
- [llvm-bugs] [Bug 32738] New: Need captcha to reduce spam
via llvm-bugs
- [llvm-bugs] [Bug 32740] New: Invalid floating type, unreachable between r300969 and r301029
via llvm-bugs
- [llvm-bugs] [Bug 32741] New: Darwin -fsanitize=cfi -flto=thin causes raw bitcode to be emitted, instead of Mach-O-wrapped bitcode
via llvm-bugs
- [llvm-bugs] [Bug 32742] New: Clang manual should describe the include file search process
via llvm-bugs
- [llvm-bugs] [Bug 31243] SLP causes a miscompile
via llvm-bugs
- [llvm-bugs] [Bug 24801] wrong code at -O2 and -O3 on x86_64-linux-gnu (in 64-bit mode)
via llvm-bugs
- [llvm-bugs] [Bug 32743] New: [X86][SSE] Non-temporal loads shouldn't be folded if it can be avoided
via llvm-bugs
- [llvm-bugs] [Bug 32744] New: [X86][AVX1] Split 256-bit vector non-temporal loads to keep it non-temporal
via llvm-bugs
- [llvm-bugs] [Bug 32745] New: Apply r 297098 to 4.0 release branch
via llvm-bugs
- [llvm-bugs] [Bug 32746] New: Apply r 298567 to 4.0 release branch
via llvm-bugs
- [llvm-bugs] [Bug 32747] New: Merge r294786 into the 4.0 branch : Fix invalid addrspacecast due to combining alloca with global var
via llvm-bugs
- [llvm-bugs] [Bug 32748] New: Clang User's Manual doesn't enumerate the -W options
via llvm-bugs
- [llvm-bugs] [Bug 32750] New: Clang crashes Assertion failed: !isNull() && "Cannot retrieve a NULL type pointer"
via llvm-bugs
- [llvm-bugs] [Bug 17311] wrong code at -O1 and higher, variadic function
via llvm-bugs
- [llvm-bugs] [Bug 32415] Crash in llvm::InstCombiner::Descale
via llvm-bugs
- [llvm-bugs] [Bug 32751] New: The Clang Web site should have a top-level link to the Clang documentation
via llvm-bugs
- [llvm-bugs] [Bug 32752] New: ThinLTO missing optimization on Globals
via llvm-bugs
- [llvm-bugs] [Bug 31901] duplicate symbol error message doesn't show archive name
via llvm-bugs
- [llvm-bugs] [Bug 32753] New: Release notes links to in progress documentation for next release
via llvm-bugs
- [llvm-bugs] [Bug 32754] New: APInt commit broke *all* ARM self-hosting
via llvm-bugs
- [llvm-bugs] [Bug 20934] Redundant memory access in SIMD initialization of small struct
via llvm-bugs
- [llvm-bugs] [Bug 31241] [AVX2] possible intrinsics code generation regression
via llvm-bugs
- [llvm-bugs] [Bug 32755] New: Improvement Oppurtunity in CodeGen instruction Selection
via llvm-bugs
- [llvm-bugs] [Bug 32756] New: LLD COFF Support for "_LINK_" environment variable
via llvm-bugs
- [llvm-bugs] [Bug 32757] New: Clang-cl: inlinable function call in a function with debug info must have a !dbg location
via llvm-bugs
- [llvm-bugs] [Bug 32758] New: Assertion failed: (V->getType()->isIntOrIntVectorTy() && DestTy->isIntOrIntVectorTy() && "Can only sign extend/truncate integers!")
via llvm-bugs
- [llvm-bugs] [Bug 32759] New: Building the whole LLVM
via llvm-bugs
- [llvm-bugs] [Bug 32760] New: ld.bfd can also use plugins
via llvm-bugs
- [llvm-bugs] [Bug 32761] New: [coverage][windows] Null pointer dereference in CodeGenPGO::skipRegionMappingForDecl
via llvm-bugs
- [llvm-bugs] [Bug 32762] New: Merge r298799 into the 4.0 branch : Split the SimplifyCFG pass into two variants.
via llvm-bugs
- [llvm-bugs] [Bug 32242] Apply r 295614 to 4.0 release branch
via llvm-bugs
- [llvm-bugs] [Bug 32321] Apply r 295635 to 4.0 release branch
via llvm-bugs
- [llvm-bugs] [Bug 32322] Apply to 4.0 release branch
via llvm-bugs
- [llvm-bugs] [Bug 32763] New: ThinLTO crashes while destroying the context
via llvm-bugs
- [llvm-bugs] [Bug 31665] No --lto-Os and --lto-Oz
via llvm-bugs
- [llvm-bugs] [Bug 32764] New: Find ways of reducing --reproduce archive size
via llvm-bugs
- [llvm-bugs] [Bug 32765] New: Support -fdelete-null-pointer-checks
via llvm-bugs
- [llvm-bugs] [Bug 32766] New: Return type deduction for auto fails for member function in struct nested in lambda nested in function template
via llvm-bugs
- [llvm-bugs] [Bug 32103] Apply r296105, r296106 and r296111 to 4.0 release branch.
via llvm-bugs
- [llvm-bugs] [Bug 32767] New: JIT time is incredibly slow for the following bytecode on Windows 10 with AMD Ryzen R7 1700X
via llvm-bugs
- [llvm-bugs] [Bug 32768] New: Missing "-Wuninitialized" warning after adding a no-op `(void)` cast
via llvm-bugs
- [llvm-bugs] [Bug 32055] JIT not working for for the following processor: 6 core 2013 Mac Pro
via llvm-bugs
- [llvm-bugs] [Bug 32769] New: MachineCSE eliminates CMP instruction even when there are other CMPs in the same BB.
via llvm-bugs
- [llvm-bugs] [Bug 32770] New: CFI tests using ThinLTO on Windows all fail with unsupported X86 relocation
via llvm-bugs
- [llvm-bugs] [Bug 32771] New: Stack get and set use wrong global id
via llvm-bugs
- [llvm-bugs] [Bug 28159] [mc][gfx7] s_cbranch_join -- SRC0 should be 32-bit
via llvm-bugs
- [llvm-bugs] [Bug 28211] [mc] ds_and_src2/condxchg32_rtn/gws_sema_release_all/nop etc - unrecognized instructions
via llvm-bugs
- [llvm-bugs] [Bug 28227] [mc] ds_wrxchg2* -- two offsets must be supported.
via llvm-bugs
- [llvm-bugs] [Bug 25299] Assertion failure: use_empty() && "Uses remain when a value is destroyed!"
via llvm-bugs
- [llvm-bugs] [Bug 32772] New: ICF does not take addends into account if REL (as opposed to RELA)
via llvm-bugs
- [llvm-bugs] [Bug 32773] New: UNREACHABLE "Couldn't join subrange" in RegisterCoalescer (out-of-tree backend)
via llvm-bugs
- [llvm-bugs] [Bug 28103] clang crashes on valid code at -O3 on x86_64-linux-gnu: Assertion `isComplete() && "bad loop DFS"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32775] New: LLD/COFF should not allow absolute symbols to be exported
via llvm-bugs
- [llvm-bugs] [Bug 32776] New: LLD/COFF should support *_SECREL7 relocations
via llvm-bugs
- [llvm-bugs] [Bug 32777] New: emutls.c fails to compile with clang-cl
via llvm-bugs
- [llvm-bugs] [Bug 32778] New: [Polly] [ScopDetect/Info] Incorrect Invariant Load Hoisting
via llvm-bugs
- [llvm-bugs] [Bug 32779] New: add note for where overloaded function types came from
via llvm-bugs
- [llvm-bugs] [Bug 32780] New: [ARM] Miscompile comparing string address to itself
via llvm-bugs
- [llvm-bugs] [Bug 32781] New: Polly 4.0.0 fails compiling
via llvm-bugs
- [llvm-bugs] [Bug 32782] New: examples/ExceptionDemo/ExceptionDemo.cpp fails compiling
via llvm-bugs
- [llvm-bugs] [Bug 32783] New: Bad diagnostics/possible over-aggressive bounds checking during initialization of a constexpr array in C++11
via llvm-bugs
- [llvm-bugs] [Bug 32784] New: Multiple returns are not canonicalized to a single return
via llvm-bugs
- [llvm-bugs] [Bug 32785] New: relocations pointing to SHF_MERGE are not supported
via llvm-bugs
- [llvm-bugs] [Bug 32786] New: clang++ fails to find libstdc++
via llvm-bugs
- [llvm-bugs] [Bug 32787] New: failed to eliminate pair-of-compares
via llvm-bugs
- [llvm-bugs] [Bug 32790] New: [AVX] partly-implemented 256-bit ISA leads to codegen problems
via llvm-bugs
- [llvm-bugs] [Bug 32791] New: [InstCombine] fold or-of-selects with inverted predicates and zero operands
via llvm-bugs
- [llvm-bugs] [Bug 32792] New: Assertion `LocationKind == Implicit || LocationKind == Unknown' failed
via llvm-bugs
- [llvm-bugs] [Bug 32793] New: -Wnonportable-include-path doesn't warn on paths given via command lnie
via llvm-bugs
- [llvm-bugs] [Bug 32794] New: Merge r301328 into the 4.0 branch : [libclang] Check for a record declaration before a template specialization
via llvm-bugs
- [llvm-bugs] [Bug 32795] New: crash at -O3 and -O2 in 32-bit mode (Instruction does not dominate all uses! error in backend: Broken function found, compilation aborted!)
via llvm-bugs
- [llvm-bugs] [Bug 32796] New: lsan test suite fails on Darwin x86_64 bots
via llvm-bugs
- [llvm-bugs] [Bug 20060] Integrated assembler segfault
via llvm-bugs
- [llvm-bugs] [Bug 32797] New: Merge r293630 into the 4.0 branch : [cmake] Support running tests in stand-alone builds
via llvm-bugs
- [llvm-bugs] [Bug 32798] New: ThinLTO fails to consider module inline asm refs as gc roots
via llvm-bugs
- [llvm-bugs] [Bug 32799] New: ARMv5 load codegen ignores alignment
via llvm-bugs
- [llvm-bugs] [Bug 32800] New: Emit warning for initializing a reference with literal/temporary
via llvm-bugs
- [llvm-bugs] [Bug 15298] llc generates incorrect AVX code on sandy bridge on following .ll file
via llvm-bugs
- [llvm-bugs] [Bug 32045] clang crashes on valid code at -O2 and -O3 on x86_64-linux-gnu: Assertion `shiftAmt <= BitWidth && "Invalid shift amount"' failed
via llvm-bugs
- [llvm-bugs] [Bug 22970] Addressing mode matching does not combine a 32 bit constant addition into a 64 bit address mode calculation
via llvm-bugs
- [llvm-bugs] [Bug 32801] New: Add scheduler classes for integer/float horizontal operations
via llvm-bugs
- [llvm-bugs] [Bug 32802] New: [BranchFolding] Investigate reducing the default value of tail-merge-size
via llvm-bugs
- [llvm-bugs] [Bug 2725] The configure script ignores the --libdir parameter, which is used by llvm.spec
via llvm-bugs
- [llvm-bugs] [Bug 32803] New: Append extension to --reproduce again
via llvm-bugs
- [llvm-bugs] [Bug 32804] New: Instruction with incorrect VEX prefix W value decoded as valid
via llvm-bugs
- [llvm-bugs] [Bug 32805] New: nopl %ebx is not recognized as valid assembly
via llvm-bugs
- [llvm-bugs] [Bug 32806] New: [x86 disassembler] Invalid used of 'w' suffix on push and pop using 64-bit registers
via llvm-bugs
- [llvm-bugs] [Bug 32807] New: [x86 disassembler] XMM registers used incorrectly in address calculation
via llvm-bugs
- [llvm-bugs] [Bug 32808] New: [x86 disassembler] 'into' instruction should not be decoded as valid in 64-bit mode
via llvm-bugs
- [llvm-bugs] [Bug 32809] New: [x86 disassembler] 'xchg' instruction uses two different sized register operands with data16 prefix
via llvm-bugs
- [llvm-bugs] [Bug 32810] New: clang-format screws up typedef enums
via llvm-bugs
- [llvm-bugs] [Bug 30827] [mc] s_mulk_i32 to check that immediate operand fits into 16 bits
via llvm-bugs
- [llvm-bugs] [Bug 32811] New: wrong code (SIGFPE) at -O1 and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)
via llvm-bugs
- [llvm-bugs] [Bug 32085] Extra broadcasts in doubly-unrolled avx2 memcpy loop
via llvm-bugs
- [llvm-bugs] [Bug 32812] New: scan-build: enable all checkers | support glob
via llvm-bugs
- [llvm-bugs] [Bug 32813] New: Backport crash fix from PR32750 (r301420) to 4.0.1
via llvm-bugs
- [llvm-bugs] [Bug 32814] New: Missed optimization: (int)x + 1 == (int)y - 1
via llvm-bugs
- [llvm-bugs] [Bug 32815] New: [ppc] Slow code for 32-bit bit reversal
via llvm-bugs
- [llvm-bugs] [Bug 32816] New: link order not working well with linker scripts
via llvm-bugs
- [llvm-bugs] [Bug 32817] New: [ppc] Slow code for rotate shift and add
via llvm-bugs
- [llvm-bugs] [Bug 32818] New: wrong code (compiled code hangs) at -O3 on x86_64-linux-gnu in 64-bit mode (but not in 32-bit)
via llvm-bugs
- [llvm-bugs] [Bug 32819] New: clang-analyzer reduced crash
via llvm-bugs
- [llvm-bugs] [Bug 32820] New: clang-analyzer crash: in clang::AnalysisDeclContext::getBody(bool&) ?
via llvm-bugs
- [llvm-bugs] [Bug 32315] merge r292034 to 4.0.1
via llvm-bugs
- [llvm-bugs] [Bug 32821] New: GVN-Hoist hoists a load over a predicate
via llvm-bugs
- [llvm-bugs] [Bug 32822] New: clang crashes with arrays of std::complex
via llvm-bugs
- [llvm-bugs] [Bug 32823] New: Warn about accidental coping of data in range based for
via llvm-bugs
- [llvm-bugs] [Bug 31007] inline asm 0bH conflict
via llvm-bugs
- [llvm-bugs] [Bug 27884] Assembler not accepting hex constants that include '0b' or '0B' as first characters in intel syntax
via llvm-bugs
- [llvm-bugs] [Bug 32824] New: Possible incorrect code generation on use of initializer_list in range-based for loop
via llvm-bugs
- [llvm-bugs] [Bug 32825] New: arm assembler incorrectly re-uses previously allocated literal pool entries
via llvm-bugs
- [llvm-bugs] [Bug 32253] Merge r296645 into the 4.0 branch
via llvm-bugs
- [llvm-bugs] [Bug 32826] New: map "/d1reportAllClassLayout" in clang-cl to -fdump-record-layout
via llvm-bugs
- [llvm-bugs] [Bug 32827] New: _mm_set_pd1 missing from emmintrin.h
via llvm-bugs
- [llvm-bugs] [Bug 32828] New: Module summary analysis crashes when handling aliases that are absolute symbols
via llvm-bugs
- [llvm-bugs] [Bug 32829] New: SmallPtrSet usage in SROA could introduce non-determinism in Clang
via llvm-bugs
- [llvm-bugs] [Bug 32830] New: Clang produces incorrect code with -O2 and higher
via llvm-bugs
- [llvm-bugs] [Bug 32831] New: Assertion failed: isGenericLambdaCallOperatorSpecialization(CurLSI->CallOperator), file llvm\tools\clang\lib\Sema\SemaExprCXX.cpp, line 934
via llvm-bugs
- [llvm-bugs] [Bug 32832] New: segfault in llvm::FPPassManager::runOnFunction, running X86 FP Stackifier pass
via llvm-bugs
- [llvm-bugs] [Bug 32833] New: WCHAR_MAX and WCHAR_MIN may sometimes have the wrong types
via llvm-bugs
- [llvm-bugs] [Bug 32834] New: r301144 cause build failure with LibreOffice
via llvm-bugs
- [llvm-bugs] [Bug 32835] New: wrong code (compiled code segfaults) at -O1 and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)
via llvm-bugs
- [llvm-bugs] [Bug 32836] New: opt crashes with "opt -instcombine -newgvn": Assertion `BeforeCC->isEquivalentTo(AfterCC) && "Value number changed after main loop completed!"' failed
via llvm-bugs
- [llvm-bugs] [Bug 32837] New: virtual destructor not called
via llvm-bugs
- [llvm-bugs] [Bug 32838] New: clang crashes with "-mllvm -enable-newgvn": "Seem to have processed the same Value a lot"
via llvm-bugs
- [llvm-bugs] [Bug 32839] New: [X86] Missing _mm256_zextpd128_pd256 et al. helper intrinsics
via llvm-bugs
- [llvm-bugs] [Bug 32840] New: NONDETERMINIZM: It seems, ThreadSanitizer does not understand OpenMP's critical section in C++
via llvm-bugs
- [llvm-bugs] [Bug 32841] New: [X86][SSE] Use PHMINPOSUW for i8/i16 min/max reductions
via llvm-bugs
- [llvm-bugs] [Bug 32842] New: MemorySanitizer false negatives on comparisons
via llvm-bugs
- [llvm-bugs] [Bug 32843] New: Multiple crashes when all analyzers enabled
via llvm-bugs
- [llvm-bugs] [Bug 32844] New: Assertion failed: (getOperand(0)->getType() == cast<PointerType>(getOperand(1)->getType())->getElementType() && "Ptr must be a pointer to Val type!") function AssertOK, file llvm/lib/IR/Instructions.cpp, line 1416
via llvm-bugs
- [llvm-bugs] [Bug 32845] New: clang crashes with "-mllvm -enable-newgvn": "New class for instruction should not be dominated by instruction"
via llvm-bugs
- [llvm-bugs] [Bug 32847] New: wrong code at -Os and above on x86_64-linux-gnu (NewGVN)
via llvm-bugs
- [llvm-bugs] [Bug 32848] New: -frewrite-includes asserts after file not found error: `LastInclusionLocation.isInvalid() && "Another inclusion directive was found before the previous one " "was processed"' failed.
via llvm-bugs
- [llvm-bugs] [Bug 32849] New: clang crashes with "-mllvm -enable-newgvn": "Any class with a store as a " "leader should have a " "representative stored value\n"
via llvm-bugs
- [llvm-bugs] [Bug 32850] New: ARM backend: Assetion Unknown addressing mode for CP reference in ARMConstantIslandPass.cpp!
via llvm-bugs
- [llvm-bugs] [Bug 26771] -frewrite-includes: Lack of an exit line directive in case of an empty header
via llvm-bugs
- [llvm-bugs] [Bug 32851] New: fix "REQUIRES: system-darwin" tests to not depend on the OS
via llvm-bugs
- [llvm-bugs] [Bug 32852] New: wrong code in NewGVN (with "opt -inline -newgvn") on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 32853] New: wrong code at -O2 and -O3 on x86_64-linux-gnu (in NewGVN with "-mllvm -enable-newgvn")
via llvm-bugs
- [llvm-bugs] [Bug 32854] New: Loop-idiom recognition for memset in the inner-loop of a nested-loop interferes with vectorization
via llvm-bugs
- [llvm-bugs] [Bug 32855] New: Support for --no-keep-memory
via llvm-bugs
- [llvm-bugs] [Bug 32856] New: bind on generic lambda
via llvm-bugs
- [llvm-bugs] [Bug 32857] New: Add scheduler classes for vector masked load/store operations
via llvm-bugs
- [llvm-bugs] [Bug 32858] New: Use ENTER and LEAVE instructions in function stack handling for optsize or when performant
via llvm-bugs
- [llvm-bugs] [Bug 32859] New: wrong code in NewGVN (with "opt -inline -sroa -jump-threading -lcssa -loop-rotate -loop-vectorize -loop-unroll -newgvn") on x86_64-linux-gnu
via llvm-bugs
- [llvm-bugs] [Bug 32860] New: Modifying data member when passing temporary to function accepting T const & not considered constexpr
via llvm-bugs
- [llvm-bugs] [Bug 32861] New: Incorrect template argument deduction for conversion operator
via llvm-bugs
- [llvm-bugs] [Bug 32862] New: AVX512 _mm512_setzero_ps could save a byte by using a VEX-encoded vxorps xmm instead of EVEX
via llvm-bugs
Last message date:
Sun Apr 30 17:20:34 PDT 2017
Archived on: Sun Apr 30 17:20:36 PDT 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).