summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][WIP] Set up RTTI for `ValueBoundsConstraintSet`upstream/users/matthias-springer/value_bounds_rttiMatthias Springer2024-03-122-1/+7
* [mlir][IR] Fix overload resolution on MSVC build (#84589)Matthias Springer2024-03-114-12/+18
* [AMDGPU] Let LowerModuleLDS run twice on the same module (#81729)Pierre van Houtryve2024-03-114-6/+46
* [clangd] Avoid libFormat's objective-c guessing heuristic where possible (#84...Nathan Ridge2024-03-118-12/+68
* Revert "[TypePromotion] Support positive addition amounts in isSafeWrap. (#81...Craig Topper2024-03-117-91/+81
* [SelectionDAG] Switch to LiveRegUnits (#84197)AtariDreams2024-03-117-26/+8
* [compiler-rt] Mark more calls as blocking (#77789)Pavel Labath2024-03-113-39/+107
* [LiveIntervals] repairIntervalsInRange: recompute width changes (#78564)Carl Ritson2024-03-112-6/+21
* [ELF] Move getSymbol/getRelocTargetSym from ObjFile<ELFT> to InputFile. NFCFangrui Song2024-03-108-30/+29
* [RISCV] Place mergeable small read only data into srodata section (#82214)Kito Cheng2024-03-113-2/+75
* [AMDGPU] Update LiveInterval def index for early-clobber (#79285)Carl Ritson2024-03-113-1/+23
* [RISCV] Handle FP riscv_masked_strided_load with 0 stride. (#84576)Craig Topper2024-03-102-3/+47
* [C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu2024-03-119-18/+93
* Fix broken build after https://github.com/llvm/llvm-project/pull/84678 (sorry).Justin Lebar2024-03-101-1/+1
* [clang] Fix behavior of `__is_trivially_relocatable(volatile int)` (#77092)Amirreza Ashouri2024-03-113-75/+111
* Add llvm::min/max_element and use it in llvm/ and mlir/ directories. (#84678)Justin Lebar2024-03-1042-119/+111
* [libc] Fix flag parsing bugs. (#84706)lntue2024-03-102-5/+5
* [coroutine] Implement llvm.coro.await.suspend intrinsic (#79712)fpasserby2024-03-1124-325/+874
* [LoongArch] Make sure that the LoongArchISD::BSTRINS node uses the correct `M...wanglei2024-03-112-1/+16
* [InstCombine] fold `(icmp eq/ne (and (shl -1, X), Y), 0)` -> `(icmp eq/ne (ls...Noah Goldstein2024-03-102-4/+13
* [InstCombine] Tests for `(icmp eq/ne (and (shl -1, X), Y), 0)` -> `(icmp eq/n...Noah Goldstein2024-03-101-0/+88
* [LLD][COFF] Add support for IMPORT_NAME_EXPORTAS import library names. (#83211)Jacek Caban2024-03-112-6/+30
* [libc][mman] Implement msync (#84700)Schrodinger ZHU Yifan2024-03-1010-0/+163
* [libc][NFC] Move GPU allocator implementation to common header (#84690)Joseph Huber2024-03-106-19/+88
* [lld-macho][NFC] Refactor ObjCSelRefsSection out of ObjCStubsSection (#83878)alx322024-03-103-49/+83
* [InstCombine] Recognize `(icmp eq/ne (and X, ~Mask), 0)` pattern in `foldICmp...Noah Goldstein2024-03-106-42/+36
* [InstCombine] Improve mask detection in `foldICmpWithLowBitMaskedVal`Noah Goldstein2024-03-1014-68/+184
* [InstCombine] Move `foldICmpWithLowBitMaskedVal` to `foldICmpCommutative`; NFCNoah Goldstein2024-03-101-11/+10
* [InstCombine] Add tests for expanding `foldICmpWithLowBitMaskedVal`; NFCNoah Goldstein2024-03-101-0/+662
* [libc] Move RPC opcodes include out of the headerJoseph Huber2024-03-105-8/+12
* [libc][stdbit] Fix truncation err in CPP bit_ceil (#84683)Michael Flanders2024-03-101-1/+1
* [libc][stdbit][c23] adds implementation of `stdc_bit_ceil` functions (#84657)Michael Flanders2024-03-1023-9/+409
* [X86] combineAndShuffleNot - ensure the type is legal before create X86ISD::A...Simon Pilgrim2024-03-102-2/+28
* [libc][NFC] Clean up stray ';' and default enum warningJoseph Huber2024-03-102-4/+2
* [MLIR/OpenACC] Remove unneeded LLVMIR include (#84543)Thomas Preud'homme2024-03-101-5/+0
* [InstSimplify] Handle vec values when simplifying comparisons using range met...Andreas Jonson2024-03-102-2/+38
* [openmp] adding affinity support to DragonFlyBSD. (#84672)David CARLIER2024-03-106-16/+22
* [libc][stdbit][c23] fixes typos in bit_width, bit_floor C type-generic macros...Michael Flanders2024-03-101-2/+2
* [utils/TableGen/X86CompressEVEXTablesEmitter.cpp] Make sure the tablegen outp...Argyrios Kyrtzidis2024-03-091-3/+3
* [clang][Interp] Implement __builtin_popcountg (#84500)OverMighty2024-03-102-5/+31
* [mlir][IR] Add listener notifications for pattern begin/end (#84131)Matthias Springer2024-03-103-23/+69
* [mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer2024-03-105-35/+130
* [sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the botVitaly Buka2024-03-091-1/+4
* Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot"Vitaly Buka2024-03-091-1/+0
* [workflows] Mention the correct user who makes a /cherry-pick comment (#82680)Tom Stellard2024-03-091-1/+1
* [NFC][compiler-rt] Try to collect more info about crashes on botVitaly Buka2024-03-091-0/+1
* [asan] [test] Mark a new test UNSUPPORTED for MinGW targetsMartin Storsjö2024-03-091-0/+2
* [OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky2024-03-095-6/+7
* [NFC] Eliminate trailing white space causing CI build failure (#84632)Amirreza Ashouri2024-03-101-1/+1
* check if operand is div in fold FDivSqrtDivisor (#81970)Zain Jaffal2024-03-092-9/+56