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