summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [libc++][NFC] Rename the 'noexceptions' CI config to 'no-exceptions' for cons...Louis Dionne2023-05-175-11/+11
* [flang] Fix an unused variable warningKazu Hirata2023-05-171-1/+0
* [libcxxabi] define _LIBCPP_VERBOSE_ABORTNick Desaulniers2023-05-172-0/+6
* [InstCombine] Return poison for known bits conflictNikita Popov2023-05-171-1/+1
* [RISCV] Expand testing for store merging of constant storesPhilip Reames2023-05-172-18/+176
* [InstCombine] Compute bits of first operand for multi-use subNikita Popov2023-05-171-0/+1
* [flang] Non-type-bound defined IO loweringV Donaldson2023-05-1716-203/+741
* [libcxx] Fix crash in std::stringstream with payload >= INT_MAXAzat Khuzhin2023-05-172-1/+42
* [TLI] Add IsZero parameter to storeOfVectorConstantIsCheap [nfc]Philip Reames2023-05-175-13/+11
* [libc++] Improve ranges::starts_withzijunzhao2023-05-171-24/+20
* [Inliner] Remove unused forward declarations (NFC)Kazu Hirata2023-05-171-4/+0
* [InstCombine] Use canonical index type in more placesNikita Popov2023-05-171-3/+3
* [mlir][vector] Separate out vector transfer + tensor slice patternsLei Zhang2023-05-178-312/+384
* [flang][hlfir] Fixed symbol lookup for character returns.Slava Zakharin2023-05-172-0/+40
* [gn build] Port 7f3047219cf5LLVM GN Syncbot2023-05-171-1/+0
* [InstCombine] Compute known bits for multi-use add/subNikita Popov2023-05-175-37/+41
* [libc++] Implement P2505R5(Monadic operations for std::expected).yronglin2023-05-1729-35/+3113
* [Analysis] Remove AliasAnalysisSummary.cppKazu Hirata2023-05-174-968/+0
* [InstCombine] Use KnownBits::urem() helperNikita Popov2023-05-171-5/+3
* [mlir] don't hardcode PDL_Operation in Transform dialect extensionsAlex Zinenko2023-05-1727-221/+193
* [NFC][Py Reformat] Added more commits to .git-blame-ignore-revsTobias Hieta2023-05-171-1/+2
* [InstCombine] Use KnownBits::udiv() helperNikita Popov2023-05-171-3/+2
* [NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta2023-05-17428-627/+681
* Revert "[Lex] Warn when defining or undefining any builtin macro"Nico Weber2023-05-176-83/+72
* Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber2023-05-1738-49/+140
* [X86][MC] Move the code about MOVSX encoding optimization to X86EncodingOptim...Shengchen Kan2023-05-173-36/+26
* [RISCV] Use scalar stores for splats of zero to memory up to XLenPhilip Reames2023-05-173-55/+103
* [clang][dataflow] Remove unused parameter from `diagnoseUnwrapCall()`.Martin Braenne2023-05-171-9/+8
* [AArch64] Don't redefine _LP64 and __LP64__John Brawn2023-05-171-6/+0
* [X86][MC] Move the code about VPCMP encoding optimization to X86EncodingOptim...Shengchen Kan2023-05-173-177/+91
* [InstCombine] Use computeKnownBits() for srem SimplifyDemandedBits()Nikita Popov2023-05-171-8/+1
* Addition to Fddf5bfd6e6e2fc5b94718a29e718b4f821a3b853Alexey Lapshin2023-05-171-2/+2
* [InstCombine] Don't create bitcast when simplifying round-tripNikita Popov2023-05-172-6/+4
* [clang][test][RISCV] Precommit zhinx coverage in Float16-arith.c testAlex Bradbury2023-05-171-13/+29
* [SLP]Fix crash for scalarized vectors.Alexey Bataev2023-05-172-3/+38
* [flang] Catch (and fix) attempts to create an invalid source range for a ScopePeter Klausler2023-05-172-5/+47
* [InstCombine] Create store using IRBuilderNikita Popov2023-05-172-4/+3
* [clang][modules] Add features for recent C++ versionsJonas Hahnfeld2023-05-175-3/+29
* [SelectionDAG] Handle NSW for ADD/SUB in computeKnownBits()Dhruv Chawla2023-05-173-13/+16
* [gn] port 4241ac542d691Nico Weber2023-05-171-0/+1
* [llvm-debuginfo-analyzer] Include linkage names while evaluating `--select`Nabeel Omer2023-05-173-1/+53
* [gn] port ed90cf1873aa6 (RISCVTests)Nico Weber2023-05-173-0/+19
* [gn] port a16bd4f9f25e6faNico Weber2023-05-171-0/+1
* [InstCombine] Use IRBuilder in evaluateInDifferentElementOrder()Nikita Popov2023-05-172-40/+40
* [GlobalIsel][x86] Legalize G_CTPOP and G_CTLZ IIThorsten Schütt2023-05-174-0/+255
* [InstCombine] Fix worklist management for multi-use demanded element foldNikita Popov2023-05-171-0/+1
* [bazel] Port c8a581c331f27a1ece8e42206831e56b7a222d26Benjamin Kramer2023-05-171-0/+24
* [lldb][SymbolFileDWARF] Fix format specifier when logging FindDefinitionTypeF...Michael Buch2023-05-171-2/+2
* [InstCombine] Use canonical type in insertelement (NFC)Nikita Popov2023-05-172-3/+3
* [mlir][irdl] Add verification of IRDL opsMathieu Fehr2023-05-1710-5/+412