aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-20[lldb][test] Skip runlocker test on AArch64 LinuxDavid Spickett1-0/+2
2023-12-20[ConstraintElim] Check if second op implies first for And. (#75750)Florian Hahn5-25/+37
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi3-10/+12
2023-12-20[mlir][vector][nfc] Move tests for scalable outer-product (#76035)Andrzej Warzyński3-39/+35
2023-12-20[PhaseOrdering] Add data layout to test (NFC)Nikita Popov1-0/+2
2023-12-20[PhaseOrdering] Add additional test for switch with GEPs (NFC)Nikita Popov2-75/+148
2023-12-20[X86] getTargetConstantPoolFromBasePtr - drop const qualifierSimon Pilgrim1-2/+2
2023-12-20[AArch64] Update target feature requirements of SVE bfloat instructions (#75596)Momchil Velikov23-272/+381
2023-12-20[AsmWriter] Ensure getMnemonic doesn't return invalid pointers (#75783)Lucas Duarte Prates2-1/+8
2023-12-20[AMDGPU] Use poison instead of undef for non-demanded elements (#75914)Nikita Popov3-8/+16
2023-12-20[mlir][spirv] Add folding for [I|Logical][Not]Equal (#74194)Finn Plummer4-11/+256
2023-12-20[clangd] Perform self-containedness check at EOF (#75965)kadir çetinkaya3-18/+59
2023-12-20[lldb][test] Remove Arm/AArch64 Linux skip for global modules testDavid Spickett1-4/+0
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett2-7/+21
2023-12-20[libc][NFC] Rename `MAX_EXPONENT` to `MAX_BIASED_EXPONENT` (#75932)Guillaume Chatelet10-43/+45
2023-12-20[flang] Add option to skip struct argument rewrite in target-rewrite (#75939)jeanPerier4-2/+45
2023-12-20[AST] RecursiveASTVisitor: traverse the require clause for partial template s...Haojian Wu2-6/+20
2023-12-20[TLI] Add SLEEFGNUABI mappings for fmod/fmodf fixed-width. (#75803)Paschalis Mpeis2-142/+51
2023-12-20[RISCV] Make Zcmt imply Zicsr. (#75464)Yvan Roux3-4/+6
2023-12-20[lldb][test] Try a workaround for module cache test on Arm/AArch64 LinuxDavid Spickett1-4/+7
2023-12-20[MC][x86] Allow non-MCTargetExpr RHS when the LHS of a MCBinaryExpr is MCTarg...Chenyang Gao2-10/+19
2023-12-20[RISCV] Add missing REQUIRES asserts to test (NFC)Nikita Popov1-0/+1
2023-12-20Fix `__float128` only available on Linux for x86_64 (#75909)Igor Popov1-2/+2
2023-12-20[ClangRepl] Fix failed ClangReplInterpreter unit tests (#75556).Vladimir Vereschaka1-105/+33
2023-12-20[mlir][vector][nfc] remove unused template parameter (#75931)Cullen Rhodes1-18/+15
2023-12-20[mlir] Code owners: sort file and add myself (#76019)Matthias Springer1-17/+37
2023-12-20[RISCV][NFC] Add comments and tests for frint case of performFP_TO_INT_SATCom...Yeting Kuo4-0/+1242
2023-12-20[AMDGPU] Handle object size and bail if assume-like intrinsic is used in Prom...Mariusz Sikora2-0/+26
2023-12-20[RISCV] Add missing lmul info for SiFive extensions (#76006)Brandon Wu10-56/+58
2023-12-20Recommit [RISCV] Implement multi-lib reuse rule for RISC-V bare-metal toolcha...Brandon Wu2-1/+207
2023-12-20[Clang] Fix a crash when incorrectly calling an explicit object member functi...cor3ntin2-1/+13
2023-12-20[mlir][GPU] Add `RecursiveMemoryEffects` to `gpu.launch` (#75315)Matthias Springer2-1/+35
2023-12-19[libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259)Christopher Di Bella18-32/+1062
2023-12-20[X86][MC] Support Enc/Dec for EGPR for promoted SHA instruction (#75582)XinWang1026-32/+290
2023-12-20[mlir][IR] Change block/region walkers to enumerate `this` block/region (#75020)Matthias Springer5-93/+193
2023-12-19DiagnosticHandler: refactor error checking (#75889)Fangrui Song3-20/+10
2023-12-19[libunwind] Bump to CXX_STANDARD 17 (#75986)Fangrui Song1-2/+2
2023-12-20[mlir] Require folders to produce Values of same type (#75887)Matthias Springer11-48/+36
2023-12-20[mlir][vector][gpu] Align minf/maxf reduction kind names with arith (#75901)Jakub Kuderski26-99/+101
2023-12-19[compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (#76008)Mingming Liu1-0/+4
2023-12-19[test]For ThinLTO icp test, require llvm-64-bit given the raw profile data is...Mingming Liu1-0/+2
2023-12-19[test] Restrict thinlto icp IR test to little endian systems, and the compile...Mingming Liu2-4/+3
2023-12-20[LoongArch] Allow delayed decision for ADD/SUB relocations (#72960)Jinyang He6-4/+196
2023-12-19[SPIR-V] Avoid using zero value of target-specific types. NFCMichael Liao1-3/+3
2023-12-20[Clang][Wswitch-default] Warning for enum even completely covered the cases (...hstk30-hw1-0/+11
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer26-340/+344
2023-12-19[Libomptarget] Remove __tgt_image_info and use the ELF directly (#75720)Joseph Huber15-207/+166
2023-12-19[ELF] Add CPU name detection for CUDA architectures (#75964)Joseph Huber2-0/+70
2023-12-20[PowerPC] Use 'sync; ld; cmp; bc; isync' for atomic load seq-cst on 32-bit ...Kai Luo5-8/+20
2023-12-20[mlir] fix a crash when lower parallel loop to gpu (#75811) (#75946)long.chen2-1/+46