summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rebaseupstream/users/ilovepi/spr/reapply-llvmriscv-enable-trailing-fences-for-seq-cst-stores-by-default-87376Paul Kirth2024-05-093-3/+7
|\
| * [𝘀𝗽𝗿] changes introduced through rebaseupstream/users/ilovepi/spr/main.reapply-llvmriscv-enable-trailing-fences-for-seq-cst-stores-by-default-87376Paul Kirth2024-05-093-3/+7
* | RebasePaul Kirth2024-05-021-4/+4
|\|
| * [𝘀𝗽𝗿] changes introduced through rebasePaul Kirth2024-05-021-4/+4
* | RebasePaul Kirth2024-05-022-7/+5
|\|
| * [𝘀𝗽𝗿] changes introduced through rebasePaul Kirth2024-05-022-7/+5
* | [𝘀𝗽𝗿] initial versionPaul Kirth2024-04-2615-21/+338
|\|
| * [𝘀𝗽𝗿] changes to main this commit is based onPaul Kirth2024-04-2610-2/+314
|/
* [libc++][ranges] Exports operator|. (#90071)Mark de Wever2024-04-261-0/+11
* [AArch64][SVE2] SVE2 NBSL instruction lowering. (#89732)Dinar Temirbulatov2024-04-263-1/+55
* [C++17] Support __GCC_[CON|DE]STRUCTIVE_SIZE (#89446)Aaron Ballman2024-04-2624-38/+181
* [X86] Regenerate subreg-to-reg tests with update_llc_test_checks.pySimon Pilgrim2024-04-263-6/+33
* [MC] Rename temporary symbols of empty name to ".L0 " (#89693)Fangrui Song2024-04-2613-52/+78
* [mlir] Add sub-byte type emulation support for `memref.collapse_shape` (#89962)Diego Caballero2024-04-262-3/+49
* [mlir] Fix -Wdeprecated-declarations of cast in VCIXToLLVMIRTranslation.cpp (...Jie Fu2024-04-261-2/+2
* [clang-tidy][NFC] Fix broken link in documentation of cert-env33-c (#90216)NagyDonat2024-04-261-1/+1
* [libc++][ranges] LWG3984: ranges::to's recursion branch may be ill-formed (#8...Xiaoyang Liu2024-04-263-2/+8
* [clang] Add test for CWG2149 "Brace elision and array length deduction" (#90079)Vlad Serebrennikov2024-04-262-1/+78
* [mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg2024-04-2697-1275/+1342
* [mlir][MemRef] Add ExtractStridedMetadataOpCollapseShapeFolder (#89954)Diego Caballero2024-04-262-60/+165
* [SLP]Attempt to vectorize long stores, if short one failed.Alexey Bataev2024-04-264-131/+327
* Revert "[TableGen] Ignore inaccessible memory when checking pattern flags (#9...Jay Foad2024-04-261-9/+1
* [Offload] Remove remaining `__tgt_register_requires` references (#90198)Joseph Huber2024-04-265-38/+0
* DAG: Simplify demanded bits for truncating atomic_store (#90113)Matt Arsenault2024-04-261-0/+20
* [NFC][OpenACC] Remove stale FIXME comment in a testerichkeane2024-04-261-2/+0
* [DAG] visitORCommutative - fold build_pair(not(x),not(y)) -> not(build_pair(x...Simon Pilgrim2024-04-263-54/+33
* [RISCV][NFC] Future-proof reference to ISA manual in RISCVInstrInfoC.tdAlex Bradbury2024-04-261-1/+1
* [Transforms] Debug values are not remapped when cloning. (#87747)Carlos Alberto Enciso2024-04-268-26/+101
* [M68k] Add support for MOVEQ instruction (#88542)Peter Lafreniere2024-04-2625-74/+162
* Add test cases for SELECT->AND miscompiles in DAGCombinerBjorn Pettersson2024-04-261-0/+95
* [clang][X86] Fix -Wundef warning in cpuid.h (#89842)Dan Klishch2024-04-261-3/+3
* [AArch64] Add support for Neoverse-N3, Neoverse-V3 and Neoverse-V3AE (#90143)Jonathan Thackray2024-04-269-4/+141
* [DAGCombiner] Do not always fold FREEZE over BUILD_VECTOR (#85932)Bjorn Pettersson2024-04-262-50/+26
* [SelectionDAG] Treat CopyFromReg as freezing the value (#85932)Bjorn Pettersson2024-04-2645-1919/+1856
* Revert "[RISCV] Support RISCV Atomics ABI attributes (#84597)"Alex Bradbury2024-04-2610-314/+2
* Revert "[llvm][RISCV] Enable trailing fences for seq-cst stores by default (#...Alex Bradbury2024-04-267-29/+24
* Fix mismatches between function parameter definitions and declarations (#89512)Troy Butler2024-04-264-24/+21
* [LLVM][AARCH64]Replace +sme2p1+smef16f16 by +smef16f16 (#88860)CarolineConcatto2024-04-2620-478/+489
* [X86] Add test coverage for #89533Simon Pilgrim2024-04-261-3/+104
* [X86] Split off or + blend/shuffle combine tests from combine-or.llSimon Pilgrim2024-04-262-467/+900
* [LLVM][SVE] Seperate the int and floating-point variants of addqv. (#89762)Paul Walker2024-04-265-24/+39
* [Flang][OpenMP] Skip default privatization of implied do indices (#89915)Kiran Chandramohan2024-04-262-0/+12
* AMDGPU: Do not bitcast atomic load in IR (#90060)Matt Arsenault2024-04-266-34/+95
* [SPIRV] Improve builtins matching and type inference in SPIR-V Backend, fix...Vyacheslav Levytskyy2024-04-267-41/+196
* [BasicBlockUtils] Remove redundant llvm.dbg instructions after blocks to redu...CL2024-04-264-2/+49
* [flang][NFC] Use tablegen to reduce MemoryAllocationOpt boilerplate (#90062)Tom Eccles2024-04-264-29/+9
* [flang][NFC] use tablegen to create StackArrays constructor (#90038)Tom Eccles2024-04-264-7/+2
* [flang][NFC] Use tablegen to create LoopVersioning constructor (#90037)Tom Eccles2024-04-264-7/+2
* [clang] Fix -Wunused-variable in ByteCodeStmtGen.cpp (NFC)Jie Fu2024-04-261-2/+1
* [llvm-exegesis] Close file descriptors after use (#86584)Aiden Grossman2024-04-262-0/+7