summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [X86][FP16] Add the missing legal action for EXTRACT_SUBVECTORllvmorg-15.0.0-rc3Phoebe Wang2022-08-254-34/+337
* [LLD] [COFF] Fix export directives in object files from -includeoptionalMartin Storsjö2022-08-252-8/+58
* [NFC] Fix a misleading comment CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONTobias Hieta2022-08-251-2/+6
* SONAME introduce option CLANG_FORCE_MATCHING_LIBCLANG_SOVERSIONH. Vetinari2022-08-256-398/+484
* [DAG] MatchRotate - bail if we fail to match a shl/srl pairSimon Pilgrim2022-08-252-0/+42
* [runtimes] Use a response file for runtimes test suitesPetr Hosek2022-08-253-23/+8
* [lit] Support reading arguments from a filePetr Hosek2022-08-252-1/+4
* [runtimes] Handle interface targets in runtimes distribution componentsLouis Dionne2022-08-252-3/+3
* [libc++] Add a missing assertion in std::span's constructorLouis Dionne2022-08-255-3/+154
* Revert "GCC ABI Compatibility: Preserve alignment of non-pod members in packe...Tobias Hieta2022-08-253-49/+1
* [GTest] Change detection of libpthreadNemanja Ivanovic2022-08-231-2/+1
* [CUDA] Fix output name being replaced in device-only modeJoseph Huber2022-08-232-2/+13
* [clangd] Support for standard type hierarchyKadir Cetinkaya2022-08-2312-362/+785
* [InstCombine] Refactor foldICmpMulConstantAlexander Shaposhnikov2022-08-232-4/+4
* [RISCV] Re-enable JIT supportJonas Hahnfeld2022-08-231-4/+4
* [NFC] Minor documentation fix for the release branchTobias Hieta2022-08-221-2/+2
* [clang][docs] Release notes for C/C++ SVE OperatorsDavid Truby2022-08-222-0/+6
* [Sparc] Don't use SunStyleELFSectionSwitchSyntaxRainer Orth2022-08-224-9/+7
* [InstCombine] Correct strtol folding with nonnull endptrMartin Sebor2022-08-223-103/+147
* [mlir][test] Require JIT support in JIT testsRainer Orth2022-08-226-9/+53
* [clang][RISCV] Fix incorrect ABI lowering for inherited structs under hard-fl...Alex Bradbury2022-08-222-18/+66
* [clang][RISCV][test] Add test that shows incorrect ABI loweringAlex Bradbury2022-08-221-0/+88
* [SDAG] avoid generating libcall to function with same nameSanjay Patel2022-08-222-25/+52
* [AArch64] add test for recursive libcall lowering; NFCSanjay Patel2022-08-221-1/+56
* workflows/llvm-project-tests: Workaround an issue with lldb builds on WindowsTom Stellard2022-08-201-0/+8
* workflows/version-check: Fix check for release candidatesTom Stellard2022-08-191-22/+18
* [clangd] Fix an inlay-hint crash on a broken designator.Haojian Wu2022-08-182-2/+15
* [flang] Add Solaris/x86 support to Optimizer/CodeGen/Target.cppRainer Orth2022-08-181-0/+2
* [MC] Avoid C++17 structured bindingsFangrui Song2022-08-171-2/+2
* [llvm] [cmake] Move LLVM_INSTALL_PACKAGE_DIR top-level to fix llvm-configMichał Górny2022-08-172-3/+6
* [clang][SVE] Undefine preprocessor macro defined inMaciej Gabka2022-08-171-0/+2
* [DAG] Ensure more Legal BUILD_VECTOR elements types in shuffle->And combineDavid Green2022-08-172-19/+42
* [flang] Install runtime libs with the toolchainDiana Picus2022-08-164-4/+7
* [RISCV] isImpliedByDomCondition returns an Optional<bool> not a bool.Craig Topper2022-08-161-2/+2
* [DebugInfo] -fdebug-prefix-map: handle '#line "file"' for asm sourceFangrui Song2022-08-163-1/+28
* [DebugInfo] Don't join DW_AT_comp_dir and directories[0] for DWARF v5 line ta...Fangrui Song2022-08-163-10/+10
* [MCDwarf] Respect -fdebug-prefix-map= for generated assembly debug info (DWAR...Fangrui Song2022-08-165-25/+38
* [BOLT] Use Optional::emplace to avoid move assignment. NFCFangrui Song2022-08-161-1/+1
* [MCDwarf][test] Improve debug-prefix-map.sFangrui Song2022-08-161-16/+40
* [MCDwarf] Use emplace to avoid move assignment. NFCFangrui Song2022-08-162-2/+2
* [DAGCombine] Check zext legality in zext-extract-extend combinePeter Waller2022-08-161-1/+2
* [libcxx] [doc] Remove a leftover tentative release noteMartin Storsjö2022-08-151-5/+0
* __has_trivial_copy should map to __is_trivially_copyableZachary Henkel2022-08-153-2/+4
* [X86][FP16] Promote FP16->[U]INT to FP16->FP32->[U]INTPhoebe Wang2022-08-154-226/+246
* [X86][FP16] Fix vector_shuffle and lowering without f16c feature problemsPhoebe Wang2022-08-153-465/+4128
* [clang-tidy][docs] Fixed page title for abseil-no-internal-dependencies check...Vladimir Plyashkun2022-08-151-1/+1
* [X86] Add RDPRU instruction CPUID bit masksSimon Pilgrim2022-08-152-0/+2
* [clang][X86] Add RDPRU predefined macro tests for znver2/znver3 targetsSimon Pilgrim2022-08-151-0/+4
* [libcxx] [test] Fix max_size.pass.cpp for PowerPC targetsAmy Kwan2022-08-151-1/+7
* [OpenMP][FIX] Ensure __kmpc_kernel_parallel is reachableJohannes Doerfert2022-08-151-2/+14