summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] Precommit tests for D156308pvanhout2023-07-281-1/+46
* AMDGPU: Always custom lower extract_subvectorMatt Arsenault2023-07-272-1/+574
* For #64088: mark vtable as used if we might emit a reference to it.Richard Smith2023-07-272-0/+17
* [lld][ELF][test] Fix excessive output file size in loongarch-add-sub.sWANG Xuerui2023-07-271-4/+4
* [clangd] Revert the symbol collector behavior to old pre-include-cleaner-libr...Viktoriia Bakalova2023-07-274-58/+28
* [AArch64] Correct the regtype of indexed fmlalDavid Green2023-07-272-6/+10
* [AArch64] Add test showing incorrect register usage of FMLAL. NFCDavid Green2023-07-271-0/+123
* [Support] Remove llvm::is_trivially_{copy/move}_constructibleFangrui Song2023-07-275-50/+12
* HIP: Fix broken version check for deprecated macroMatt Arsenault2023-07-271-1/+1
* Revert "[FuncSpec] Add Phi nodes to the InstCostVisitor."Alexandros Lamprineas2023-07-263-143/+7
* [libc++][mdspan] Fix uglification, categorize asserts and move testsChristian Trott2023-07-2622-66/+126
* [libc++][mdspan] Implement std::mdspan classChristian Trott2023-07-2645-26/+4141
* [lldb] Treat ARM64X images as ARM64.Jacek Caban2023-07-262-0/+2
* [XCOFF] Enable available_externally linkage for functions.esmeyi2023-07-262-2/+53
* [OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after target ...Michael Halkenhaeuser2023-07-2614-88/+473
* Reland "[LoongArch] Support -march=native and -mtune="Weining Lu2023-07-2613-13/+170
* [Clang] use unsigned integer constants in unit-test | fixes build error on pp...Kai Stierand2023-07-251-2/+2
* Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman2023-07-2522-489/+105
* HIP: Directly call nearbyint builtinsMatt Arsenault2023-07-252-10/+10
* AMDGPU: Remove trailing whitespace from documentationMatt Arsenault2023-07-251-4/+4
* AMDGPU: Correctly expand f64 sqrt intrinsicMatt Arsenault2023-07-2513-881/+5932
* AMDGPU: Add more sqrt f64 lowering testsMatt Arsenault2023-07-252-303/+2727
* HIP: Directly call rint builtinsMatt Arsenault2023-07-252-30/+30
* [Sema] Fix handling of functions that hide classesJohn Brawn2023-07-252-32/+409
* Attributor: Fix typoMatt Arsenault2023-07-251-1/+1
* [FuncSpec][NFC] Leave a comment for future improvements.Alexandros Lamprineas2023-07-251-0/+3
* [RISCV] Remove zvk uimm constraints4vtomat2023-07-256-25/+21
* Revert "[OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after...Michael Halkenhaeuser2023-07-2514-457/+83
* [SVE] Add vselect(mla/mls) patterns for cases where a multiplicand is used fo...Paul Walker2023-07-253-129/+128
* [FuncSpec] Add Phi nodes to the InstCostVisitor.Alexandros Lamprineas2023-07-253-7/+143
* [bazel] Bazel fix for 69bd7fae2b037c6538d531f39c25c160d8e6ff87Dmitry Chernenkov2023-07-251-0/+1
* [bazel][mlir] Port ca9a3354d04b15366088d7831b40f891e3d77b95Goran Flegar2023-07-251-0/+14
* [NFC][clang] Fix static analyzer concernsPodchishchaeva, Mariya2023-07-251-0/+3
* [clang][analyzer] Improved documentation for TaintPropagation CheckerDaniel Krupp2023-07-251-35/+215
* Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim2023-07-257-37/+25
* [gn build] Port 6084ee742064LLVM GN Syncbot2023-07-251-0/+1
* [docs] Add llvm & clang release notes for LoongArchWeining Lu2023-07-252-0/+7
* [lld][ELF] Support LoongArchWANG Xuerui2023-07-2529-26/+2064
* [Clang][SVE] Permit specific predicate-as-counter registers in inline assemblyDavid Sherwood2023-07-252-2/+21
* [Clang] Fix crash in CIndex, when visiting a static_assert without messageKai Stierand2023-07-253-7/+85
* [mlir][ArmSME] Add tile load op and extend tile store tile size supportCullen Rhodes2023-07-2512-66/+1069
* [JITLink][PowerPC] Pre-commit test for D155925. NFC.Kai Luo2023-07-253-0/+67
* [clang][driver][NFC] Call IsARMBigEndain function only for isARM and isThumb.Simi Pallipurath2023-07-252-4/+6
* [RISCV] Merge rv32/rv64 vector narrowing integer right shift intrinsic tests ...Jim Lin2023-07-254-4592/+728
* [AMDGPU] Remove unused variable 'CNI' in /AMDGPUMachineCFGStructurizer.cpp (NFC)Jie Fu2023-07-251-3/+0
* [Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song2023-07-257-25/+37
* Revert "[LV] Re-use existing broadcast value for live-ins."Martin Storsjö2023-07-2519-587/+742
* [DAGCombiner] Minor improvements to foldAndOrOfSETCC. NFCCraig Topper2023-07-251-5/+4
* [RISCV] Don't print a tab after mnemonics that don't have operands.Craig Topper2023-07-241-1/+1
* [RISCV] Match ext_vl+sra_vl/srl_vl+trunc_vector_vl to vnsra.wv/vnsrl.wvLiaoChunyu2023-07-254-0/+236