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