summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-28Revert "Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSum...llvmorg-12.0.1-rc4llvmorg-12.0.1release/12.xTom Stellard
2021-06-25[ARM] Use just ARM::t2B in ARMBlockPlacementPassllvmorg-12.0.1-rc3David Green
2021-06-25[ARM] Fix Changed status in MVEGatherScatterLoweringPass.David Green
2021-06-25[ARM] Ensure instructions are simplified prior to GatherScatter lowering.David Green
2021-06-25[ARM] Clean up some tests, removing dead instructions. NFCDavid Green
2021-06-25[ARM] Ensure loop invariant active.lane.mask operandsDavid Green
2021-06-25[ARM] Guard against loop variant gather ptr operandsDavid Green
2021-06-25[ARM] Handle debug instrs in ARM Low Overhead Loop passVictor Campos
2021-06-25[ARM] Skip debug during vpt block creationDavid Green
2021-06-25[ARM] MVE VPT block tests with debug info. NFCDavid Green
2021-06-24Add type attributes to LLVM C APIChristoffer Lernö
2021-06-24[PowerPC] Handle FP physical register in inline asm constraint.Sean Fertile
2021-06-23llvm-dwarfdump: Fix DWARF-5 DW_FORM_implicit_const (used by GCC)Jan Kratochvil
2021-06-23[nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAtt...Jan Kratochvil
2021-06-23[Coroutine] Properly deal with byval and noalias parametersXun Li
2021-06-23[llvm] Fix thinko in getVendorSignature(), where expected values of ECX and ...Vy Nguyen
2021-06-23Reland 293e8fa13d3f05e993771577a4c022deee5cbf6eVy Nguyen
2021-06-23[ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras
2021-06-23[clang] Don't assert in EmitAggregateCopy on trivial_abi typesArthur Eubanks
2021-06-22[libc++] Make feature-test macros consistent with availability macrosLouis Dionne
2021-06-22[libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver
2021-06-22[libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu
2021-06-22libsanitizer: Remove cyclades inclusion in sanitizerTamar Christina
2021-06-22[libc++] Fix CI on release/12.x branchLouis Dionne
2021-06-22[libc++] Make sure std::allocator<void> is always trivialLouis Dionne
2021-06-22[LV] Parallel annotated loop does not imply all loads can be hoisted.Joachim Meyer
2021-06-22Prevent generation of dependency on _cxa_guard for static initializationserge-sans-paille
2021-06-22Sanitizer built against glibc 2.34 doesn't workVitaly Buka
2021-06-21Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b96e2c91893.Haojian Wu
2021-06-21AMD k8 family does not support SSE4.x which are required by x86-64-v2+serge-sans-paille
2021-06-21[SystemZ] Assign the full space for promoted and split outgoing args.Jonas Paulsson
2021-06-16[🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.zoecarver
2021-06-16[libc++] Adjust XFAIL for std::tuple deduction tests with GCCLouis Dionne
2021-06-16[🍒][libc++] __bit_iterator mustn't rely on deprecated SMF generation.Arthur O'Dwyer
2021-06-16[🍒][libc++] Un-deprecate std::allocator<void>llvmorg-12.0.1-rc2Louis Dionne
2021-06-15[llvm][PPC] Add missing case for 'I' asm memory operandsTimm Bäder
2021-06-15[clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedL...Tim Wojtulewicz
2021-06-15[OpenMP] Fix typo in libomptarge for the wrong environment variableJoseph Huber
2021-06-15[PowerPC] Make sure the first probe is full size or is the last probe when st...Kai Luo
2021-06-15[PowerPC][Dwarf] Assign MMA register's dwarf register number to negative valueKai Luo
2021-06-15[ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode.Yvan Roux
2021-06-15[X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't ...Craig Topper
2021-06-14Make clangd CompletionModel not depend on directory layout.Harald van Dijk
2021-06-14Make clangd CompletionModel usable even with non-standard (but supported) layoutserge-sans-paille
2021-06-14[OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev
2021-06-14[ValueTracking] Limit scan when checking poison UB (PR50155)Nikita Popov
2021-06-10BPF: generate proper BTF for globals with WeakODRLinkageYonghong Song
2021-06-10BPF: add extern func to data sections if specifiedYonghong Song
2021-06-10[BPF] Add support for floats and doublesIlya Leoshkevich
2021-06-09[SDAG] fix miscompile from merging stores of different sizesSanjay Patel