summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [MLIR][LLVM] Exporter skip over inlined frame without debug scope (#90915)Billy Zhu2024-05-032-8/+13
| * [LLVM] BasicTTIImpl allow unknown type during legality checking (#89848)Billy Zhu2024-05-032-1/+35
| * [OpenACC] Implement copy clause for compute constructs.erichkeane2024-05-0318-24/+409
| * [AMDGPU] Remove unneeded calls to setInstrAndDebugLoc in matchers. NFC.Jay Foad2024-05-034-10/+0
| * [RISCV] Support interleaved accesses for scalable vector. (#90583)Mel Chen2024-05-033-322/+1268
| * [OpenACC] Implement no_create and present clauses on compute constructserichkeane2024-05-0319-12/+605
| * [LV][NFC]Address last comments from https://github.com/llvm/llvm-project/pull...Alexey Bataev2024-05-031-8/+4
| * [NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for ...thetruestblue2024-05-031-1/+1
| * Reapply "[LV] Improve AnyOf reduction codegen. (#78304)"Florian Hahn2024-05-0311-913/+619
| * [OpenACC] Implement firstprivate clause for compute constructserichkeane2024-05-0317-24/+377
| * [AMDGPU] Simplify applySelectFCmpToFMinToFMaxLegacy. NFC.Jay Foad2024-05-031-58/+21
| * [flang] Source code location for IF statements and constructs (#90853)vdonaldson2024-05-032-6/+44
| * Use FileCheck in new clang-tidy/infrastructure/config-files.cpp testsHans Wennborg2024-05-031-6/+2
| * Revert "[lldb] Fix TestSharedLibStrippedSymbols for #90622"David Spickett2024-05-0312-519/+17
| * [AMDGPU] Convert PrologEpilogSGPRSpills from DenseMap to sorted vector (#90957)Jay Foad2024-05-035-33/+47
| * [X86] combineBitcastvxi1 - peek through FREEZE nodes when determining width o...Simon Pilgrim2024-05-032-13/+8
| * [X86] Add test coverage for #90847Simon Pilgrim2024-05-031-0/+71
| * [VPlan] Check type directly in ::isCanonical (NFC).Florian Hahn2024-05-033-4/+6
| * [flang][OpenMP] Refactor nested default clause tests (#85978)Leandro Lupori2024-05-031-99/+207
| * [Clang] Implement P2809: Trivial infinite loops are not Undefined Behavior (#...cor3ntin2024-05-038-83/+181
| * [Flang][OpenMP] Parse and semantically analyze common blocks in map clauses c...agozillon2024-05-032-1/+12
| * Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer2024-05-0319-154/+186
| * [mlir][emitc] Arith to EmitC: handle floating-point<->integer conversions (#8...Corentin Ferry2024-05-033-1/+196
| * [LV][EVL]Support reversed loads/stores.Alexey Bataev2024-05-034-56/+213
| * [CostModel][X86] getCastInstrCost - improve CostKind adjustment when splittin...Simon Pilgrim2024-05-0317-1993/+3584
| * [llvm][DataFlowSanitizer] Don't pass vector by value (NFC)Youngsuk Kim2024-05-031-1/+1
| * [clang][HIPUtility] Iterate by const reference (NFC)Youngsuk Kim2024-05-031-2/+2
| * [NFC][RemoveDIs] Fix some comments in DebugProgramInstruction.hOrlando Cazalet-Hyams2024-05-031-7/+5
| * [clang][Driver] Iterate with const reference (NFC)Youngsuk Kim2024-05-031-1/+1
| * [clang-tidy] Add 'cert-int09-c' alias for 'readability-enum-initial-value' (#...whisperity2024-05-035-37/+71
| * Revert "Reapply "[clang][Interp] Create full type info for dummy pointers""David Spickett2024-05-036-33/+56
| * AMDGPU: Add more tests for atomicrmw handlingMatt Arsenault2024-05-039-21/+8869
| * AMDGPU: Update name for amdgpu.no.remote.memory metadataMatt Arsenault2024-05-0316-1277/+1277
| * [llvm-mca] Teach MCA constant registers do not create dependencies (#89387)Rin Dobrescu2024-05-035-19/+113
| * AMDGPU: Optimize set_rounding if input is known to fit in 2 bits (#88588)Matt Arsenault2024-05-032-329/+145
| * [gn build] Port ed299b3efd66LLVM GN Syncbot2024-05-031-0/+1
| * Fix MSVC signed/unsigned mismatch warning. NFC.Simon Pilgrim2024-05-031-1/+1
| * [GlobalISel] Optimize ULEB128 usage (#90565)Pierre van Houtryve2024-05-036-13/+94
| * [clang] pointer to member with qualified-id enclosed in parentheses in uneval...YanzuoLiu2024-05-034-0/+38
| * [mlir] make transform.foreach_match forward arguments (#89920)Oleksandr "Alex" Zinenko2024-05-036-69/+395
| * SystemZ: Don't promote atomic store in IR (#90899)Matt Arsenault2024-05-033-19/+51
| * SystemZ: Remove redundant copy tests from 75f4baa70Matt Arsenault2024-05-031-31/+0
| * [AMDGPU] Always emit lds_size in PAL ELF Metadata 3.0 (#87222)Carl Ritson2024-05-032-4/+43
| * AMDGPU: Implement llvm.set.rounding (#88587)Matt Arsenault2024-05-038-0/+2127
| * [hwasan] Don't crash on vscale allocas (#90932)Vitaly Buka2024-05-032-0/+20
| * [lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath2024-05-034-2/+46
| * [HWASAN] Regenerate a test (#90943)Vitaly Buka2024-05-031-81/+81
| * [MLIR][OpenMP] Extend omp.private materialization support: `dealloc` (#90841)Kareem Ergawy2024-05-033-33/+125
| * [lldb] Fix TestSharedLibStrippedSymbols for #90622Pavel Labath2024-05-031-2/+2
| * [mlir] Fix test added in 105c992c83aa527c6c50d60becd4d66b476b0a32.Christian Sigg2024-05-031-1/+1