aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26[Arm64EC] Improve alignment mangling in arm64ec thunks. (#90115)Eli Friedman3-11/+12
2024-04-26[mlir][sparse] fold sparse convert into producer linalg op. (#89999)Peiming Liu5-71/+151
2024-04-26[LV] Add tests showing missed propgation of versiond stride values.Florian Hahn1-0/+444
2024-04-26[RISCV] Flatten the ImpliedExts table in RISCVISAInfo.cpp (#89975)Craig Topper3-70/+45
2024-04-26[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)Xing Xue2-9/+3
2024-04-26[DXIL] Fix build warning (#90226)Farzon Lotfi1-2/+2
2024-04-26[scudo] Reflect the allowed values for M_DECAY_TIME on Android (#89114)ChiaHungDuan1-6/+4
2024-04-26[NFC] update comments from an earlier version of SuffixTree (#89800)Xuan Zhang1-2/+2
2024-04-26[libc++][ranges] Exports operator|. (#90071)Mark de Wever1-0/+11
2024-04-26[AArch64][SVE2] SVE2 NBSL instruction lowering. (#89732)Dinar Temirbulatov3-1/+55
2024-04-26[C++17] Support __GCC_[CON|DE]STRUCTIVE_SIZE (#89446)Aaron Ballman24-38/+181
2024-04-26[X86] Regenerate subreg-to-reg tests with update_llc_test_checks.pySimon Pilgrim3-6/+33
2024-04-26[MC] Rename temporary symbols of empty name to ".L0 " (#89693)Fangrui Song13-52/+78
2024-04-26[mlir] Add sub-byte type emulation support for `memref.collapse_shape` (#89962)Diego Caballero2-3/+49
2024-04-26[mlir] Fix -Wdeprecated-declarations of cast in VCIXToLLVMIRTranslation.cpp (...Jie Fu1-2/+2
2024-04-26[clang-tidy][NFC] Fix broken link in documentation of cert-env33-c (#90216)NagyDonat1-1/+1
2024-04-26[libc++][ranges] LWG3984: ranges::to's recursion branch may be ill-formed (#8...Xiaoyang Liu3-2/+8
2024-04-26[clang] Add test for CWG2149 "Brace elision and array length deduction" (#90079)Vlad Serebrennikov2-1/+78
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg97-1275/+1342
2024-04-26[mlir][MemRef] Add ExtractStridedMetadataOpCollapseShapeFolder (#89954)Diego Caballero2-60/+165
2024-04-26[SLP]Attempt to vectorize long stores, if short one failed.Alexey Bataev4-131/+327
2024-04-26Revert "[TableGen] Ignore inaccessible memory when checking pattern flags (#9...Jay Foad1-9/+1
2024-04-26[Offload] Remove remaining `__tgt_register_requires` references (#90198)Joseph Huber5-38/+0
2024-04-26DAG: Simplify demanded bits for truncating atomic_store (#90113)Matt Arsenault1-0/+20
2024-04-26[NFC][OpenACC] Remove stale FIXME comment in a testerichkeane1-2/+0
2024-04-26[DAG] visitORCommutative - fold build_pair(not(x),not(y)) -> not(build_pair(x...Simon Pilgrim3-54/+33
2024-04-26[RISCV][NFC] Future-proof reference to ISA manual in RISCVInstrInfoC.tdAlex Bradbury1-1/+1
2024-04-26[Transforms] Debug values are not remapped when cloning. (#87747)Carlos Alberto Enciso8-26/+101
2024-04-26[M68k] Add support for MOVEQ instruction (#88542)Peter Lafreniere25-74/+162
2024-04-26Add test cases for SELECT->AND miscompiles in DAGCombinerBjorn Pettersson1-0/+95
2024-04-26[clang][X86] Fix -Wundef warning in cpuid.h (#89842)Dan Klishch1-3/+3
2024-04-26[AArch64] Add support for Neoverse-N3, Neoverse-V3 and Neoverse-V3AE (#90143)Jonathan Thackray9-4/+141
2024-04-26[DAGCombiner] Do not always fold FREEZE over BUILD_VECTOR (#85932)Bjorn Pettersson2-50/+26
2024-04-26[SelectionDAG] Treat CopyFromReg as freezing the value (#85932)Bjorn Pettersson45-1919/+1856
2024-04-26Revert "[RISCV] Support RISCV Atomics ABI attributes (#84597)"Alex Bradbury10-314/+2
2024-04-26Revert "[llvm][RISCV] Enable trailing fences for seq-cst stores by default (#...Alex Bradbury7-29/+24
2024-04-26Fix mismatches between function parameter definitions and declarations (#89512)Troy Butler4-24/+21
2024-04-26[LLVM][AARCH64]Replace +sme2p1+smef16f16 by +smef16f16 (#88860)CarolineConcatto20-478/+489
2024-04-26[X86] Add test coverage for #89533Simon Pilgrim1-3/+104
2024-04-26[X86] Split off or + blend/shuffle combine tests from combine-or.llSimon Pilgrim2-467/+900
2024-04-26[LLVM][SVE] Seperate the int and floating-point variants of addqv. (#89762)Paul Walker5-24/+39
2024-04-26[Flang][OpenMP] Skip default privatization of implied do indices (#89915)Kiran Chandramohan2-0/+12
2024-04-26AMDGPU: Do not bitcast atomic load in IR (#90060)Matt Arsenault6-34/+95
2024-04-26[SPIRV] Improve builtins matching and type inference in SPIR-V Backend, fix...Vyacheslav Levytskyy7-41/+196
2024-04-26[BasicBlockUtils] Remove redundant llvm.dbg instructions after blocks to redu...CL4-2/+49
2024-04-26[flang][NFC] Use tablegen to reduce MemoryAllocationOpt boilerplate (#90062)Tom Eccles4-29/+9
2024-04-26[flang][NFC] use tablegen to create StackArrays constructor (#90038)Tom Eccles4-7/+2
2024-04-26[flang][NFC] Use tablegen to create LoopVersioning constructor (#90037)Tom Eccles4-7/+2
2024-04-26[clang] Fix -Wunused-variable in ByteCodeStmtGen.cpp (NFC)Jie Fu1-2/+1
2024-04-26[llvm-exegesis] Close file descriptors after use (#86584)Aiden Grossman2-0/+7