platform/upstream/llvm.git
2023-01-26 serge-sans... [llvm] Replace array allocation pattern by SmallVector...
2023-01-26 serge-sans... [llvm] Do not zero out write_unsigned_impl internal...
2023-01-26 Timm BäderRevert "[clang][Interp] Fix left-/right-shifting more...
2023-01-26 Timm Bäder[clang][Interp][NFCI] Don't crash on void builtin functions
2023-01-26 Craig Topper[RISCV] Add Zcd and Zcf to RISCVUsage.rst. NFC
2023-01-26 Timm Bäder[clang][Interp] Fix left-/right-shifting more than...
2023-01-26 Kazu Hirata[SystemZ] Use llvm::countl_zero and llvm::countr_zero...
2023-01-26 Timm Bäder[clang][Interp] Implement logical and/or operators
2023-01-26 Kazu HirataUse llvm::Log2_32 and llvm::Log2_64 instead of llvm...
2023-01-26 Kazu Hirata[Support] Use llvm::countr_zero and llvm::Log2_64 in...
2023-01-26 Owen AndersonResolve a FIXME in MachineCopyPropagation by allowig...
2023-01-26 Kazu Hirata[Mips] Simplify loadImmediate (NFC)
2023-01-26 Kazu Hirata[Mips] Simplify isShiftedUIntAtAnyPosition (NFC)
2023-01-26 Douglas YungRevert "[llvm-cov] Look up object files using debuginfod"
2023-01-26 Douglas YungRevert "Fix compilation failure in CoverageMapping...
2023-01-26 Matt ArsenaultAMDGPU: Add fneg from integer tests
2023-01-26 Matt ArsenaultVerifier: Add checks for associated metadata
2023-01-26 Craig Topper[RISCV] Rename CS_ALU tablegen class to CA_ALU. NFC
2023-01-26 Andrew Young[MLIR] Fix python tests for LocationAttr
2023-01-26 NAKAMURA TakumiGVN.cpp: Suppress a warning in D141712 [-Wunused-variable]
2023-01-26 Benjamin Kramer[bazel] Port efbc8bb18e
2023-01-26 Paul Scoropan[flang] Add driver install directory to AIX toolchain...
2023-01-26 David BlaikieMigrate away from C++20-deprecated POD type traits
2023-01-26 Matt ArsenaultAMDGPU: Remove redundant test
2023-01-26 Andrew Young[MLIR] Add LocationAttr to the Python API
2023-01-26 Shilei Tian[NFC] clang-format OpenMPOpt.cpp
2023-01-25 Paul Kirth[clang-doc] Removed unused method in the Info class
2023-01-25 Michael Jones[libc] add scanf pointer conversion
2023-01-25 Michael Jones[libc] add scanf current position conversion
2023-01-25 Paul Kirth[llvm][NFC] Rename variables to match style guide in...
2023-01-25 Arthur Lafrance[mlir-translate] More specific error message for BlockA...
2023-01-25 Daniel ThornburghFix compilation failure in CoverageMapping.cpp
2023-01-25 Joseph Huber[CUDA] Fix output from `ptxas` being removes as a tempo...
2023-01-25 Paul KirthReland [pgo] Avoid introducing relocations by using...
2023-01-25 Daniel Thornburgh[llvm-cov] Look up object files using debuginfod
2023-01-25 Paul Robinson[unittests] Use GTEST_SKIP() instead of return when...
2023-01-25 Michael Jones[libc] fix strtointmax tests
2023-01-25 Florian Hahn[SCCP] Add additional tests for Add NUW/NSW flag inference.
2023-01-25 Jon Chesterfield[amdgpuarch] Delete stray hsa #include line
2023-01-25 Craig Topper[CodeGen] Split some functionality from DetectDeadLanes...
2023-01-25 Rafael Auler[BOLT][NFC] Remove C-style out of bounds array ref
2023-01-25 Aaron BallmanFix clang-tools-extra Sphinx build
2023-01-25 Stanislav Mekhanoshin[AMDGPU] Remove predicates from real dot instructions...
2023-01-25 Elizabeth Andrews[Clang] Fix compilation errors for unsupported __bf16...
2023-01-25 rkayaith[mlir][Pass] Make PassManager default to op-agnostic
2023-01-25 Aaron BallmanFix a dead link in the docs
2023-01-25 Denis Nikitin[clang-tidy] Fix segfault in bugprone-standalone-empty
2023-01-25 Joseph Huber[Libomptarget] Add correct relative path for the nexgen...
2023-01-25 Joseph Huber[Libomptarget] Clean up CUDA plugin CMake files
2023-01-25 Joseph Huber[Libomptarget] Remove find_package(CUDA) as it has...
2023-01-25 Joseph Huber[nvptx-arch] Remove `find_package(CUDA)` as it has...
2023-01-25 Guozhi Wei[GVN] Improve PRE on load instructions
2023-01-25 Amir Ayupov[BOLT] Use LTO fuzzy name matching in function-order
2023-01-25 Amir Ayupov[BOLT] Emit a warning about invalid entries in function...
2023-01-25 wren romano[mlir][sparse] (re)introducing getRankedTensorType...
2023-01-25 Ingo Müller[mlir][scf] Fix typo in comment in BufferizableOpInterf...
2023-01-25 Dave Lee[lldb][test] Replace use of p with expression (NFC)
2023-01-25 Michael Liao[clang][CodeGen][NFC] Fix `llvm-else-after-return`
2023-01-25 Rob Suderman[mlir][tosa] Update tosa.avg_pool2d for bit-exact TOSA...
2023-01-25 Shafik Yaghmour[Clang] Add sanity check in Sema::getDestructorName...
2023-01-25 Matt ArsenaultAMDGPU: Convert some tests to opaque pointers
2023-01-25 Matt ArsenaultLangRef: Fix extra spaces in udec_wrap description
2023-01-25 Arthur Eubanks[llvm-c] Remove LLVMContextSetOpaquePointers
2023-01-25 Florian HahnRevert "Recommit "[SCCP] Use range info to prove AddIns...
2023-01-25 Florian HahnRecommit "[SCCP] Use range info to prove AddInst has...
2023-01-25 Austin Kerbow[ScheduleDAG] Fix removing edges with weak deps
2023-01-25 She DongruiAvoid removing useful loop metadata when stripping...
2023-01-25 Advenam Tacet[ASan][libcxx] Annotating std::vector with all allocators
2023-01-25 Alex Brachet[libc] Implement strcasestr
2023-01-25 Campbell Suter[RS4GC] Remove the hardcoded GC strategy names (v2)
2023-01-25 Denis AntrushinFix assertion in GCStrategy.
2023-01-25 Sergei Barannikov[llvm-ml] Disallow '{' and '}' at the start of a statement
2023-01-25 Valentin Clement[flang] Fix element indexing in derived type default...
2023-01-25 Jay Foad[BOLT] Use MCInstrDesc::operands() instead of OpInfo
2023-01-25 Michael Kruse[Polly] Remove failing Polly-ACC test.
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...
next