summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][IR] Support op interfaces in `HasParent` traitupstream/users/matthias-springer/has_parent_interfaceMatthias Springer2024-05-086-10/+41
* [RISCV] Convert implicit_def tuples to noreg in post-isel peephole (#91173)Luke Lau2024-05-085-109/+30
* [X86][CFE] Support EGPR in GCCRegNames. (#91323)Freddy Ye2024-05-082-1/+139
* [clang][dataflow] Allow `DataflowAnalysisContext` to use a non-owned `Solver`...martinboehme2024-05-083-10/+29
* [compiler-rt][ctx_profile] Fix signed-ness warnings in testMircea Trofin2024-05-071-6/+6
* Revert "Revert "[OpenMP][TR12] change property of map-type modifier."… (#91...jyu2-git2024-05-074-54/+165
* [MLIR][Interfaces] Change MemorySlotInterface to use OpBuilder (#91341)Christian Ulmann2024-05-087-267/+216
* [SPIRV] Add tan intrinsic part 3 (#90278)Farzon Lotfi2024-05-088-2/+65
* [RISCV] Add invariants that registers always have definitions. NFC (#90587)Luke Lau2024-05-081-18/+24
* [RISCV] Don't crash if parseNormalizedArchString encounters a multi-letter ex...Craig Topper2024-05-072-4/+15
* [DAGCombiner] Be more careful about looking through extends and truncates in ...Craig Topper2024-05-072-11/+18
* [DXIL] Add tan intrinsic part 2 (#90277)Farzon Lotfi2024-05-083-0/+33
* [RISCV] Detect duplicate extensions in parseNormalizedArchString. (#91416)Craig Topper2024-05-073-4/+14
* [GlobalIsel][AArch64] legalize ptr add (#89218)Thorsten Schütt2024-05-082-4/+59
* [RISCV] Rewrite spill-fpr-scalar.ll test to not use vsetvli. NFC (#91428)Luke Lau2024-05-081-45/+28
* [RISCV] Codegen support for XCVbi extension (#89719)Liao Chunyu2024-05-086-18/+315
* [Offload] Fix dataDelete op for TARGET_ALLOC_HOST memory type (#91134)Jhonatan Cléto2024-05-072-7/+23
* [clang][hlsl] Add tan intrinsic part 1 (#90276)Farzon Lotfi2024-05-0715-38/+236
* [mlir] Fix -Wdeprecated-declarations in BufferResultsToOutParams.cpp (NFC)Jie Fu2024-05-081-1/+1
* [MLIR][Bufferization] BufferResultsToOutParams: Add an option to eliminate Al...Menooker2024-05-084-6/+65
* [analyzer] Ignore system headers in WebKit checkers. (#91103)Ryosuke Niwa2024-05-076-0/+50
* [InstSimplify] Do not simplify freeze in `simplifyWithOpReplaced` (#91215)Yingwei Zheng2024-05-084-3/+55
* [NFC] Add myself as code owner for llvm/IR/Core.cppNikita Popov2024-05-081-0/+1
* [Analysis] Attribute Range should not prevent tail call optimization (#91122)Jinsong Ji2024-05-073-6/+61
* [mlir][sparse] support 'batch' dimensions in sparse_tensor.print (#91411)Aart Bik2024-05-074-34/+130
* [C API] Add getters and build function for CallBr (#91154)Benji Smith2024-05-085-0/+136
* [Clang][Sema] Improve support for explicit specializations of constrained mem...Krystian Stasiowski2024-05-0710-68/+248
* [mlir][sparse] Add verification for explicit/implicit value (#90111)Yinying Li2024-05-075-47/+169
* [Clang][Sema] Don't set instantiated from function when rewriting operator<=>...Krystian Stasiowski2024-05-075-21/+41
* [Clang][Sema] Explicit template arguments are not substituted into the except...Krystian Stasiowski2024-05-078-51/+75
* [ELF] Fix --compress-debug-sections=zstd when zlib is disabledFangrui Song2024-05-072-2/+2
* [clang][CodeGen] Fix MSVC ABI for classes with a deleted copy assignment oper...Max Winkler2024-05-073-1/+116
* [llvm][NVPTX] Remove outdated comments (NFC) (#91409)Youngsuk Kim2024-05-071-4/+0
* [mlir][memref.expand_shape] Add verifier check to ensure correct output_shape...Prathamesh Tagore2024-05-072-0/+21
* [BOLT] Add a test for BOLT-reserved space in a binary (#91399)Maksim Panchenko2024-05-071-0/+40
* Fix a typo in webkit.NoUncountedMemberChecker. (#91402)Ryosuke Niwa2024-05-071-1/+1
* [compiler-rt][ctx_profile] Add the instrumented contextual profiling APIs (#8...Mircea Trofin2024-05-073-2/+681
* [libc] fix typo due to futex renaming (#91379)Schrodinger ZHU Yifan2024-05-071-1/+1
* [AMDGPU] Prevent FMINIMUM and FMAXIMUM beeing fully scalarized (#91378)Stanislav Mekhanoshin2024-05-075-39/+63
* [MSP430][Clang] Update list of MCUs (#91258)Marian Buschsieweke2024-05-072-83/+626
* [modules] Accept equivalent module caches from different symlink (#90925)Ellis Hoag2024-05-074-26/+55
* [AMDGPU] Fix condition in VOP3_Real_Base. NFCI. (#91373)Stanislav Mekhanoshin2024-05-071-1/+1
* Add a missing check for nullptrAdrian Prantl2024-05-071-0/+2
* Remove else-after-break (NFC)Adrian Prantl2024-05-071-10/+9
* [AMDGPU] Don't optimize agpr phis if the operand doesn't have subreg use (#91...Shilei Tian2024-05-072-1/+84
* [LV] Properly extend versioned constant strides.Florian Hahn2024-05-072-4/+5
* [PowerPC] Spill non-volatile registers required for traceback table (#71115)Maryam Moghadas2024-05-079-493/+2237
* [DirectX] remove string function attribute DXIL not allowed (#90778)Xiang Li2024-05-077-7/+86
* [lldb] Reinstate lldb-sbapi-dwarf-enums target (NFC) (#91390)Jonas Devlieghere2024-05-071-2/+6
* Revert "[Clang] Unify interface for accessing template arguments as written f...Adrian Prantl2024-05-0726-846/+729