aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Revert "[TableGen] Ignore inaccessible memory when checking pattern flags (#9...revert-90061-tablegen-ignore-inaccessibleJay 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
2024-04-26[AArch64] Drop poison-generating flags in `genSubAdd2SubSub` combinerAntonio Frighetto2-4/+38
2024-04-26[TableGen] Ignore inaccessible memory when checking pattern flags (#90061)Jay Foad1-1/+9
2024-04-26[clang][Interp] Improve support for virtual basesTimm Bäder6-27/+192
2024-04-26[LoongArch] Simplify RISCVSubtarget. NFCWANG Rui1-28/+10
2024-04-26[flang] Silence warning in release buildsDavid Spickett1-0/+1
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang42-113/+555
2024-04-26[X86] LowerVectorCTLZInRegLUT - fix: typo "CLTZ"-> "CTLZ" (#90051)zxc125231-1/+1
2024-04-26[lldb][Docs] Document vFile "MD5" and "exists"David Spickett1-1/+43
2024-04-26[GVN] Refactor the LeaderTable structure into a properly encapsulated data st...Owen Anderson2-97/+149
2024-04-26[lldb][Docs] Link from platform doc to extensions doc (#90029)David Spickett2-475/+265
2024-04-26[IRCE] Skip icmp ptr in `InductiveRangeCheck::parseRangeCheckICmp` (#89967)Yingwei Zheng2-0/+36
2024-04-26[clang][Interp][NFC] Move collectBaseOffset() to ContextTimm Bäder4-34/+52
2024-04-26[clang][Interp][NFC] Print virtual bases in Record::dump()Timm Bäder1-2/+8
2024-04-26[llvm-objcopy][docs] Use "Mark" rather than "Make" in the objcopy docs for co...bd1976bris1-3/+3
2024-04-26[NFC][llvm] refine generated code format (#90172)long.chen1-1/+1
2024-04-26[clang][dataflow] Fix crash when `ConstantExpr` is used in conditional operat...martinboehme3-5/+49
2024-04-26[clang][Interp][NFC] Add InlineDescriptor::dump()Timm Bäder2-0/+22
2024-04-26[clang][Interp][NFC] Rename locals and add assertions to virtual castsTimm Bäder2-4/+7
2024-04-26[lldb] Update eh-frame-dwarf-unwind-abort.test for a change in llvm assemblerPavel Labath1-4/+4
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov21-1548/+325
2024-04-26[InstCombine] Add extra tests for mul nuw inference (NFC)Nikita Popov1-10/+70