summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "[Coverage] Fix branch coverage merging in FunctionCoverageSum...llvmorg-12.0.1-rc4llvmorg-12.0.1release/12.xTom Stellard2021-06-283-6/+21
* [ARM] Use just ARM::t2B in ARMBlockPlacementPassllvmorg-12.0.1-rc3David Green2021-06-252-7/+4
* [ARM] Fix Changed status in MVEGatherScatterLoweringPass.David Green2021-06-251-1/+1
* [ARM] Ensure instructions are simplified prior to GatherScatter lowering.David Green2021-06-259-52/+96
* [ARM] Clean up some tests, removing dead instructions. NFCDavid Green2021-06-2523-735/+39
* [ARM] Ensure loop invariant active.lane.mask operandsDavid Green2021-06-252-0/+149
* [ARM] Guard against loop variant gather ptr operandsDavid Green2021-06-252-1/+46
* [ARM] Handle debug instrs in ARM Low Overhead Loop passVictor Campos2021-06-252-7/+343
* [ARM] Skip debug during vpt block creationDavid Green2021-06-252-11/+18
* [ARM] MVE VPT block tests with debug info. NFCDavid Green2021-06-251-0/+114
* Add type attributes to LLVM C APIChristoffer Lernö2021-06-242-0/+28
* [PowerPC] Handle FP physical register in inline asm constraint.Sean Fertile2021-06-243-10/+80
* llvm-dwarfdump: Fix DWARF-5 DW_FORM_implicit_const (used by GCC)Jan Kratochvil2021-06-234-12/+60
* [nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAtt...Jan Kratochvil2021-06-231-8/+8
* [Coroutine] Properly deal with byval and noalias parametersXun Li2021-06-234-5/+202
* [llvm] Fix thinko in getVendorSignature(), where expected values of ECX and ...Vy Nguyen2021-06-231-2/+2
* Reland 293e8fa13d3f05e993771577a4c022deee5cbf6eVy Nguyen2021-06-233-16/+85
* [ConstantMerge] Don't merge thread_local constants with non-thread_local cons...Amanieu d'Antras2021-06-232-0/+14
* [clang] Don't assert in EmitAggregateCopy on trivial_abi typesArthur Eubanks2021-06-232-1/+19
* [libc++] Make feature-test macros consistent with availability macrosLouis Dionne2021-06-2211-139/+192
* [libcxx] Allow shared_ptr's unique_ptr converting constructor to support arra...zoecarver2021-06-223-10/+178
* [libc++] add `inline` for __open's definition in ifstream and ofstreamjasonliu2021-06-221-2/+4
* libsanitizer: Remove cyclades inclusion in sanitizerTamar Christina2021-06-223-30/+0
* [libc++] Fix CI on release/12.x branchLouis Dionne2021-06-221-2/+2
* [libc++] Make sure std::allocator<void> is always trivialLouis Dionne2021-06-222-2/+62
* [LV] Parallel annotated loop does not imply all loads can be hoisted.Joachim Meyer2021-06-224-65/+10
* Prevent generation of dependency on _cxa_guard for static initializationserge-sans-paille2021-06-221-3/+4
* Sanitizer built against glibc 2.34 doesn't workVitaly Buka2021-06-221-4/+8
* Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b96e2c91893.Haojian Wu2021-06-211-0/+4
* AMD k8 family does not support SSE4.x which are required by x86-64-v2+serge-sans-paille2021-06-211-3/+0
* [SystemZ] Assign the full space for promoted and split outgoing args.Jonas Paulsson2021-06-212-4/+72
* [🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.zoecarver2021-06-161-1/+1
* [libc++] Adjust XFAIL for std::tuple deduction tests with GCCLouis Dionne2021-06-161-1/+1
* [🍒][libc++] __bit_iterator mustn't rely on deprecated SMF generation.Arthur O'Dwyer2021-06-161-18/+16
* [🍒][libc++] Un-deprecate std::allocator<void>llvmorg-12.0.1-rc2Louis Dionne2021-06-1611-141/+137
* [llvm][PPC] Add missing case for 'I' asm memory operandsTimm Bäder2021-06-152-0/+25
* [clang-format] Rework Whitesmiths mode to use line-level values in UnwrappedL...Tim Wojtulewicz2021-06-155-41/+170
* [OpenMP] Fix typo in libomptarge for the wrong environment variableJoseph Huber2021-06-151-1/+1
* [PowerPC] Make sure the first probe is full size or is the last probe when st...Kai Luo2021-06-154-614/+596
* [PowerPC][Dwarf] Assign MMA register's dwarf register number to negative valueKai Luo2021-06-151-18/+18
* [ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode.Yvan Roux2021-06-152-23/+19
* [X86] Add ISD::FREEZE and ISD::AssertAlign to the list of opcodes that don't ...Craig Topper2021-06-152-4/+30
* Make clangd CompletionModel not depend on directory layout.Harald van Dijk2021-06-141-1/+2
* Make clangd CompletionModel usable even with non-standard (but supported) layoutserge-sans-paille2021-06-141-2/+2
* [OPENMP]Fix PR48571: critical/master in outlined contexts cause crash.Alexey Bataev2021-06-143-12/+80
* [ValueTracking] Limit scan when checking poison UB (PR50155)Nikita Popov2021-06-141-2/+13
* BPF: generate proper BTF for globals with WeakODRLinkageYonghong Song2021-06-102-0/+87
* BPF: add extern func to data sections if specifiedYonghong Song2021-06-105-13/+38
* [BPF] Add support for floats and doublesIlya Leoshkevich2021-06-105-9/+160
* [SDAG] fix miscompile from merging stores of different sizesSanjay Patel2021-06-092-13/+22