summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/MaskRay/spr/main.improve-warningFangrui Song2023-12-175-32/+95
* [Dialect] Use llvm::is_contained (NFC)Kazu Hirata2023-12-171-3/+1
* [Analysis] Use llvm::erase (NFC)Kazu Hirata2023-12-171-6/+1
* [CodeGen] Remove unused forward declarations (NFC)Kazu Hirata2023-12-174-5/+0
* [CodeGen] Remove unnecessary includes (NFC)Kazu Hirata2023-12-174-4/+0
* [X86] combineLoad - extract target constants at the minimum scalar element wi...Simon Pilgrim2023-12-171-3/+7
* [RISCV] Fix -Wbraced-scalar-init in RISCVISelLowering.cpp (NFC)Jie Fu2023-12-171-1/+1
* Revert "[mlir][vector] Fix invalid `LoadOp` indices being created (#75519)"Rik Huijzer2023-12-174-47/+12
* [X86] combineLoad - don't bother truncating the alternative target constant d...Simon Pilgrim2023-12-171-5/+1
* [RISCV] Implement intrinsics for XCVbitmanip extension in CV32E40P (#74993)melonedo2023-12-176-9/+335
* [mlir][vector] Fix invalid `LoadOp` indices being created (#75519)Rik Huijzer2023-12-174-12/+47
* [Analysis] Remove unused forward declarations (NFC)Kazu Hirata2023-12-173-3/+0
* [test] Improve MC/X86/index-operations.sFangrui Song2023-12-171-12/+14
* [AMDGPU] Track physical VGPRs used for SGPR spills (#75573)Carl Ritson2023-12-173-3/+5
* [mlir][SparseTensor][NFC] Remove `isNestedIn` helper function (#75729)Matthias Springer2023-12-171-10/+1
* [llvm-objdump,test] Improve zero dumping and inline relocs testsFangrui Song2023-12-162-1/+31
* [Index] Fix recursive-cxx-member-calls.cppKazu Hirata2023-12-161-1/+1
* [llvm-objdump,test] Improve zero dumping and inline relocs testsFangrui Song2023-12-162-123/+122
* Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2023-12-1611-13/+13
* [lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2023-12-165-13/+13
* [RISCV] Fix intrinsic names in sf_vfwmacc_4x4x4.ll. NFCCraig Topper2023-12-161-15/+15
* [llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2023-12-163-4/+4
* [lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2023-12-1662-128/+132
* [ELF,test] Improve duplicate "symbol not found" error testsFangrui Song2023-12-163-11/+33
* Use StringRef::{starts,ends}_with (NFC)Kazu Hirata2023-12-169-39/+39
* [clang][CGCUDANV] Unify PointerType members of CGNVCUDARuntime (NFC) (#75668)Youngsuk Kim2023-12-161-50/+38
* [mlir][linalg] Fix rank-reduced cases for extract/insert slice in DropUnitDim...Quinn Dawkins2023-12-162-8/+37
* Revert "Reapply "RegisterCoalescer: Add implicit-def of super register when c...Stefan Pintilie2023-12-166-670/+57
* [libc++][spaceship][NFC] Status page - added papers (#75043)Hristo Hristov2023-12-162-2/+4
* [AArch64][SME2] Add FCLAMP, CNTP builtins for SME2 (#72487)Dinar Temirbulatov2023-12-163-4/+6
* [flang][nfc] Refactor linker invocation logic (#75648)Andrzej Warzyński2023-12-161-63/+82
* [InstCombine] Canonicalize `icmp pred (X +/- C1), C2` into `icmp pred X, C2 ...Yingwei Zheng2023-12-162-0/+304
* [InstCombine] Add test for missed opportunity to fold 'or' into 'mul' operand...Craig Topper2023-12-151-0/+15
* [NFC][CLANG] Rename duplicate loop attributes diagnostic functions (#75657)smanna122023-12-153-13/+12
* [RISCV] Make Zfh imply Zfhmin. (#75576)Yeting Kuo2023-12-163-6/+6
* [llvm-readobj] Print the associated CUDA SM flags (#75664)Joseph Huber2023-12-151-0/+19
* [Sanitizers] Don't inline unpoisoning of small stacks when inlining disabled ...Mariusz Borsa2023-12-153-3/+31
* [ASTReader] Fix readability-inconsistent-declaration-parameter-name. NFCFangrui Song2023-12-152-22/+22
* [mlir][sparse] support loop range query using SparseTensorLevel. (#75670)Peiming Liu2023-12-154-112/+175
* [X86] Don't use rip-relative lea to get a function address in medium static m...Arthur Eubanks2023-12-152-9/+2
* Revert "[NFC] [Serialization] Packing more bits and refactor AbbrevToUse"Augusto Noronha2023-12-157-788/+364
* Revert "[NFC] Fix the warning Wcovered-switch-default"Augusto Noronha2023-12-151-1/+2
* [PowerPC] Emit libcall to frexpl for calls to frexp(ppcDoublDouble) (#75226)Lei Huang2023-12-153-8/+9
* [llvm-objcopy] Fix gap-fill/pad-to tests (#75631)quic-akaryaki2023-12-152-66/+66
* [mlir][sparse] set up the skeleton for SparseTensorLevel abstraction. (#75645)Peiming Liu2023-12-155-64/+203
* Revert "[StackColoring] Delete dead stack slots (#75351)" (#75655)Paul Kirth2023-12-156-48/+32
* [llvm-exegesis] Adjust page size in unit tests to fix ppc failuresAiden Grossman2023-12-151-9/+9
* [libc++] Fix constexpr initialization of std::array<T, 0> (#74667)Louis Dionne2023-12-156-101/+187
* [flang][openacc/mp] Do not read bounds on absent box (#75252)Valentin Clement (バレンタイン クレメン)2023-12-155-98/+256
* [X86][test] Update tagged-globals*.ll testsArthur Eubanks2023-12-153-99/+67