aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-25[AMDGPU] Allow vector access types in PromoteAllocaToVectorpvanhout3-32/+480
2023-07-25[AMDGPU] Use SSAUpdater in PromoteAllocapvanhout10-341/+570
2023-07-24[OpenMP] Add the `ompx_attribute` clause for target directivesJohannes Doerfert1-28/+63
2023-07-24[Support] Change MapVector's default template parameter to SmallVector<*, 0>Fangrui Song2-7/+8
2023-07-25test/.../print-dot-dom.ll: Avoid writing to cwd of test by creating/cding int...David Blaikie1-0/+3
2023-07-25ADT: ArrayRef: Assert that begin <= endDavid Blaikie1-1/+3
2023-07-25[X86] Update features for sierraforest, grandridgeFreddy Ye2-2/+4
2023-07-25[RISCV] Add a common class for cm.push, cm.popret, cm.popretz and cm.pop.Jim Lin1-42/+16
2023-07-25[LoongArch] Implement isSExtCheaperThanZExtWANG Rui13-85/+83
2023-07-25[LoongArch] Add test case showing suboptimal codegen when zero extendingWANG Rui1-0/+17
2023-07-25[LoongArch] Support InlineAsm for LSX and LASXchenli6-1/+174
2023-07-24[llvm-objdump][test] Improve elf-aarch64-mapping-symbols.testFangrui Song1-15/+24
2023-07-25[PowerPC][AIX] Enable quadword atomics by default for AIXKai Luo5-297/+254
2023-07-24ConstantFolding: Constant fold denormal inputs to canonicalize for IEEEMatt Arsenault2-12/+244
2023-07-24[TextAPI] Remove TBD file attributes that aren't used anymore.Cyndy Ishida14-181/+10
2023-07-24Revert "[llvm-objdump] [NFC] Factor out DisassemblerTarget class."Jacek Caban1-121/+77