platform/upstream/llvm.git
2022-10-23 Simon Pilgrim[X86] Add abs(sext_inreg(x)) test coverage for Issue...
2022-10-23 Kazu Hirata[mlir] Fix a warning
2022-10-23 Kazu Hirata[clang] Fix a warning
2022-10-23 Simon Pilgrim[X86][AVX512] Fold extract_element(bitcast(<X x i1...
2022-10-23 zhongyunde[tests] precommit tests for D136015
2022-10-23 Simon Pilgrim[X86] Add test case for Issue #58546
2022-10-23 Simon Pilgrim[ADT] APInt.h - remove <cmath> include. NFC.
2022-10-23 Simon Pilgrim[ADT] APInt.cpp - remove <cstring> duplicate. NFC.
2022-10-23 Benjamin Kramer[spirv] Remove unused include
2022-10-23 Simon Pilgrim[DAG] Add freeze(sign/zero_extend_vector_inreg(x))...
2022-10-23 Schrodinger... clean up std::iterator in LibcBenchmark.h
2022-10-23 Guillaume Chatelet[libc] Add missing is_unsigned in type_traits.h
2022-10-23 John McIver[clang][unittest] Resolve ClangSupportTest link time...
2022-10-23 Simon Pilgrim[X86] Add test coverage for sign_extend_vector_inreg...
2022-10-23 Simon Pilgrim[X86] Add freeze(pshufd/permilps(x,imm)) -> pshufd...
2022-10-23 Simon Pilgrim[X86] Add test coverage for permilps with freeze
2022-10-23 Kazu Hirata[mlir] Fix a warning
2022-10-23 Mike Hommey[InstCombine] Bail out of casting calls when a conversi...
2022-10-23 Kazu Hirata[ADT] Remove redundant typename (NFC)
2022-10-23 Craig Topper[TargetLowering][RISCV][X86] Support even divisors...
2022-10-23 Craig TopperRevert "[DAGCombiner] Fold (mul (sra X, BW-1), Y) ...
2022-10-23 Craig Topper[RISCV] Fix unused variable warning. NFC
2022-10-23 Craig Topper[DAGCombiner] Fold (mul (sra X, BW-1), Y) -> (neg ...
2022-10-23 Yuanfang Chen[Clang] fold expression is considered atomic during...
2022-10-23 Craig Topper[DAGCombiner][RISCV] Make foldBinOpIntoSelect work...
2022-10-23 Craig Topper[SelectionDAG] Update stale comment on isOneOrOneSplat...
2022-10-23 Nirvedh Meshram[mlir][spirv] Add conversion from GPU WMMA ops to SPIRV...
2022-10-22 Krzysztof Parzyszek[Hexagon] Improve handling of 32-bit mulh/mul_lohi...
2022-10-22 Krzysztof Parzyszek[Hexagon] Use helper function introduced in prior commi...
2022-10-22 Craig Topper[RISCV] Make sure we always call tryShrinkShlLogicImm...
2022-10-22 Tomás LongeriFix #58322: Handlers for debug actions with equal param...
2022-10-22 Guillaume Chatelet[libc] Add cpp::byte
2022-10-22 Christopher... [mlir][tensor] ExtractSliceFromReshape: handle collapsi...
2022-10-22 Simon Pilgrim[DAG] visitFREEZE - pull out Operands array. NFCI.
2022-10-22 Simon Pilgrim[X86] Add test coverage for shuffle with freeze
2022-10-22 Ivan Butygin[mlir][nfc] Fully spell mlir typename in generated...
2022-10-22 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(fsh(x,y,z...
2022-10-22 Simon Pilgrim[X86] Add test coverage for fshl/fshr with freeze
2022-10-22 Kazu HirataEnsure newlines at the end of files (NFC)
2022-10-22 Peter Klausler[flang] Disable test until it can be properly configured
2022-10-22 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(rot(x,y)...
2022-10-22 Kazu Hirata[llvm] Use llvm::is_contained (NFC)
2022-10-22 Simon Pilgrim[X86] Add test coverage for rotl/rotr with freeze
2022-10-22 Peixin QiaoRevert "[flang] Fix one Unexpectedly Passed test on...
2022-10-22 Qiongsi Wu[clang][LTO][NFC] Adding More Tests for AIX Options
2022-10-22 Phoebe Wang[X86] Fix a missing `-` from AMX-FP16 feature string
2022-10-22 Sanjay Patel[InstCombine] use freeze to enable poison-safe logic...
2022-10-22 Sanjay Patel[InstCombine] add test for logical-ands to select; NFC
2022-10-22 Jez Ng[lld-macho][nfc] Use llvm::enumerate + destructuring...
2022-10-22 Paweł Bylica[InstCombine][test] Add tests for mul combinations
2022-10-22 DianQK[DebugInfo] Fix potential CU mismatch for attachRangesO...
2022-10-22 Thomas Symalla[NFC] Fixed several misspellings of "Splitter" in Scala...
2022-10-22 Sanjay Patel[InstCombine] allow more matches for logical-ands ...
2022-10-22 Jay FoadRevert "[MachineVerifier] Try harder to verify LiveVari...
2022-10-22 Michael Buch[lldb][Test] Add C-array test-cases to CPlusPlusNamePar...
2022-10-22 Peixin Qiao[flang] Fix one Unexpectedly Passed test on X86
2022-10-22 Simon Pilgrim[X86] Add v2i64/v8i16/v16i8 + AVX2 coverage to saturate...
2022-10-22 Timm Bäder[clang][Interp][NFC] Unify Call() implementations
2022-10-22 Timm Bäder[clang][Interp] Check instance pointers before calling...
2022-10-22 Timm Bäder[clang][Interp][NFC] Simplify creating parameter descri...
2022-10-22 Timm Bäder[clang][Interp][NFC] Add another failing test case
2022-10-22 Timm Bäder[clang][Interp][NFC] Trim InterpFrame includes
2022-10-22 Timm Bäder[clang][Interp] Add a missing static_assert message
2022-10-22 Timm Bäder[clang][Interp][NFC] Add assertions to VM entry points
2022-10-22 Timm Bäder[clang][Interp][NFC] Add two more array tests
2022-10-22 Timm Bäder[clang][Interp][NFC] Unify Div/Rem operation checks
2022-10-22 Christian Kandeler[clangd] Make file limit for textDocument/rename config...
2022-10-22 serge-sans... Avoid repeated checks and context lookup in llvm::Instr...
2022-10-22 Lang Hames[ORC] Add more information to duplicate section error...
2022-10-22 Siva Chandra... [libc] Add implementation of fgetc.
2022-10-22 Siva Chandra... [libc] Add stdin definition.
2022-10-22 Siva Chandra... [libc] Add select.h and the implementation of the selec...
2022-10-22 Aart Bikbazel fix for TranslateLib
2022-10-22 Jez Ng[lld-macho] Map file should map symbols to their origin...
2022-10-22 Jez Ng[lld-macho][nfc] Update map file sample output in comment
2022-10-22 Weining Lu[NFC][LoongArch] Polish the test for fixup diagnostics
2022-10-22 Mircea Trofin[mlgo] Make regalloc extra features logging test more...
2022-10-22 Peixin Qiao[flang] Fix the interface for numerical/logical scalar...
2022-10-22 Alexander Shaposhnikov[clang-tidy] Avoid adding unnecessary semicolon in...
2022-10-22 LLVM GN Syncbot[gn build] Port 661881d43633
2022-10-22 Nico Weber[gn build] port 27d8eedd5a3c (ClangSupportTests)
2022-10-22 Peter Klausler[flang] Disable test due to unexpected warnings
2022-10-22 Xiang1 Zhang[X86] Add AMX-FP16 instructions.
2022-10-22 bixia1Add missing dependency to fix build.bazel.
2022-10-21 Hanhan Wang[mlir] Delete dup code and use unified methods.
2022-10-21 Evgeny Shulgin[clang] Add time profile for constant evaluation
2022-10-21 Aart Bik[mlir][sparse] use straightline and loop to insert...
2022-10-21 bixia1Fix build.bazel files for adding Index dialect and...
2022-10-21 Peter Klausler[flang] Mark test UNSUPPORTED on Windows
2022-10-21 River Riddle[mlir:LLVM][NFC] Cleanup attribute/enum definitions
2022-10-21 River Riddle[mlir] Implement the SubElement interfaces for the...
2022-10-21 River Riddle[mlir] Generate parser/printers for enums
2022-10-21 Chia-hung DuanRevert "Revert "[scudo] Support partial page releasing""
2022-10-21 wren romano[mlir][sparse] Refining the IR/CMakeLists.txt (followup...
2022-10-21 Jeff Niu[mlir][llvm] Allow literal structs to replaceImmediateS...
2022-10-21 Jeff Niu[mlir][llvm] More LLVMFixed/ScalableVectorType to TypeDef
2022-10-21 Jeff Niu[mlir][llvm] Fix replaceImmediateSubElements on LLVMPoi...
2022-10-21 Jeff Niu[mlir][llvm] Move LLVMPointerType to TypeDef
2022-10-21 Jeff Niu[mlir][llvm] Move LLVMFunctionType to a TypeDef
2022-10-21 Murali VijayaraghavanFixed CMakeLists.txt to export mlir/include/mlir/Dialen...
next