summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-03Address review commentsusers/skatrak/flang-generic-06-openmp-optSergio Afonso
2025-10-03[OpenMPOpt] Make parallel regions reachable from new DeviceRTL loop functionsSergio Afonso
2025-10-03Address review commentsusers/skatrak/flang-generic-05-parallel-wrapperSergio Afonso
2025-10-03[OpenMP][OMPIRBuilder] Support parallel in Generic kernelsSergio Afonso
2025-10-03Replace CodeExtractor callbacks with subclasses and simplify their creation b...users/skatrak/flang-generic-04-parallel-argsSergio Afonso
2025-10-03Address nitsSergio Afonso
2025-10-03Address intermittent ICE triggered from the `OpenMPIRBuilder::finalize` metho...Sergio Afonso
2025-10-03[OpenMP][OMPIRBuilder] Use device shared memory for arg structuresSergio Afonso
2025-10-03Address review commentsusers/skatrak/flang-generic-03-mlir-shared-memSergio Afonso
2025-10-03[MLIR][OpenMP] Support allocations of device shared memorySergio Afonso
2025-10-03[OpenMP][OMPIRBuilder] Add device shared memory allocation supportusers/skatrak/flang-generic-02-ompirbuilder-shared-memSergio Afonso
2025-10-03Update TargetRegionFlags to mirror OMPTgtExecModeFlagsusers/skatrak/flang-generic-01-mlir-patternSergio Afonso
2025-10-02[MLIR][OpenMP] Remove Generic-SPMD early detectionSergio Afonso
2025-10-02[ROCDL] Added `rocdl.cvt.scale.pk8` ops (#161411)ravil-mobile
2025-10-02[clang] Preserve `externs` following broken declarations (#161641)Alejandro Álvarez Ayllón
2025-10-02Greedy: Merge VirtRegMap queries into one use (NFC) (#160485)Matt Arsenault
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Codegen] Add a separate stack ID for scalable predicates (#142390)Benjamin Maxwell
2025-10-02Greedy: Move physreg check when trying to recolor vregs (NFC) (#160484)Matt Arsenault
2025-10-02[InstCombine] Remove foldSelectWithFrozenICmp() fold (#161659)Nikita Popov
2025-10-02[mlir][omp] Improve canonloop/iv naming (#159773)Michael Kruse
2025-10-02[OpenACC][CIR] Finish 'private' recipe lowering by doing 'init' (#161540)Erich Keane
2025-10-02Enforce Unix line endings for Clang/LLVM/MLIR projects (#161460)Rahul Joshi
2025-10-02[lldb][test] TestExprDefinitionInDylib.py adjust test to account for older co...Michael Buch
2025-10-02AMDGPU: Switch test to generated checks (#161658)Matt Arsenault
2025-10-02[LLVM-Test] Fix a regression in test dependencies introduced by 0e14973 (#161...Rahul Joshi
2025-10-02[orc-rt] Fix typo in comment. NFC.Lang Hames
2025-10-02[lldb][test] TestAbiTagStructors.py adjust test to account for older compiler...Michael Buch
2025-10-02[orc-rt] Add support for constructing Expected<Error> values. (#161656)Lang Hames
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-10-02[GVN] Add additional tests for inverted condition propagation (NFC)Nikita Popov
2025-10-02[lldb][test] TestStructuredBinding.py: adjust assertion to check for compatib...Michael Buch
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch
2025-10-02RegAllocGreedy: Check if copied lanes are live in trySplitAroundHintReg (#160...Matt Arsenault
2025-10-02[analyzer] Harden RegionStoreManager::bindArray (#153177)Marco Borgeaud
2025-10-02[AArch64] Remove unused tablegen classes and code cleanup. NFCDavid Green
2025-10-02[NFC][Clang Improve performance of `DoMarkVarDeclReferenced` (#161648)Corentin Jabot
2025-10-02[LLVM][CodeGen][SVE] Remove failure cases when widening vector load/store ops...Paul Walker
2025-10-02[CIR] Make all opt tests verify roundtrip (#161439)Henrich Lauko
2025-10-02[SPIR-V] Prevent adding duplicate binding instructions for implicit binding (...Lucie Choi
2025-10-02[lldb][test] XFAIL TestGlobalSymbolObjCConflict.c on WindowsMichael Buch
2025-10-02[LV] Support multiplies by constants when forming scaled reductions. (#161092)Florian Hahn
2025-10-02[orc-rt] Tidy up some type_traits uses. NFC.Lang Hames
2025-10-02[Clang] Fix a crash when using ctad with a template template parameter. (#161...Corentin Jabot
2025-10-02[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TransformOps.cpp ...Mehdi Amini
2025-10-02Thread Safety Analysis: Optimize LocalVariableMap's canonical reference compu...Marco Elver
2025-10-02[ELF]Add overflow check to ELF note iterator (#160451)Ruoyu Qiu
2025-10-02[DebugInfo][InstrRef] Copy instr-ref to replacement instrs in X86FixupSetCCPa...Orlando Cazalet-Hyams
2025-10-02[AArch64][GlobalISel] Add `G_FMODF` instruction (#160061)Ryan Cowan
2025-10-02[gn build] Port 55803b8af1e4LLVM GN Syncbot