summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-08[mlir][IR] Support op interfaces in `HasParent` traitusers/matthias-springer/has_parent_interfaceMatthias Springer
2024-05-08[RISCV] Convert implicit_def tuples to noreg in post-isel peephole (#91173)Luke Lau
2024-05-08[X86][CFE] Support EGPR in GCCRegNames. (#91323)Freddy Ye
2024-05-08[clang][dataflow] Allow `DataflowAnalysisContext` to use a non-owned `Solver`...martinboehme
2024-05-07[compiler-rt][ctx_profile] Fix signed-ness warnings in testMircea Trofin
2024-05-07Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… (#91...jyu2-git
2024-05-08[MLIR][Interfaces] Change MemorySlotInterface to use OpBuilder (#91341)Christian Ulmann
2024-05-08[SPIRV] Add tan intrinsic part 3 (#90278)Farzon Lotfi
2024-05-08[RISCV] Add invariants that registers always have definitions. NFC (#90587)Luke Lau
2024-05-07[RISCV] Don't crash if parseNormalizedArchString encounters a multi-letter ex...Craig Topper
2024-05-07[DAGCombiner] Be more careful about looking through extends and truncates in ...Craig Topper
2024-05-08[DXIL] Add tan intrinsic part 2 (#90277)Farzon Lotfi
2024-05-07[RISCV] Detect duplicate extensions in parseNormalizedArchString. (#91416)Craig Topper
2024-05-08[GlobalIsel][AArch64] legalize ptr add (#89218)Thorsten Schütt
2024-05-08[RISCV] Rewrite spill-fpr-scalar.ll test to not use vsetvli. NFC (#91428)Luke Lau
2024-05-08[RISCV] Codegen support for XCVbi extension (#89719)Liao Chunyu
2024-05-07[Offload] Fix dataDelete op for TARGET_ALLOC_HOST memory type (#91134)Jhonatan Cléto
2024-05-07[clang][hlsl] Add tan intrinsic part 1 (#90276)Farzon Lotfi
2024-05-08[mlir] Fix -Wdeprecated-declarations in BufferResultsToOutParams.cpp (NFC)Jie Fu
2024-05-08[MLIR][Bufferization] BufferResultsToOutParams: Add an option to eliminate Al...Menooker
2024-05-07[analyzer] Ignore system headers in WebKit checkers. (#91103)Ryosuke Niwa
2024-05-08[InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng
2024-05-08[NFC] Add myself as code owner for llvm/IR/Core.cppNikita Popov
2024-05-07[Analysis] Attribute Range should not prevent tail call optimization (#91122)Jinsong Ji
2024-05-07[mlir][sparse] support 'batch' dimensions in sparse_tensor.print (#91411)Aart Bik
2024-05-08[C API] Add getters and build function for CallBr (#91154)Benji Smith
2024-05-07[Clang][Sema] Improve support for explicit specializations of constrained mem...Krystian Stasiowski
2024-05-07[mlir][sparse] Add verification for explicit/implicit value (#90111)Yinying Li
2024-05-07[Clang][Sema] Don't set instantiated from function when rewriting operator<=>...Krystian Stasiowski
2024-05-07[Clang][Sema] Explicit template arguments are not substituted into the except...Krystian Stasiowski
2024-05-07[ELF] Fix --compress-debug-sections=zstd when zlib is disabledFangrui Song
2024-05-07[clang][CodeGen] Fix MSVC ABI for classes with a deleted copy assignment oper...Max Winkler
2024-05-07[llvm][NVPTX] Remove outdated comments (NFC) (#91409)Youngsuk Kim
2024-05-07[mlir][memref.expand_shape] Add verifier check to ensure correct output_shape...Prathamesh Tagore
2024-05-07[BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko
2024-05-07Fix a typo in webkit.NoUncountedMemberChecker. (#91402)Ryosuke Niwa
2024-05-07[compiler-rt][ctx_profile] Add the instrumented contextual profiling APIs (#8...Mircea Trofin
2024-05-07[libc] fix typo due to futex renaming (#91379)Schrodinger ZHU Yifan
2024-05-07[AMDGPU] Prevent FMINIMUM and FMAXIMUM beeing fully scalarized (#91378)Stanislav Mekhanoshin
2024-05-07[MSP430][Clang] Update list of MCUs (#91258)Marian Buschsieweke
2024-05-07[modules] Accept equivalent module caches from different symlink (#90925)Ellis Hoag
2024-05-07[AMDGPU] Fix condition in VOP3_Real_Base. NFCI. (#91373)Stanislav Mekhanoshin
2024-05-07Add a missing check for nullptrAdrian Prantl
2024-05-07Remove else-after-break (NFC)Adrian Prantl
2024-05-07[AMDGPU] Don't optimize agpr phis if the operand doesn't have subreg use (#91...Shilei Tian
2024-05-07[LV] Properly extend versioned constant strides.Florian Hahn
2024-05-07[PowerPC] Spill non-volatile registers required for traceback table (#71115)Maryam Moghadas
2024-05-07[DirectX] remove string function attribute DXIL not allowed (#90778)Xiang Li
2024-05-07[lldb] Reinstate lldb-sbapi-dwarf-enums target (NFC) (#91390)Jonas Devlieghere
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl