aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-08[mlir][IR] Support op interfaces in `HasParent` traitusers/matthias-springer/has_parent_interfaceMatthias Springer6-10/+41
2024-05-08[RISCV] Convert implicit_def tuples to noreg in post-isel peephole (#91173)Luke Lau5-109/+30
2024-05-08[X86][CFE] Support EGPR in GCCRegNames. (#91323)Freddy Ye2-1/+139
2024-05-08[clang][dataflow] Allow `DataflowAnalysisContext` to use a non-owned `Solver`...martinboehme3-10/+29
2024-05-07[compiler-rt][ctx_profile] Fix signed-ness warnings in testMircea Trofin1-6/+6
2024-05-07Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… (#91...jyu2-git4-54/+165
2024-05-08[MLIR][Interfaces] Change MemorySlotInterface to use OpBuilder (#91341)Christian Ulmann7-267/+216
2024-05-08[SPIRV] Add tan intrinsic part 3 (#90278)Farzon Lotfi8-2/+65
2024-05-08[RISCV] Add invariants that registers always have definitions. NFC (#90587)Luke Lau1-18/+24
2024-05-07[RISCV] Don't crash if parseNormalizedArchString encounters a multi-letter ex...Craig Topper2-4/+15
2024-05-07[DAGCombiner] Be more careful about looking through extends and truncates in ...Craig Topper2-11/+18
2024-05-08[DXIL] Add tan intrinsic part 2 (#90277)Farzon Lotfi3-0/+33
2024-05-07[RISCV] Detect duplicate extensions in parseNormalizedArchString. (#91416)Craig Topper3-4/+14
2024-05-08[GlobalIsel][AArch64] legalize ptr add (#89218)Thorsten Schütt2-4/+59
2024-05-08[RISCV] Rewrite spill-fpr-scalar.ll test to not use vsetvli. NFC (#91428)Luke Lau1-45/+28
2024-05-08[RISCV] Codegen support for XCVbi extension (#89719)Liao Chunyu6-18/+315
2024-05-07[Offload] Fix dataDelete op for TARGET_ALLOC_HOST memory type (#91134)Jhonatan Cléto2-7/+23
2024-05-07[clang][hlsl] Add tan intrinsic part 1 (#90276)Farzon Lotfi15-38/+236
2024-05-08[mlir] Fix -Wdeprecated-declarations in BufferResultsToOutParams.cpp (NFC)Jie Fu1-1/+1
2024-05-08[MLIR][Bufferization] BufferResultsToOutParams: Add an option to eliminate Al...Menooker4-6/+65
2024-05-07[analyzer] Ignore system headers in WebKit checkers. (#91103)Ryosuke Niwa6-0/+50
2024-05-08[InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng4-3/+55
2024-05-08[NFC] Add myself as code owner for llvm/IR/Core.cppNikita Popov1-0/+1
2024-05-07[Analysis] Attribute Range should not prevent tail call optimization (#91122)Jinsong Ji3-6/+61
2024-05-07[mlir][sparse] support 'batch' dimensions in sparse_tensor.print (#91411)Aart Bik4-34/+130
2024-05-08[C API] Add getters and build function for CallBr (#91154)Benji Smith5-0/+136
2024-05-07[Clang][Sema] Improve support for explicit specializations of constrained mem...Krystian Stasiowski10-68/+248
2024-05-07[mlir][sparse] Add verification for explicit/implicit value (#90111)Yinying Li5-47/+169
2024-05-07[Clang][Sema] Don't set instantiated from function when rewriting operator<=>...Krystian Stasiowski5-21/+41
2024-05-07[Clang][Sema] Explicit template arguments are not substituted into the except...Krystian Stasiowski8-51/+75
2024-05-07[ELF] Fix --compress-debug-sections=zstd when zlib is disabledFangrui Song2-2/+2
2024-05-07[clang][CodeGen] Fix MSVC ABI for classes with a deleted copy assignment oper...Max Winkler3-1/+116
2024-05-07[llvm][NVPTX] Remove outdated comments (NFC) (#91409)Youngsuk Kim1-4/+0
2024-05-07[mlir][memref.expand_shape] Add verifier check to ensure correct output_shape...Prathamesh Tagore2-0/+21
2024-05-07[BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko1-0/+40
2024-05-07Fix a typo in webkit.NoUncountedMemberChecker. (#91402)Ryosuke Niwa1-1/+1
2024-05-07[compiler-rt][ctx_profile] Add the instrumented contextual profiling APIs (#8...Mircea Trofin3-2/+681
2024-05-07[libc] fix typo due to futex renaming (#91379)Schrodinger ZHU Yifan1-1/+1
2024-05-07[AMDGPU] Prevent FMINIMUM and FMAXIMUM beeing fully scalarized (#91378)Stanislav Mekhanoshin5-39/+63
2024-05-07[MSP430][Clang] Update list of MCUs (#91258)Marian Buschsieweke2-83/+626
2024-05-07[modules] Accept equivalent module caches from different symlink (#90925)Ellis Hoag4-26/+55
2024-05-07[AMDGPU] Fix condition in VOP3_Real_Base. NFCI. (#91373)Stanislav Mekhanoshin1-1/+1
2024-05-07Add a missing check for nullptrAdrian Prantl1-0/+2
2024-05-07Remove else-after-break (NFC)Adrian Prantl1-10/+9
2024-05-07[AMDGPU] Don't optimize agpr phis if the operand doesn't have subreg use (#91...Shilei Tian2-1/+84
2024-05-07[LV] Properly extend versioned constant strides.Florian Hahn2-4/+5
2024-05-07[PowerPC] Spill non-volatile registers required for traceback table (#71115)Maryam Moghadas9-493/+2237
2024-05-07[DirectX] remove string function attribute DXIL not allowed (#90778)Xiang Li7-7/+86
2024-05-07[lldb] Reinstate lldb-sbapi-dwarf-enums target (NFC) (#91390)Jonas Devlieghere1-2/+6
2024-05-07Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl26-846/+729