summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixupupstream/users/minglotus-6/spr/main.instrprofmingmingl2024-02-131894-38586/+72495
|\
| * [libc++][modules] Re-add build dir CMakeLists.txt. (#81370)Mark de Wever2024-02-133-0/+112
| * InstCombine: Enable SimplifyDemandedUseFPClass and remove flag (#81108)Matt Arsenault2024-02-143-22/+45
| * [StatepointLowering] Use Constant instead of TargetConstant for undef value (...Danila Malyutin2024-02-132-1/+33
| * Revert "[clang] Remove #undef alloca workaround" (#81649)Prabhuk2024-02-131-0/+4
| * [InstCombine] Extend `(lshr/shl (shl/lshr -1, x), x)` -> `(lshr/shl -1, x)` f...Noah Goldstein2024-02-137-49/+61
| * [NFC][InstrProf]Factor out getCanonicalName to compute the canonical name giv...Mingming Liu2024-02-132-19/+41
| * [libc] Remove leftover target dependent intrinsicJoseph Huber2024-02-131-8/+0
| * [mlir][ROCDL] Add synchronization primitives (#80888)Giuseppe Rossini2024-02-133-0/+44
| * [libc] Remove remaining GPU architecture dependent instructions (#81612)Joseph Huber2024-02-135-32/+14
| * [lldb][NFCI] Add header guard to PlatformRemoteAppleXR.h (#81565)Alex Langford2024-02-131-0/+5
| * [flang][cuda] Lower cluster_dims values (#81636)Valentin Clement (バレンタイン クレメン)2024-02-135-2/+36
| * [RISCV] Enable the TypePromotion pass from AArch64/ARM.Craig Topper2024-02-137-87/+190
| * [RISCV] Copy typepromotion-overflow.ll from AArch64. NFCCraig Topper2024-02-131-0/+388
| * [clang] Remove #undef alloca workaround (#81534)Arthur Eubanks2024-02-131-4/+0
| * [IRGen][AArch64][RISCV] Generalize bitcast between i1 predicate vector and i8...Craig Topper2024-02-137-130/+94
| * [TableGen] Trivial simplification in computeRegUnitSets. NFC.Jay Foad2024-02-131-4/+2
| * [TableGen] Remove trivial helper function hasRegUnit. NFC.Jay Foad2024-02-131-8/+2
| * [libc] Round up time for GPU nanosleep implementation (#81630)Joseph Huber2024-02-131-7/+8
| * [flang][cuda] Lower launch_bounds values (#81537)Valentin Clement (バレンタイン クレメン)2024-02-135-7/+64
| * [libc] Rework the RPC interface to accept runtime wave sizes (#80914)Joseph Huber2024-02-136-131/+108
| * [mlir][nfc] Add tests for linalg.mmt4d (#81422)Andrzej Warzyński2024-02-134-0/+132
| * [clang][docs] Fix warning in LanguageExtensionsDavid Spickett2024-02-131-1/+1
| * [lldb-dap][NFC] Add Breakpoint struct to share common logic. (#80753)Zequan Wu2024-02-1313-402/+459
| * [clang][Driver] Small correction to print-runtime-dirDavid Spickett2024-02-131-1/+1
| * [DirectX][NFC] Change specification of overload types and attribute in DXIL.t...S. Bharadwaj Yadavalli2024-02-132-71/+133
| * [TableGen] Do not speculatively grow RegUnitSets. NFC.Jay Foad2024-02-131-17/+8
| * [LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c...Joseph Huber2024-02-1335-72/+229
| * [clang][Driver][HLSL] Fix formatting of clang-dxc options group titleDavid Spickett2024-02-131-2/+2
| * [Flang] Add __powerpc__ macro to set c_intmax_t to c_int64_t rather than c_in...Daniel Chen2024-02-133-1/+29
| * [NFC][LLVM][AsmWriter] Extract logic to write out ConstantFP from WriteConsta...Paul Walker2024-02-131-88/+94
| * [TableGen] Use emplace_back instead of resize to size() + 1. NFC.Jay Foad2024-02-133-23/+18
| * [SLP] Add X86 version of non-power-of-2 vectorization tests.Florian Hahn2024-02-134-0/+956
| * ci: Temporarily disable the buildkite job on Windows (#81538)Tom Stellard2024-02-131-1/+4
| * [DAGCombine] Fix multi-use miscompile in load combine (#81586)Nikita Popov2024-02-132-3/+2
| * [ARM] __ARM_ARCH macro definition fix (#81493)James Westwood2024-02-138-22/+112
| * [GitHub][workflows] Ask reviewers to merge PRs when author cannot (#81142)David Spickett2024-02-132-0/+104
| * Make use of std::inserter. NFC.Jay Foad2024-02-132-5/+5
| * Fix warning by removing unused variable (#81604)Mats Petersson2024-02-131-1/+1
| * [TableGen] Use std::move instead of swap. NFC. (#81606)Jay Foad2024-02-135-12/+11
| * Reapply "[DebugInfo][RemoveDIs] Turn on non-instrinsic debug-info by default"OCHyams2024-02-131-1/+1
| * [Object][COFF][NFC] Make writeImportLibrary NativeExports argument optional. ...Jacek Caban2024-02-135-18/+26
| * MCDCTypes.h: Add ctors, fixup for #81227NAKAMURA Takumi2024-02-131-0/+4
| * [gn build] Port f65577830073LLVM GN Syncbot2024-02-131-0/+1
| * [OpenACC] Implement AST for OpenACC Compute Constructs (#81188)Erich Keane2024-02-1324-6/+352
| * [clang][Interp] Handle Requires- and ConceptSpecializationExprsTimm Bäder2024-02-133-0/+16
| * [TableGen] Use vectors instead of sets for testing intersection. NFC. (#81602)Jay Foad2024-02-132-10/+8
| * [MC/DC] Refactor: Make `MCDCParams` as `std::variant` (#81227)NAKAMURA Takumi2024-02-137-100/+153
| * [SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)Abhina Sree2024-02-134-0/+16
| * [clang][Interp] Handle CXXUuidofExprsTimm Bäder2024-02-136-1/+74