summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' of https://github.com/llvm/llvm-project into arcpatch-D11...arcpatch-D119364phyBrackets2022-02-13-6499/+12766
|\
| * [libc++][nfc] Add TEST_HAS_NO_THREADS.Mark de Wever2022-02-12-17/+27
| * Revert "[RISCV] Enable shrink wrap by default"Dimitry Andric2022-02-12-321/+538
| * [X86] LowerFunnelShift - enable v16i16 supportSimon Pilgrim2022-02-12-256/+177
| * [X86] combineAndnp - if an input has a zero (after inversion for Op0) in a ve...Simon Pilgrim2022-02-12-705/+719
| * [MachineSink] Inline getRegUnitsBenjamin Kramer2022-02-12-21/+11
| * [MachineRegisterInfo] Simplify code so it matches the descriptionBenjamin Kramer2022-02-12-15/+4
| * [SDAG] clean up scalarizing load transformSanjay Patel2022-02-12-19/+6
| * [X86] getTargetVShiftNode - Fix Wparentheses gcc warning.Simon Pilgrim2022-02-12-2/+2
| * [X86] combineAndnp - pull out repeated operands. NFC.Simon Pilgrim2022-02-12-6/+7
| * [X86] combineAnd - add SimplifyMultipleUseDemandedBits handling to masked vec...Simon Pilgrim2022-02-12-69/+83
| * [SDAG] reduce code duplication and fix formatting; NFCSanjay Patel2022-02-12-13/+12
| * [X86] Improve uniform funnelshift/rotation amount handlingSimon Pilgrim2022-02-12-496/+277
| * [AffineMap] Move result exprs into trailing storage. NFCI.Benjamin Kramer2022-02-12-16/+22
| * [X86] Regenerate AVG combines with separate AVX1/AVX2 check prefixesSimon Pilgrim2022-02-12-2/+32
| * [X86] Enable vector splitting of ISD::AVGCEILU nodes on AVX1 and non-BWI targetsSimon Pilgrim2022-02-12-24/+36
| * Use AffineMap::getSliceMap where applicable. NFCI.Benjamin Kramer2022-02-12-16/+13
| * [llvm] [cmake] Fix finding modern ounit2Michał Górny2022-02-12-1/+6
| * Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-12-506/+506
| * [clang-tidy] ContainerSizeEmptyCheck::check - simplify isa<> and dyn_cast<> r...Simon Pilgrim2022-02-12-15/+14
| * [clang-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to av...Simon Pilgrim2022-02-12-1/+1
| * [clang][sema] checkNoThrow - use cast<> instead of dyn_cast<> to avoid derefe...Simon Pilgrim2022-02-12-1/+1
| * [clang][sema] Sema::CheckFreeArguments - use cast<> instead of dyn_cast<> to ...Simon Pilgrim2022-02-12-1/+1
| * [clang][sema] TryStaticCast - use castAs<> instead of getAs<> to avoid derefe...Simon Pilgrim2022-02-12-1/+1
| * [clang-tidy] RedundantControlFlowCheck::issueDiagnostic - use cast<> instead ...Simon Pilgrim2022-02-12-1/+1
| * [clang-tidy] FunctionASTVisitor::TraverseStmt - use cast<> instead of dyn_cas...Simon Pilgrim2022-02-12-2/+1
| * [clang-tidy] NoexceptMoveConstructorCheck::check - use castAs<> instead of ge...Simon Pilgrim2022-02-12-1/+1
| * [clang-tidy] UseNoexceptCheck::check - use cast<> instead of dyn_cast<> to av...Simon Pilgrim2022-02-12-1/+1
| * [clang-tidy] getOutermostNamespace - remove redundant nullptr checkSimon Pilgrim2022-02-12-1/+1
| * [clang-tidy] ProBoundsConstantArrayIndexCheck::check - use cast<> instead of ...Simon Pilgrim2022-02-12-1/+1
| * [clang-tidy] checkOverridingFunctionReturnType - use castAs<> instead of getA...Simon Pilgrim2022-02-12-2/+2
| * Revert "try to fix windows build after 73e585e44d" andDouglas Yung2022-02-11-1079/+748
| * [RISCV] LUI used for address computation should not isAsCheapAsAMoveHaocong.Lu2022-02-12-14/+8
| * [RISCV][test] Precommit a test of CSE within an unroll loopHaocong.Lu2022-02-12-0/+92
| * [libc][Obvious][NFC] Move CPP tests to the correct nested directory.Siva Chandra Reddy2022-02-12-1/+1
| * [lld-macho] Unset ExportDynamic where possible for LTOJez Ng2022-02-11-19/+48
| * [AArch64] Adds SUBS and ADDS instructions to the MIPeepholeOpt.Micah Weston2022-02-12-66/+365
| * [RISCV][NFC] Move some combine patterns to DAG combine.Chenbing.Zheng2022-02-12-9/+41
| * [HWASAN] regression test we do not instrument dynamic allocasFlorian Mayer2022-02-11-0/+48
| * [flang] Fix edge case in USE-associated genericsPeter Klausler2022-02-11-4/+82
| * [Mach-O][NFC] Reorder map file testsRoger Kim2022-02-11-30/+30
| * Print C-string literals in mapfileRoger Kim2022-02-11-1/+61
| * [NFC] [MTE] Use helpers for stack tagging.Florian Mayer2022-02-11-82/+32
| * [hwasan] keep debug intrinsicts in AllocaInfo.Florian Mayer2022-02-11-6/+10
| * [OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_THREADS=1.AndreyChurbanov2022-02-12-1/+34
| * [flang] Avoid bogus error for specification expressionPeter Klausler2022-02-11-7/+14
| * Revert "[Preprocessor] Reduce the memory overhead of `#define` directives"Alex Lorenz2022-02-11-187/+35
| * [flang] Change internal errors in RESHAPE runtime routine to user errorsPeter Steinfeld2022-02-11-5/+16
| * [libc++] Use _LIBCPP_NO_UNIQUE_ADDRESS for base in join_viewJoe Loser2022-02-11-1/+1
| * [lldb] Pin the shared cache when iterating over its imagesJonas Devlieghere2022-02-11-1/+3