aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Revert "Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSum...llvmorg-12.0.1-rc4llvmorg-12.0.1release/12.xTom Stellard3-6/+21
2021-06-25[ARM] Use just ARM::t2B in ARMBlockPlacementPassllvmorg-12.0.1-rc3David Green2-7/+4
2021-06-25[ARM] Fix Changed status in MVEGatherScatterLoweringPass.David Green1-1/+1
2021-06-25[ARM] Ensure instructions are simplified prior to GatherScatter lowering.David Green9-52/+96
2021-06-25[ARM] Clean up some tests, removing dead instructions. NFCDavid Green23-735/+39
2021-06-25[ARM] Ensure loop invariant active.lane.mask operandsDavid Green2-0/+149
2021-06-25[ARM] Guard against loop variant gather ptr operandsDavid Green2-1/+46
2021-06-25[ARM] Handle debug instrs in ARM Low Overhead Loop passVictor Campos2-7/+343
2021-06-25[ARM] Skip debug during vpt block creationDavid Green2-11/+18
2021-06-25[ARM] MVE VPT block tests with debug info. NFCDavid Green1-0/+114
2021-06-24Add type attributes to LLVM C APIChristoffer Lernö2-0/+28
2021-06-24[PowerPC] Handle FP physical register in inline asm constraint.Sean Fertile3-10/+80
2021-06-23llvm-dwarfdump: Fix DWARF-5 DW_FORM_implicit_const (used by GCC)Jan Kratochvil4-12/+60
2021-06-23[nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAtt...Jan Kratochvil1-8/+8
2021-06-23[Coroutine] Properly deal with byval and noalias parametersXun Li4-5/+202
2021-06-23[llvm] Fix thinko in getVendorSignature(), where expected values of ECX and ...Vy Nguyen1-2/+2
2021-06-23Reland 293e8fa13d3f05e993771577a4c022deee5cbf6eVy Nguyen3-16/+85
2021-06-23[ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras2-0/+14
2021-06-23[clang] Don't assert in EmitAggregateCopy on trivial_abi typesArthur Eubanks2-1/+19
2021-06-22[libc++] Make feature-test macros consistent with availability macrosLouis Dionne11-139/+192
2021-06-22[libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver3-10/+178
2021-06-22[libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu1-2/+4
2021-06-22libsanitizer: Remove cyclades inclusion in sanitizerTamar Christina3-30/+0
2021-06-22[libc++] Fix CI on release/12.x branchLouis Dionne1-2/+2
2021-06-22[libc++] Make sure std::allocator<void> is always trivialLouis Dionne2-2/+62
2021-06-22[LV] Parallel annotated loop does not imply all loads can be hoisted.Joachim Meyer4-65/+10
2021-06-22Prevent generation of dependency on _cxa_guard for static initializationserge-sans-paille1-3/+4
2021-06-22Sanitizer built against glibc 2.34 doesn't workVitaly Buka1-4/+8
2021-06-21Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b96e2c91893.Haojian Wu1-0/+4
2021-06-21AMD k8 family does not support SSE4.x which are required by x86-64-v2+serge-sans-paille1-3/+0
2021-06-21[SystemZ] Assign the full space for promoted and split outgoing args.Jonas Paulsson2-4/+72
2021-06-16[🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.zoecarver1-1/+1
2021-06-16[libc++] Adjust XFAIL for std::tuple deduction tests with GCCLouis Dionne1-1/+1
2021-06-16[🍒][libc++] __bit_iterator mustn't rely on deprecated SMF generation.Arthur O'Dwyer1-18/+16
2021-06-16[🍒][libc++] Un-deprecate std::allocator<void>llvmorg-12.0.1-rc2Louis Dionne11-141/+137
2021-06-15[llvm][PPC] Add missing case for 'I' asm memory operandsTimm Bäder2-0/+25
2021-06-15[clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedL...Tim Wojtulewicz5-41/+170
2021-06-15[OpenMP] Fix typo in libomptarge for the wrong environment variableJoseph Huber1-1/+1
2021-06-15[PowerPC] Make sure the first probe is full size or is the last probe when st...Kai Luo4-614/+596
2021-06-15[PowerPC][Dwarf] Assign MMA register's dwarf register number to negative valueKai Luo1-18/+18
2021-06-15[ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode.Yvan Roux2-23/+19
2021-06-15[X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't ...Craig Topper2-4/+30
2021-06-14Make clangd CompletionModel not depend on directory layout.Harald van Dijk1-1/+2
2021-06-14Make clangd CompletionModel usable even with non-standard (but supported) layoutserge-sans-paille1-2/+2
2021-06-14[OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev3-12/+80
2021-06-14[ValueTracking] Limit scan when checking poison UB (PR50155)Nikita Popov1-2/+13
2021-06-10BPF: generate proper BTF for globals with WeakODRLinkageYonghong Song2-0/+87
2021-06-10BPF: add extern func to data sections if specifiedYonghong Song5-13/+38
2021-06-10[BPF] Add support for floats and doublesIlya Leoshkevich5-9/+160
2021-06-09[SDAG] fix miscompile from merging stores of different sizesSanjay Patel2-13/+22