aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2023-08-08AMDGPU: Remove note about spill handling changesMatt Arsenault1-3/+0
2023-08-07Revert "Reapply: [MemCpyOpt] implement single BB stack-move optimization whic...Vitaly Buka4-299/+114
2023-08-07Revert "[CodeGen]Allow targets to use target specific COPY instructions for l...Vitaly Buka106-7776/+5801
2023-08-07[SymbolSize] Improve the performance of SymbolSize computationSteven Wu1-6/+11
2023-08-07Retain all jump table range checks when using BTI.Simon Tatham2-2/+155
2023-08-07[RISCV] Use max pushed register to get pushed register number.Yeting Kuo2-14/+146
2023-08-07Remove stale info and fix superscript numberingAaron Ballman1-6/+3
2023-08-07[docs] Bump minimum GCC version to 7.4Fangrui Song2-6/+5
2023-08-04[TableGen] Improve error report of unspecified argumentswangpc2-6/+30
2023-08-04[X86] Workaround possible CPUID bug in Sandy Bridge.Craig Topper1-2/+8
2023-08-03[PowerPC][MC] Recognize tlbilx and its mnemonicsQiu Chaofan4-1/+36
2023-08-03[RISCV] Fix the CFI offset for callee-saved registers stored by Zcmp push.Jim Lin2-67/+74
2023-08-03Revert "[AArch64] Merge LDRSWpre-LD[U]RSW pair into LDPSWpre"Alexander Kornienko3-19/+10
2023-08-02[AArch64] Add some basic handling for bf16 constants.David Green5-4/+143
2023-08-01[XCOFF] Do not put MergeableCStrings in their own sectionWael Yehia5-34/+13
2023-07-31[NFC] Fix version number in release treeTobias Hieta1-1/+1
2023-07-29[ThinLTO] Use module hash instead of module ID for cache keyllvmorg-17.0.0-rc1Nikita Popov4-4/+49
2023-07-29Add release note for assumes now recognizing class-like FP testsMatt Arsenault1-1/+4
2023-07-29AMDGPU: Add some release notesMatt Arsenault2-0/+14
2023-07-28[CMake] Use `LLVM_ENABLE_ASSERTIONS` to enable the hardened mode in libc++.Konstantin Varlamov1-2/+2
2023-07-28[AMDGPU] Fix PromoteAlloca Subvector Stores for Single Elementspvanhout2-27/+54
2023-07-28[AMDGPU] Precommit tests for D156308pvanhout1-1/+46
2023-07-27AMDGPU: Always custom lower extract_subvectorMatt Arsenault2-1/+574
2023-07-27[AArch64] Correct the regtype of indexed fmlalDavid Green2-6/+10
2023-07-27[AArch64] Add test showing incorrect register usage of FMLAL. NFCDavid Green1-0/+123
2023-07-27[Support] Remove llvm::is_trivially_{copy/move}_constructibleFangrui Song4-48/+10
2023-07-26Revert "[FuncSpec] Add Phi nodes to the InstCostVisitor."Alexandros Lamprineas3-143/+7
2023-07-26[XCOFF] Enable available_externally linkage for functions.esmeyi2-2/+53
2023-07-26Reland "[LoongArch] Support -march=native and -mtune="Weining Lu5-1/+65
2023-07-25Revert "[OpenMP] Add the `ompx_attribute` clause for target directives"Aaron Ballman1-63/+28
2023-07-25AMDGPU: Remove trailing whitespace from documentationMatt Arsenault1-4/+4
2023-07-25AMDGPU: Correctly expand f64 sqrt intrinsicMatt Arsenault13-881/+5932
2023-07-25AMDGPU: Add more sqrt f64 lowering testsMatt Arsenault2-303/+2727
2023-07-25Attributor: Fix typoMatt Arsenault1-1/+1
2023-07-25[FuncSpec][NFC] Leave a comment for future improvements.Alexandros Lamprineas1-0/+3
2023-07-25[RISCV] Remove zvk uimm constraints4vtomat6-25/+21
2023-07-25[SVE] Add vselect(mla/mls) patterns for cases where a multiplicand is used fo...Paul Walker3-129/+128
2023-07-25[FuncSpec] Add Phi nodes to the InstCostVisitor.Alexandros Lamprineas3-7/+143
2023-07-25Revert rGfae7b98c221b5b28797f7b56b656b6b819d99f27 "[Support] Change SetVector...Simon Pilgrim3-32/+20
2023-07-25[gn build] Port 6084ee742064LLVM GN Syncbot1-0/+1
2023-07-25[docs] Add llvm & clang release notes for LoongArchWeining Lu1-0/+4
2023-07-25[JITLink][PowerPC] Pre-commit test for D155925. NFC.Kai Luo3-0/+67
2023-07-25[RISCV] Merge rv32/rv64 vector narrowing integer right shift intrinsic tests ...Jim Lin4-4592/+728
2023-07-25[AMDGPU] Remove unused variable 'CNI' in /AMDGPUMachineCFGStructurizer.cpp (NFC)Jie Fu1-3/+0
2023-07-25[Support] Change SetVector's default template parameter to SmallVector<*, 0>Fangrui Song3-20/+32
2023-07-25Revert "[LV] Re-use existing broadcast value for live-ins."Martin Storsjö19-587/+742
2023-07-25[DAGCombiner] Minor improvements to foldAndOrOfSETCC. NFCCraig Topper1-5/+4
2023-07-24[RISCV] Don't print a tab after mnemonics that don't have operands.Craig Topper1-1/+1
2023-07-25[RISCV] Match ext_vl+sra_vl/srl_vl+trunc_vector_vl to vnsra.wv/vnsrl.wvLiaoChunyu4-0/+236
2023-07-25[X86] Support -march=graniterapids-d and update -march=graniterapidsFreddy Ye7-5/+26