platform/upstream/llvm.git
2023-03-14 Shafik Yaghmour[Clang] Fix ClassifyImplicitMemberAccess to handle...
2023-03-14 NAKAMURA TakumiLet IntrinsicEmitter free from CodeGenTarget.h
2023-03-14 NAKAMURA Takumillvm-tblgen: Split out CodeGenIntrinsics.cpp from CodeG...
2023-03-14 NAKAMURA Takumiclang/test/Driver/clang-offload-bundler-standardize...
2023-03-14 Jorge Gorbe... [bazel][libc] Re-add dependency on errno to strtol_test...
2023-03-14 Fangrui Song[test] Improve MC/AArch64/elf-reloc-plt32.s to check...
2023-03-14 Jakub Kuderski[mlir][spirv] Fix scf.yield pattern conversion
2023-03-14 Jakub Kuderski[mlir][spirv][NFC] Clean up scf-to-spirv pass
2023-03-14 David BlaikieAdd missing test for 35fd37177b9b201f26390fe963767be548...
2023-03-14 Amir Ayupov[BOLT][NFC] Use llvm::is_contained
2023-03-14 Amir Ayupov[BOLT][NFC] Remove BB::getBranchInfo accepting MCSymbol ptr
2023-03-14 Fangrui Song[RISCV][MC] Adjust conditions to emit R_RISCV_ADD*...
2023-03-14 Fangrui Song[RISCV] A@plt-B+C: emit R_RISCV_PLT32 even if A is...
2023-03-14 Arthur Eubanks[SimplifyLibCalls] Return Value from optimizeSinCosPi...
2023-03-14 bixia1[mlir][sparse] Improve sort operation by generating...
2023-03-14 Kiran Chandramohan[MLIR] : Add integer mul in scf to openmp conversion
2023-03-14 Kiran Chandramohan[Flang][OpenMP] Add support for OpenMP max reduction
2023-03-14 David Green[AArch64] Add FP16 broadcast and transpose costs
2023-03-14 Julian LettnerRemove -lower-global-dtors-via-cxa-atexit flag
2023-03-14 Jacob Lambert[clang-offload-bundler] Standardize TargetID field...
2023-03-14 Philip Reames[BasicBlockUtils] Expose an internal utility in API...
2023-03-14 Valery N Dmitriev[SLP] Outline GEP chain cost modeling into new TTI...
2023-03-14 Slava Zakharin[flang] Fixed linaro-flang-aarch64-sharedlibs after...
2023-03-14 Daniel ThornburghRevert "[LLVM][OHOS] Clang toolchain and targets"
2023-03-14 Valentin Clement[flang] Load fir.ref<fir.class<T>> instead of creating...
2023-03-14 Arthur Eubanks[Passes] Remove some legacy passes
2023-03-14 Philip Reames[MSAN] Minor refactor to reduce future diff [nfc]
2023-03-14 Joseph Huber[libc] Remove leftover debug prints
2023-03-14 Kazu Hirata[InlineOrder] Plugin Inline Order
2023-03-14 Craig Topper[RISCV] Merge getLoadFP*Imm into a single function.
2023-03-14 Craig Topper[RISCV] Pre-commit tests for D145897. NFC
2023-03-14 Slava Zakharin[flang] Handle Flang examples consistently with LLVM.
2023-03-14 Vladislav Khmelevsky[BOLT] Add writable segment for allocatable sections
2023-03-14 Joseph Huber[libc] Fix CMake deduplication `-Xclang` arguments
2023-03-14 Joseph Huber[libc] Fix GPU fatbinary dependencies for multi-source...
2023-03-14 Craig Topper[TableGen][RISCV][Hexagon][LoongArch] Add a list of...
2023-03-14 Alex Bradbury[clang][docs] Clarify the semantics of -fexceptions
2023-03-14 Arthur Eubanks[AutoUpgrade] Add flag to disable autoupgrading debug...
2023-03-14 Alex Bradbury[RISCV] Consistently error for arch strings with trailing _
2023-03-14 Luke Hutton[mlir][tosa] Add FFT2d operation
2023-03-14 Alexandros... [FuncSpec] Do not run pre-link when doing LTO.
2023-03-14 Ramiro Leal... [mlir][tosa] Swap reshape at end of reduce op with...
2023-03-14 wren romano[mlir][sparse] Cleaning up names in {Merger,LoopEmitter...
2023-03-14 Jonas Paulsson[SystemZ] Clear NW flags on an ISD::SUB when reused...
2023-03-14 Michael Jones[libc][NFC] add an atof test for a fuzz failure
2023-03-14 Anlun Xu[mlir][vector] Add bazel dependency to TestVector
2023-03-14 Nikolas Klauser[libc++] Use __verbose_abort instead of std::abort...
2023-03-14 Philip Reames[MSAN] Add (fixed) vector load/store test coverage...
2023-03-14 Alexander Shaposhnikov[Clang][CodeGen] Fix linkage and visibility of template...
2023-03-14 Snehasish Kumar[memprof] Record BuildIDs in the raw profile.
2023-03-14 Joseph Huber[Clang] Always use --no-undefined when linking AMDGPU...
2023-03-14 Teresa Johnson[docs] Document MemProf metadata in LangRef
2023-03-14 Alex Bradbury[RISCV] Fix regression due to interaction of MachineOut...
2023-03-14 Mark de Wever[NFC][libc++][format] Improves diagnostics.
2023-03-14 Arthur Eubanks[StructuralHash][NFC] Use anonymous namespace
2023-03-14 Philip ReamesMove utility for acting on each lane of ElementCount...
2023-03-14 Nico Weber[gn] reformat all gn files
2023-03-14 Nico Weber[gn] minor cleanup after 33a55c3d8c73
2023-03-14 Mark de Wever[libc++][format] Addresses LWG3825.
2023-03-14 Alexey Bataev[SLP]Remove CreateShuffle lambda and reuse ShuffleBuild...
2023-03-14 Congcong Cai[SemaCXX]use CorrectDelayedTyposInExpr in ActOnCXXFoldE...
2023-03-14 Arthur Eubanks[StandardInstrumentations][NFC] Minor code cleanup
2023-03-14 Paul Walker[LLVM] Remove support for constant scalable vector...
2023-03-14 Nikita PopovRevert "[InstCombine] Return instruction from replaceUse()"
2023-03-14 Alex Bradbury[RISCV][NFC] Small refactor in RISCVISAInfo::parseArchS...
2023-03-14 Arthur Eubanks[CoroCleanup] Invalidate analyses on changed functions...
2023-03-14 Mark de Wever[libc++][CI] Improves Dockerfile
2023-03-14 Mark de Wever[libc++] Qualifies uint32_t and friends.
2023-03-14 Arthur Eubanks[AssumeBundleBuilder] Fix PreservedAnalyses reporting
2023-03-14 Kiran ChandramohanRevert "[Flang][OpenMP] Add support for OpenMP max...
2023-03-14 Arthur Eubanks[gn build] Fix gn build
2023-03-14 Jennifer Yu[OpenMP]Skip generating this[:1] map info for non-membe...
2023-03-14 Alex Bradbury[RISCV][test][llvm-objdump] Add test cases for objdump...
2023-03-14 Kiran Chandramohan[Flang][OpenMP] Add support for OpenMP max reduction
2023-03-14 Arthur Eubanks[Pipeline] Move some GlobalOpt/GlobalDCE runs into...
2023-03-14 Nikita Popov[Pipelines] Restore old DAE position in LTO pipeline
2023-03-14 Alex Zinenko[mlir] relax value handle updates when operation is...
2023-03-14 Nikita Popov[InstCombine] Return instruction from replaceUse()
2023-03-14 zhijian[AIX] change "llvm-ar" to "env OBJECT_MODE=any llvm...
2023-03-14 Nikita Popov[InstCombine] Fix infinite combine loop (PR61361)
2023-03-14 Aaron BallmanRemove an unused private data member; NFC
2023-03-14 Joseph Huber[libc] Set the stub filename to the target name instead...
2023-03-14 Simon Pilgrim[X86] Add test coverage for D137388
2023-03-14 aabhinavg[Docs] Added llvm-reduce docs in CommandGuide
2023-03-14 Simon Pilgrim[DAG] Match select(icmp(x,y),sub(x,y),sub(y,x)) ->...
2023-03-14 Aaron BallmanFix false positive with unreachable C++ catch handlers
2023-03-14 Kazu Hirata[CodeGen] Use *{Set,Map}::contains (NFC)
2023-03-14 Jakub Kuderski[mlir][vector] Clarify OOB semantics of remaining load...
2023-03-14 Valentin Clement[flang] Handle parent component on the LHS of intrinsic...
2023-03-14 Kevin Sala[OpenMP][libomptarget][NFC] Add documentation regarding...
2023-03-14 Jakub Kuderski[mlir][vector] Add gather lowering patterns
2023-03-14 NAKAMURA Takumillvm/test/TableGen/intrinsic-pointer-to-any.td: Rework...
2023-03-14 Simon Pilgrim[DAG] Fold (bitcast (logicop (bitcast x), (c))) ->...
2023-03-14 Simon Pilgrim[X86] Fix typo in vXi64 ABDS/ABDU test cases
2023-03-14 Joseph Huber[libc] Remove dummy archive and file from integration...
2023-03-14 Jie Fu[lldb] Fix -Wswitch in TypeSystemClang.cpp ('SveBoolx2...
2023-03-14 Nikita Popov[PhaseOrdering] Add test for DAE/GlobalDCE interaction...
2023-03-14 Collin Baker[libclang] No longer attempt to get a dependent bit...
2023-03-14 Max Kazantsev[TTI] Treat AND/OR with widenable conditions as free...
2023-03-14 pvanhoutReland: [DAG/AMDGPU] Use UniformityAnalysis in DAGISel
next