summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-08Merge commit '5c8c2b3db54395073e3183f89167156df29dff61' into users/meinersbur...users/meinersbur/flang_runtime_flang_rtMichael Kruse
2025-02-08Merge branch 'main' (early part) into users/meinersbur/flang_runtime_flang_rtMichael Kruse
2025-02-08[Flang] Rename libFortranRuntime.a to libflang_rt.runtime.a (#122341)Michael Kruse
2025-02-08[gn build] Port 69b8cf4f0621LLVM GN Syncbot
2025-02-08[SandboxVec][BottomUpVec] Add cost estimation and tr-accept-or-revert pass (#...vporpo
2025-02-08Specifically refer to flang_rt.runtime in commentsMichael Kruse
2025-02-08[MLIR][NVVM] Add tcgen05 wait/fence Ops (#126265)Durgadoss R
2025-02-08[RISCV][NFC] Adopt DiagnosticString interface (#126290)Sam Elliott
2025-02-08[CodeGen][Hexagon] Replace PointerType::getUnqual(Type) with opaque version (...Mats Jun Larsen
2025-02-08[CodeGen] Replace of PointerType::get(Type) with opaque version (NFC) (#124771)Mats Jun Larsen
2025-02-08[VPlan] Run recipe removal and simplification after optimizeForVFAndUF. (#125...Florian Hahn
2025-02-08[CodeGen][AArch64] Replace PointerType::getUnqual(Type) with opaque version (...Mats Jun Larsen
2025-02-08[CodeGen][SystemZ] Replace PointerType::getUnqual(Type) with opaque version (...Mats Jun Larsen
2025-02-08[CodeGen][XCore] Replace PointerType::getUnqual(Type) with opaque version (NF...Mats Jun Larsen
2025-02-08[Support] Re-raise external signals (#125854)Guy David
2025-02-08[llvm-objcopy] Fix prints wrong path when dump-section output path doesn't ex...Amr Hesham
2025-02-08[VPlan] Consistently use hasScalarVFOnly (NFC).Florian Hahn
2025-02-08[lldb][TypeSystemClang] Create EnumExtensibilityAttr from DW_AT_APPLE_enum_ki...Michael Buch
2025-02-08[VPlan] Mark hasVF & hasScalableVF as const (NFC).Florian Hahn
2025-02-08Revert "CodeGen][NewPM] Port MachineScheduler to NPM. (#125703)" (#126268)Akshat Oke
2025-02-08[TOSA] Fix negate maxValue computation (#126295)Thomas Preud'homme
2025-02-08[dsymutil] Avoid repeated hash lookups (NFC) (#126190) (#126346)Kazu Hirata
2025-02-08[Vectorize] Avoid repeated hash lookups (NFC) (#126345)Kazu Hirata
2025-02-08[TableGen] Avoid repeated hash lookups (NFC) (#126344)Kazu Hirata
2025-02-08[CodeGen] Avoid repeated hash lookups (NFC) (#126343)Kazu Hirata
2025-02-08[Clang][Sema] Fix wrong initialization kind when handling initializing struct...Yanzuo Liu
2025-02-07[clang-format] Add BinPackLongBracedList style option (#112482)Gedare Bloom
2025-02-07[RISCV] Refactor tablegen classes to push common values down to VPseudoBinary...Craig Topper
2025-02-07[lldb][NFC] Replace GetLocalBufferSize() with GetLocalBuffer() (#126333)Augusto Noronha
2025-02-08[MLIR][Affine] Fix private memref creation bug in affine fusion (#126028)Uday Bondhugula
2025-02-08[LLDB][LoongArch] Extend the maximum number of watchpoints (#126204)Tiezhu Yang
2025-02-08[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)Ami-zhang
2025-02-08[libc++][test] Fix `size_type` issues with `MinSequenceContainer` and `min_al...A. Jiang
2025-02-07[RISCV] Include RISCVGenSearchTable.inc in RISCVISelDAGToDAG.h (#126326)Min-Yih Hsu
2025-02-07Revert "[Fuchsia] Support PGO" (#126293)Paul Kirth
2025-02-08Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into user...Michael Kruse
2025-02-08Merge branch 'main' into users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIMEMichael Kruse
2025-02-08Merge branch 'main' (early part) into users/meinersbur/flang_runtime_FLANG_IN...Michael Kruse
2025-02-08[Flang] Optionally do not compile the runtime in-tree (#122336)Michael Kruse
2025-02-07Use a stable sort to handle overlapping/duplicate line sequencesDavid Blaikie
2025-02-07Use explicit unsigned literals to fix mixed sign comparisonsDavid Blaikie
2025-02-07[OpenMP][Docs] Update OpenMP supported features table (#126292)David Pagan
2025-02-07[libc] Exercise all CMake build types in GitHub Action workflows (#126315)Petr Hosek
2025-02-07[gn build] Port 76985fd7cafdLLVM GN Syncbot
2025-02-07[DXIL] Adding support to RootSignatureFlags in obj2yaml (#122396)joaosaffran
2025-02-07[LinkerWrapper] Clean up options after proper forwarding (#126297)Joseph Huber
2025-02-07[libc] Use `${libc_opt_high_flag}` instead of `-O3` (#123233)Petr Hosek
2025-02-07[compiler-rt][rtsan] adding readlink(at) interception (#126262)David CARLIER
2025-02-07[mlir][vector][spirv] Handle 1-element vector.{load|store} lowering. (#126294)Md Abdullah Shahneous Bari
2025-02-07[gn] fix bug in bfba6215cec2Nico Weber