summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Addressing reviewers (3): tests now in veclib-function-calls.llupstream/users/paschalis-mpeis/laa-vectorize-modfPaschalis Mpeis2024-05-091-134/+0
* Addressing reviewers (2)Paschalis Mpeis2024-05-093-10/+11
* Added LAA and LV testsPaschalis Mpeis2024-05-094-53/+254
* Rebased and updated test after PR #80296Paschalis Mpeis2024-05-091-6/+4
* Addressing reviewersPaschalis Mpeis2024-05-092-6/+2
* Add check for the 'memory(argmem: write)' attribute.Paschalis Mpeis2024-05-091-4/+10
* [LV][LAA] Vectorize math lib calls with mem write-only attributePaschalis Mpeis2024-05-093-15/+35
* LAA cannot vectorize lib calls like modf/modffPaschalis Mpeis2024-05-092-191/+349
* [AMDGPU] Build lane intrinsics in a mangling-agnostic way. NFC. (#91583)Jay Foad2024-05-091-11/+11
* DAG: Skip 0 sign handling in minimum/maximum lowering for _ieee case (#91326)Matt Arsenault2024-05-098-6503/+1285
* [AArch64][PAC][clang][ELF] Support PAuth ABI core info (#85235)Daniil Kovalev2024-05-099-6/+274
* [AMDGPU] Remove unused lambda capture (NFC)Jie Fu2024-05-091-1/+1
* [X86] Enable TuningSlowDivide64 on Barcelona/Bobcat/Bulldozer/Ryzen Families ...Simon Pilgrim2024-05-092-48/+52
* [X86] opt-shuff-tstore.ll - regenerate checksSimon Pilgrim2024-05-091-12/+21
* Revert "[Libomptarget] Statically link all plugin runtimes (#87009)"Joseph Huber2024-05-0924-125/+524
* MCExpr-ify SIProgramInfo (#88257)Janek van Oirschot2024-05-0917-218/+1040
* [libc] Remove unused variable causing build errorsJoseph Huber2024-05-091-1/+1
* [DebugInfo][IndVarSimplify] Fix missing debug location updates (#91443)Shan Huang2024-05-092-3/+68
* [lldb] Attempt to fix signal-in-leaf-function-aarch64 on darwinPavel Labath2024-05-092-1/+4
* [Libomptarget] Statically link all plugin runtimes (#87009)Joseph Huber2024-05-0924-524/+125
* [Linker] Propagate `nobuiltin` attributes when linking known libcalls (#89431)Joseph Huber2024-05-095-5/+156
* [SLP]Fix PR91467: Look through scalar cast, when trying to cast to another type.Alexey Bataev2024-05-095-17/+77
* RFC: [AMDGPU] Check subtarget features for consistency (#86957)Jay Foad2024-05-097-5/+31
* [AMDGPU] Always Inline preserved analyses (#91198)jofrn2024-05-091-4/+6
* [AArch64] Remove EXT instr before UZP when extracting elements from vector (#...Lukacma2024-05-097-71/+87
* [AMDGPU] Remove duplicate -mtriple options in tests (#91576)Jay Foad2024-05-0923-36/+36
* [libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov2024-05-0919-26/+614
* [Clang][AArch64] Fixed incorrect _BitInt alignment (#90602)Lukacma2024-05-094-4/+86
* [Analysis] Add cost model for experimental.cttz.elts intrinsic (#90720)David Sherwood2024-05-096-12/+437
* [clang-tidy] check `std::string_view` and custom string-like classes in `read...Vadim D2024-05-097-8/+139
* [Clang] Fix P2564 handling of variable initializers (#89565)Daniel M. Katz2024-05-099-46/+90
* [libc] Replace `MutexLock` with `cpp::lock_guard` (#89340)Vlad Mishel2024-05-0913-14/+165
* [utils] Add script to generate elaborated IR and assembly tests (#89026)Fangrui Song2024-05-0814-20/+314
* [mlir] Use StringRef::operator== instead of StringRef::equals (NFC) (#91560)Kazu Hirata2024-05-0814-47/+39
* [lldb/aarch64] Fix unwinding when signal interrupts a leaf function (#91321)Pavel Labath2024-05-096-10/+65
* [lldb] Make SBType::GetDirectNestedType (mostly) work with typedefs (#91189)Pavel Labath2024-05-093-0/+23
* [Reassociate] Generate test checks (NFC)Nikita Popov2024-05-091-20/+25
* [InstCombine] Handle commuted variants in or of xor patternNikita Popov2024-05-092-46/+22
* [InstCombine] Add proper test coverage for or of xors pattern (NFC)Nikita Popov2024-05-091-18/+352
* [flang][CMake] Add missing dependency to generate Fortran module files (#91517)Michael Klemm2024-05-091-2/+4
* [OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled A...chandan singh2024-05-092-0/+40
* [RISCV] Remove unnecessary initialization from RISCVPostRAExpandPseudo pass c...Craig Topper2024-05-081-3/+1
* [RISCV] Improve use of BSETI/BCLRI in constant materialization. (#91546)Craig Topper2024-05-083-64/+47
* [PPCMergeStringPool] Avoid replacing constant with instruction (#88846)Nikita Popov2024-05-094-53/+75
* [InstCombine] Regenerate test checks (NFC)Nikita Popov2024-05-093-144/+182
* [RISCV] Add test for vmerge.vvm that could have splat sunk. NFCLuke Lau2024-05-091-0/+38
* [InstCombine] Fix name clashes in check lines (NFC)Nikita Popov2024-05-092-12/+12
* [InstCombine] Handle more commuted cases in matchesSquareSum()Nikita Popov2024-05-092-31/+18
* [InstCombine] Thwart complexity-based canonicalization (NFC)Nikita Popov2024-05-091-19/+40
* [llvm][MachO] Fix integer truncation in rebase/bind parsing (#89337)Zixu Wang2024-05-084-17/+534