summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyCFG] Not folding branch in constant loops which expected unrollupstream/users/xiangzhangllvm/refine-simplify-CFG-for-loop-unrollZhang Xiang2023-12-052-48/+860
* [SimplifyCFG] Pre-commit test for folding branches in simplify cfgZhang Xiang2023-12-051-0/+198
* [SDAG] Count call argument attributes to reduce unnecessary extension (#73501)ZengZhijin2023-12-052-2/+128
* [bazel] port c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694Mikhail Goncharov2023-12-051-0/+1
* [mlir][Vector] Update patterns for flattening vector.xfer Ops (2/N) (#73523)Andrzej WarzyƄski2023-12-054-11/+129
* TargetInstrInfo, TargetSchedule: fix non-NFC parts of 9468de4 (#74338)Ramkumar Ramachandra2023-12-053-3/+3
* [NFC] Remove duplicated message resulted from a bad merge I thinkPhoebe Wang2023-12-051-1/+1
* [lldb] Sync OpenBSD GetOSVersion() closer to NetBSD function (#74396)Brad Smith2023-12-051-5/+9
* [clang] Fixes compile error that double colon operator cannot resolve macro w...Yonggang Luo2023-12-052-11/+13
* [mlir][python] python binding wrapper for the affine.AffineForOp (#74408)Amy Wang2023-12-052-27/+293
* [RISCV] Use ABI align in varargs tests in push-pop-popret.ll. NFC (#74423)Craig Topper2023-12-041-37/+13
* [llvm][docs] Expand section on non-integral pointers (#73242)Danila Malyutin2023-12-051-0/+6
* [clang][NFC] Refactor expected directives in C++ DRs 500-599 (#74373)Vlad Serebrennikov2023-12-051-234/+361
* [llvm][NFC] A start at cleaning up zero byte files that should have been remo...Brad Smith2023-12-056-0/+0
* [IR][TRE] Support associative intrinsics (#74226)Joshua Cao2023-12-048-66/+321
* [TRE] Add tests for intrinsic accumulatorsJoshua Cao2023-12-041-0/+141
* Revert "[lldb] A start at cleaning up zero byte files that should have been r...Brad Smith2023-12-056-0/+0
* [lldb][NFC] Minor formatting nits with some of the NetBSD codeBrad Smith2023-12-044-5/+5
* [lldb] A start at cleaning up zero byte files that should have been removedBrad Smith2023-12-046-0/+0
* [X86] Remove x86-experimental-unordered-atomic-isel option and associated codePhilip Reames2023-12-045-573/+207
* LiveRangeEdit: Clear all dead flags when rematerializing (#73933)Matt Arsenault2023-12-053-1/+245
* AMDGPU: Return legal addressmode correctly for flat scratch (#71494)Ruiling, Song2023-12-053-24/+28
* AMDGPU: Pre-commit test to show diffRuiling Song2023-12-051-0/+47
* [mlir][bufferization] Fix op dominance bug in rewrite pattern (#74159)Matthias Springer2023-12-051-24/+31
* [ORC][MachO] Fix JITDylib header-addr tracking in MachOPlatform.Lang Hames2023-12-042-26/+36
* Update GitHub doc to mention that we accepts user branches for Stacked PRs (#...Mehdi Amini2023-12-042-4/+10
* Switch from the std::shared_mutex to an LLVM RWMutex (#74383)Kevin Frei2023-12-041-4/+4
* [clang] Reject incomplete type arguments for __builtin_dump_struct (#72749)Younan Zhang2023-12-054-3/+23
* [llvm][IR] Add per-global code model attribute (#72077)hev2023-12-0513-2/+156
* [mlir][Complex] Fix bug in `MergeComplexBitcast` (#74271)Matthias Springer2023-12-052-20/+13
* [BinaryFormat][LoongArch] Define psABI v2.20 relocs (#73345)Lu Weining2023-12-053-10/+14
* [OpenMP] Ensure `Devices` is accessed exlusively (#74374)Johannes Doerfert2023-12-049-226/+237
* [CGP][AArch64] Rebase the common base offset for better ISelzhongyunde 004434072023-12-057-65/+105
* [AArch64] Precommit tests for PR71917zhongyunde 004434072023-12-051-0/+87
* [lldb] Remove unused variableBrad Smith2023-12-041-1/+0
* [libc][NFC] fix int warnings in float conversion (#74379)michaelrj-google2023-12-045-30/+25
* [clang-format] Remove duplicates in @property using std::set (#74235)Owen Pan2023-12-043-62/+80
* [AIX] In assembly file, create a dummy text renamed to an empty string (#73052)stephenpeckham2023-12-0421-39/+68
* [NFC][asan] Remove SetAsanInited parameterVitaly Buka2023-12-041-2/+2
* [hwasan] Use ErrorAction::Recover in interceptors (#74000)Vitaly Buka2023-12-043-9/+43
* [NFC][asan] Inline ENSURE_ASAN_INITED macro (#74174)Vitaly Buka2023-12-044-19/+20
* [NFC][asan] Replace a few `#if SANITIZER_APPLE` with `if (SANITIZER_APPLE` (#...Vitaly Buka2023-12-041-9/+3
* [NFC][asan] Replace AsanInited/ENSURE_ASAN_INITED with TryAsanInitFromRtl (#7...Vitaly Buka2023-12-045-44/+43
* [mlir][mesh] Fix build breakage (#74362)Krzysztof Parzyszek2023-12-041-0/+1
* Revert "[clang][modules] Reset codegen options. (#74006)"Juergen Ributzka2023-12-047-260/+85
* [RISCV] Remove SiFive7PipeV and replace it with SiFive7VCQ (#73969)Michael Maitland2023-12-0429-1869/+1879
* [RISCV] Fix typo in comment. NFCCraig Topper2023-12-042-2/+2
* [NFC] Fix unused variable (used only in assert) after d1cdcddcc2ef712c4e2ab61...Jorge Gorbe Moya2023-12-041-2/+2
* [libc] fix HashTable warnings and build problems (#74371)Schrodinger ZHU Yifan2023-12-043-2/+5
* [LLVM][DWARF] Add support for .debug_names with split dwarf (#73872)Alexander Yermolovich2023-12-044-28/+137