summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[MemoryLocation] Handle memset_pattern{4,8,16} in getForDest."Florian Hahn2021-12-142-6/+9
* [InlineAdvisor] Add option to control deferred inlining (NFC)Nikita Popov2021-12-142-3/+8
* [LangRef] Remove incorrect vector alignment rulesFraser Cormack2021-12-142-4/+15
* [libc++] Make __swap_allocator constexprNikolas Klauser2021-12-141-5/+5
* [MemoryLocation] Handle memset_pattern{4,8,16} in getForDest.Florian Hahn2021-12-142-9/+6
* [libc++] Make __compressed_pair fully constexprNikolas Klauser2021-12-141-23/+12
* [llvm-objcopy] Fix handling of MIPS64 little endian filesSimon Atanasyan2021-12-143-16/+65
* [SLP]Improve multinode analysis.Alexey Bataev2021-12-1416-204/+328
* [Flang][NFC] Convert static to static inline for a functionKiran Chandramohan2021-12-141-1/+1
* Revert unnecessary and incorrect change made to GraphWriterJamie Schmeiser2021-12-141-4/+3
* [IR] Make VPIntrinsic::getDeclarationForParams() opaque pointer compatibleNikita Popov2021-12-143-12/+8
* [OpenMPIRBuilder] Support opaque pointers in reduction handlingNikita Popov2021-12-144-46/+48
* [ARM] Add AddrModeT2_i8neg addressing mode support for frame lowering.David Green2021-12-142-0/+193
* [mlir][linalg][bufferize] Debug output as IR attributesMatthias Springer2021-12-145-113/+45
* [VE] MUL,SUB,OR,XOR v256i32|64 iselSimon Moll2021-12-147-40/+120
* [bazel] Port debuginfod rulesBenjamin Kramer2021-12-142-0/+27
* [AArch64] Add a tablegen pattern for UZP1.Alexandros Lamprineas2021-12-1410-310/+323
* [libc++][NFC] Remove goto from std::stringNikolas Klauser2021-12-141-51/+16
* [AArch64][SVE] Fix handling of stack protection with SVEJohn Brawn2021-12-148-12/+447
* [CodeGen] Add std:: qualifierNikita Popov2021-12-141-2/+2
* [CodeGen] Require use of Address::invalid() for invalid address (NFC)Nikita Popov2021-12-145-38/+34
* [X86] Use bundle for CALL_RVMARKER expansion.Florian Hahn2021-12-144-24/+52
* [clang][deps] Remove hard-coded resource directory from testsJan Svoboda2021-12-142-8/+26
* [mlir] Split std.rank into tensor.rank and memref.rank.Alexander Belyaev2021-12-1423-150/+210
* [mlir] Implement `DataLayoutTypeInterface` for `LLVMArrayType`Markus Böck2021-12-143-7/+92
* [OpenMP][libomp] Fix compile errors with new KMP_HW_SUBSET changesJonathan Peyton2021-12-142-1/+6
* [llvm] Use llvm::reverse (NFC)Kazu Hirata2021-12-139-28/+21
* [RISCV] Add rs2 encoding to the FPUnaryOp_r and FPUnaryOp_r_frm template argu...Craig Topper2021-12-133-174/+94
* [RISCV] Support named opcodes in .insn directive.Nelson Chu2021-12-137-42/+201
* Reland [ELF] Split scanRelocations into scanRelocations/postScanRelocationsFangrui Song2021-12-1324-253/+295
* [ELF] Improve test for copy relocations on aliasesFangrui Song2021-12-134-105/+60
* [LegalizeVectorOps] code refactor for LegalizeOp; NFCChen Zheng2021-12-141-63/+27
* Revert "[ELF] Split scanRelocations into scanRelocations/postScanRelocations"Fangrui Song2021-12-1324-293/+253
* DWARFVerifier: Verbosely dump DIEs in verifier reportsDavid Blaikie2021-12-137-57/+59
* Revert "[InstrProf] Attach debug info to counters"Ellis Hoag2021-12-1313-199/+24
* [InstrProf] Attach debug info to countersEllis Hoag2021-12-1313-24/+199
* [benchmark] Pull latest; disable -WerrorMircea Trofin2021-12-13101-1901/+3523
* [lldb] Use LLDB_VERSION_STRING instead of CLANG_VERSION_STRINGJonas Devlieghere2021-12-131-1/+1
* [AMDGPU][NFC] Add documentation for location description DWARF extensionTony Tye2021-12-1465-0/+948
* [instcombine] Canonicalize constant index type to i64 for extractelement/inse...Philip Reames2021-12-13308-7248/+8206
* [MemorySSA] Document details regarding MemorySSA's precision.Alina Sbirlea2021-12-131-0/+23
* [NewGVN] Use PredicateInfo info when previously used for the same ssa.copy in...Alina Sbirlea2021-12-132-4/+172
* [LegalizeVectorOps] fix a typoChen Zheng2021-12-141-1/+1
* [NFC][Clang][OpenMP] Use switch-case statement to process clauses of atomic d...Shilei Tian2021-12-131-8/+18
* [libc++] Make ThrowingIterator constexprNikolas Klauser2021-12-141-11/+12
* Reapply: Autogen more vectorizer tests in advance of D115387.Philip Reames2021-12-134-802/+13996
* [gn build] Port fff876c20e83LLVM GN Syncbot2021-12-131-4/+1
* Revert "[ASan] Shared optimized callbacks implementation."Arthur Eubanks2021-12-135-266/+18
* Revert "[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callback file."Arthur Eubanks2021-12-131-2/+0
* [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.Noah Shutty2021-12-1310-6/+62