platform/upstream/llvm.git
2023-03-15 Max Kazantsev[NFC] Add some debug printouts to CaptureTracking
2023-03-15 AdityaK[RISCV] Reserve X18 by default for Android
2023-03-15 Qiu Chaofan[Clang] Check feature requirement from inlined callee
2023-03-15 Kazu Hirata[polly] Use DenseMap::contains (NFC)
2023-03-15 Matt Arsenaultclang: Fix header tests for nofpclass
2023-03-15 Kazu Hirata[flang] Use Use *{Set,Map}::contains (NFC)
2023-03-15 Matt Arsenaultclang: Handle MatrixType in hasFloatingRepresentation
2023-03-15 Matt Arsenaultclang: Emit nofpclass(nan inf) for -ffinite-math-only
2023-03-15 Matt ArsenaultAttributor: Add baseline tests for nofpclass
2023-03-15 Matt Arsenaultclang: Add baseline test for nofpclass emission
2023-03-15 Matt ArsenaultCodeGen: Add some additional is_fpclass lowering tests
2023-03-15 Kazu Hirata[mlir] Use Use *{Set,Map}::contains (NFC)
2023-03-15 Kazu Hirata[lldb] Use *{Set,Map}::contains (NFC)
2023-03-15 Kazu Hirata[clang-tools-extra] Use *{Set,Map}::contains (NFC)
2023-03-15 Jie Fu[mlir] Fix two build warnings (NFC)
2023-03-15 Mahesh Ravishankar[mlir][Tensor] Use folded evaluators in tiling implemen...
2023-03-15 Jeff Bailey[libc] Add instructions for linux headers
2023-03-15 jinge90Add __builtin_set_flt_rounds
2023-03-15 Jacob Lambert[clang-offload-bundler] Fix error with regex in bundler...
2023-03-15 Arthur Eubanks[Pipeline] Remove early InstCombine in ThinLTO post...
2023-03-15 Kazu Hirata[clang] Use *{Set,Map}::contains (NFC)
2023-03-15 Jacob Lambert[clang-offload-bundler] Fix test failures and document...
2023-03-15 Kazu Hirata[llvm] Use *{Set,Map}::contains (NFC)
2023-03-15 Douglas YungMark test modified in e48ae0d as XFAIL for PS4/PS5...
2023-03-15 Uday Bondhugula[MLIR] Update/fix memref region computation for affine...
2023-03-15 Kazu Hirata[Target] Use *{Set,Map}::contains (NFC)
2023-03-15 David BlaikieFix split-dwarf-dwp-invalid test to be Windows-path...
2023-03-15 Amir Ayupov[BOLT][NFC] Move addRelocation{X86,AArch64} into MCPlus...
2023-03-15 Ben Shi[RISCV][NFC] Combine identical switch cases in TTI
2023-03-15 Amir Ayupov[BOLT][NFC] Simplify MCPlusBuilder::getRegSize
2023-03-15 Frank Dischner[compiler-rt][builtins] Support builtins for armv8m...
2023-03-15 Amir Ayupov[BOLT][NFC] Provide default impl for MIB methods that...
2023-03-15 Frank Tetzel[lli] Register profiling support for ORC in lli
2023-03-15 Michael Maitland[VPlan] VPWidenIntOrFpInductionRecipe inherits from...
2023-03-14 Lei Zhang[mlir][spirv] Fix UnifyAliasedResourcePass for 64-bit...
2023-03-14 Tom StellardJITLink: Add missing EHFrame NULL terminator on aarch64/ELF
2023-03-14 Yeting Kuo[RISCV] Support ISD::STRICT_FADD/FSUB/FMUL/FDIV for...
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...
next