platform/upstream/llvm.git
2023-01-25 Kirill Stoimenov[LSAN] Attempt to fix the ppc64 build by excluding...
2023-01-25 Mateja Marjanovic[AMDGPU] Make flat_offset a 32-bit operand instead...
2023-01-25 Alex Brachet[libc] Fix warning in ExecuteFunctionUnix.cpp
2023-01-25 Michael Kruse[Polly] Update ISL to isl-0.25-193-g8621c60c.
2023-01-25 Alex Brachet[libc] Templatize strstr
2023-01-25 Florian Hahn[VPlan] Use VPDominatorTree in VPlanVerifier .
2023-01-25 Timm Bäder[clang][Interp][NFC] Refector OffsetHelper
2023-01-25 Kazu HirataFix warnings
2023-01-25 Timm Bäder[clang][Interp][NFC] Cast in InterpFrame::localBlock
2023-01-25 Timm Bäder[clang][Interp][NFCI] Remove an unnecessary DupPtr op
2023-01-25 Xiang Li[mlir] fix crash when call a function decl
2023-01-25 Timm Bäder[clang][Interp] Add back Run() call
2023-01-25 Timm Bäder[clang][Interp][NFC] Use InitThisField in initializers
2023-01-25 Timm Bäder[clang][Interp][NFC] Add a helper function for local...
2023-01-25 Timm Bäder[clang][Interp][NFC] Replace remaining dyn_cast_or_null...
2023-01-25 David Green[AArch64] Remove HasCrypto tablegen predicate. NFC
2023-01-25 Joseph Huber[Clang] Make the linker wrapper test require Linux
2023-01-25 Timm Bäder[clang][Interp] Compound assign operators for FP values
2023-01-25 Timm Bäder[clang][Interp][NFC] Get rid of InterpSize
2023-01-25 Timm Bäder[clang][Interp][NFC] Remove an unused function
2023-01-25 Siu Chi Chan[AMDGCN] Fix device lib test to work with lib64
2023-01-25 Christian Ulmann[mlir][LLVM] Add result attribute import support
2023-01-25 LLVM GN Syncbot[gn build] Port cb7f58221101
2023-01-25 MarcoFalkedoc: Fix typo in clang-tidy no-automatic-move doc
2023-01-25 Mehdi AminiReplace use of sprintf with snprint in SparseTensorRunt...
2023-01-25 Mehdi AminiExclude running MLIR tests for Toy example Ch6 and...
2023-01-25 Simon Pilgrim[ADT] FloatingPointMode.h - add missing closing namespa...
2023-01-25 Timm Bäder[clang][Interp] Add empty messages to static_asserts
2023-01-25 Xiang Li[mlir][doc] Fix syntax for affine.dam_wait
2023-01-25 Timm BäderRe-apply "[clang][Interp] Support floating-point values"
2023-01-25 Christian Ulmann[mlir][LLVM] Add param attr verifiers
2023-01-25 Erich KeaneFix one of the regressions found in revert of concept...
2023-01-25 Krasimir Georgiev[bazel] fix for 494734b06d62b54fdcbd982f96274dede572ba07
2023-01-25 Kiran Chandramohan[Flang][Debug] Use pathnames from location of functions
2023-01-25 Timm BäderRevert "[clang][Interp] Support floating-point values"
2023-01-25 Jay Foad[TableGen] Speed up computeUberSets. NFC.
2023-01-25 Jay Foad[MC] Remove MCInstrDesc::opInfo_begin/end, unused since...
2023-01-25 Timm Bäder[clang][Interp] Support floating-point values
2023-01-25 Nikita Popov[Polly] Convert some tests to opaque pointers (NFC)
2023-01-25 LLVM GN Syncbot[gn build] Port a7a4463acbe1
2023-01-25 Matt Devereau[LoopVectorize] Enable integer Mul and Add as select...
2023-01-25 Timm Bäder[clang][Interp] Array initialization via string literal
2023-01-25 Nikita Popov[MLIR] Remove LLVM typed pointer support
2023-01-25 Benjamin Kramer[mlir][arith] Don't crash when folding a & ~a -> 0...
2023-01-25 Timm Bäder[clang][Interp] Start implementing builtin functions
2023-01-25 Ingo Müller[mlir] Improve line breaks of code snippets in comments...
2023-01-25 Timm Bäder[clang][Interp] Specify c++ standard used in switch...
2023-01-25 Paul Walker[SVE][InstrFormats] Explcitly set hasSideEffects for...
2023-01-25 Tomas Matheson[AArch64] Codegen for FEAT_LRCPC3
2023-01-25 Florian Hahn[SCCP] Add extra tests for Add flag inference.
2023-01-25 Timm Bäder[clang][Interp] Implement switch statements
2023-01-25 Nikita Popov[MLIR] Convert remaining tests to opaque pointers ...
2023-01-25 Tomas Matheson[AArch64] Codegen for FEAT_LSE128
2023-01-25 Timm Bäder[clang][Interp] Reject invalid declarations and expressions
2023-01-25 Alexey Lapshin[Support] Avoid using main thread for llvm::parallelFor().
2023-01-25 Nikita Popov[LTO] Remove OpaquePointers option from config (NFC)
2023-01-25 Kerry McLaughlin[AArch64][SME2] Add intrinsics to move multi-vectors...
2023-01-25 Timm Bäder[clang][Interp] Fix ImplicitValueInitExprs for pointer...
2023-01-25 Nikita Popov[LLD] Remove no-opaque-pointers plugin option
2023-01-25 Nikita Popov[gold] Remove no-opaque-pointers option
2023-01-25 Nikita Popov[LTO] Remove -lto-opaque-pointers flag
2023-01-25 Timm Bäder[clang][Interp] Support inc/dec operators for pointers
2023-01-25 Simon Pilgrim[X86] Ensure the _mm_test_all_ones macro does not reuse...
2023-01-25 Caroline Concatto[AArch64][SME2] Add Multi-vector add/sub and accumulate...
2023-01-25 Samuel Parker[NFC][WebAssembly] More fpclamptosat tests
2023-01-25 Timm Bäder[clang][Interp] Fix dereferencing arrays with no offset...
2023-01-25 Nikita Popov[InstCombine] Add additional tests for dead phi cycles...
2023-01-25 Jean Perier[flang][hlfir] Add hlfir.copy_in and hlfir.copy_out...
2023-01-25 David Sherwood[AArch64][SME2] Add the IR intrinsics for SME2 fclamp...
2023-01-25 Timm Bäder[clang][Interp] Re-apply "Implement missing compound...
2023-01-25 Timm Bäder[clang][Interp] Fix compound assign operator types
2023-01-25 Nicolai HähnleUpdateTestChecks: cleanup NamelessValues constructor
2023-01-25 Nicolai Hähnleupdate_test_checks.py: pick up --tool from UTC_ARGS
2023-01-25 Pavel Kosov[NFC][LLDB] Rename test file
2023-01-25 Nikita Popov[Docs] Typed pointers are no longer supported
2023-01-25 Piotr Sobczak[AMDGPU][MC][NFC] MUBUF code cleanup
2023-01-25 Jean Perier[flang][hlfir] Add hlfir.copy_in and hlfir.copy_out...
2023-01-25 Matthias Springer[mlir][linalg] Convert tensor.from_elements to destinat...
2023-01-25 Valentin Clement[flang] Fix bounds array creation for pointer remapping...
2023-01-25 Siva Chandra... [libc][Obvious] Disable log10_test as it is failing...
2023-01-25 Pavel Kosov[lldb] Consider all breakpoints in breakpoint detection
2023-01-25 Kazu Hirata[llvm] Use llvm::bit_ceil instead of PowerOf2Ceil ...
2023-01-25 Guillaume Chatelet[libc][NFC] Detect host CPU features using try_compile...
2023-01-25 Pavel Kosov[LLDB] Fixes summary formatter for libc++ map allowing...
2023-01-25 Max Kazantsev[IndVars] Expand icmp in preheader rather than in loop
2023-01-25 Pavel Kosov[LLDB] Fix for libc++ atomic allowing modification...
2023-01-25 Arsen Arsenovićlibcxx: Don't apply ABI tags to extern "C" fns
2023-01-25 Kazu Hirata[X86] Use llvm::countr_zero instead of findFirstSet...
2023-01-25 Andrew Young[MLIR] Expose LocationAttrs in the C API
2023-01-25 Siva Chandra... [libc][NFC] Another round of replacement of "inline...
2023-01-25 Tom StellardBump the trunk major version to 17
2023-01-25 Kazu Hirata[CodeGen] Use llvm::bit_ceil (NFC)
2023-01-25 Kazu Hirata[SystemZ] Use llvm::bit_floor (NFC)
2023-01-25 Min-Yih Hsu[M68k][MC] Make immediate operands relocatable
2023-01-25 Min-Yih Hsu[M68k][Disassembler] Use custom decoder for 32-bit...
2023-01-25 Min-Yih Hsu[TableGen] Support custom decoders for variable length...
2023-01-25 Shivam Gupta[zero-call-used-regs] Mark only non-debug instruction...
2023-01-25 Douglas YungRevert "[SCCP] Use range info to prove AddInst has...
2023-01-25 Carlos GalvezRevert "[clang-tidy] Introduce HeaderFileExtensions...
2023-01-25 Mehdi AminiFix running MLIR tests when enabling examples but the...
next