aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-10[BPF] support indirect branch (callx) in AsmParserusers/inclyc/bpf-callx-asmYingchi Long2-0/+5
2023-12-10[GlobalISel] Add a missing includeKazu Hirata1-0/+1
2023-12-10[Support] Remove unnecessary includes (NFC)Kazu Hirata5-6/+0
2023-12-10[llvm] Adjust inlucdes of ArrayRef.h (NFC)Kazu Hirata2-1/+1
2023-12-09[docs] Add missing quotation mark after #73774Fangrui Song1-1/+1
2023-12-09[Target] Include bitset (NFC)Kazu Hirata2-0/+2
2023-12-09[Transforms] Remove unnecessary includes (NFC)Kazu Hirata9-10/+0
2023-12-09[X86] Rearrange a few atomics tests. NFC.James Y Knight6-928/+407
2023-12-09[clang-tools-extra] Use llvm::to_underlying (NFC)Kazu Hirata2-8/+8
2023-12-09[clang] Use llvm::to_underlying (NFC)Kazu Hirata2-7/+7
2023-12-09[RISCV] Remove unnecessary call to isSupportedExtensionFeature.Craig Topper1-4/+1
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata21-37/+33
2023-12-09[RISCV] Use Triple::isRISCV64(). NFCCraig Topper1-3/+3
2023-12-09[LAA] Remove duplicated test.Florian Hahn1-179/+0
2023-12-09[ADT] Remove StringRef::{starts,ends}with_insensitive (#74918)Kazu Hirata1-12/+0
2023-12-09[test][llvm-objdump][AArch64] Add tests for ELF AUTH constants (#74298)Daniil Kovalev1-0/+9
2023-12-09[HLSL] Define RasterizerOrderedBuffer resourceJustin Bogner2-6/+37
2023-12-09[BOLT] Determine address size from binary (#74870)Nathan Sidwell2-2/+5
2023-12-09[RISCV] Remove Name and OverloadedName from RVVIntrinsicDef. NFC (#74907)Craig Topper1-7/+1
2023-12-09[DirectX] Move ROV info into HLSL metadata. NFCJustin Bogner15-40/+49
2023-12-09[NFC] Remove an unused decl to avoid warningKiran Chandramohan1-1/+1
2023-12-09[clang] Adjust TargetInfo bitfield (#74893)Nathan Sidwell1-1/+0
2023-12-09[NFC][libc++] Rewrites a return statement.Mark de Wever1-3/+1
2023-12-09[clang] Fix '__cdecl' CC is not supported for this target (#74932)Richard Dzenis1-1/+1
2023-12-09[libc++][modules] Adds std.compat module. (#71438)Mark de Wever34-306/+1775
2023-12-09[mlir][ArmSME] Update `-allocate-arm-sme-tiles` description (NFC) (#74871)Benjamin Maxwell1-2/+3
2023-12-09[libc++] Implements Runtime format strings. (#73353)Mark de Wever18-33/+78
2023-12-09[AST] Fix -Wlogical-op-parentheses in ExprConstant.cpp (NFC)Jie Fu1-2/+2
2023-12-09[bazel] Port 46708a5bcba28955b2ddeddf5c0e64398223642bBenjamin Kramer1-0/+1
2023-12-09[clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (#71300)Richard Dzenis18-13/+239
2023-12-09[SelectionDAG] Fix typo in commentJay Foad1-1/+1
2023-12-09[clang][NFC] Refactor expected directives in C++ DRs 2000-2799 (#74921)Vlad Serebrennikov10-298/+499
2023-12-09[Reassociate] Preserve NUW flags after expr tree rewriting (#72360)Yingwei Zheng4-30/+78
2023-12-09[clang][NFC] Fill in historical data on when C++ DRs 2000-2799 were fixedVlad Serebrennikov4-10/+10
2023-12-08[CMake] Make ELF library handling path default for libLLVM (#74698)Brad Smith1-12/+3
2023-12-08[Bitcode] Remove an unnecessary include (NFC)Kazu Hirata1-1/+0
2023-12-08[DebugInfo] Use llvm::to_underlying (NFC)Kazu Hirata3-10/+10
2023-12-08[RISCV] Remove Type::isRVVType() and replace with isRVVSizelessBuiltinType()....Craig Topper5-14/+4
2023-12-08[clang] NFC: Remove `OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr` (#...Jan Svoboda7-93/+15
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda18-124/+33
2023-12-08[ORC-RT][ORC][MachO] Fix build after 437b4f1cJan Svoboda1-2/+4
2023-12-08[scudo] do not store size inside ring buffer (#74541)Florian Mayer3-30/+35
2023-12-08[ORC-RT][ORC][MachO] Refactor dlsym to extract a reusable bulk-lookup API.Lang Hames1-72/+69
2023-12-08[clang] NFCI: Make `ModuleFile::File` non-optional (#74892)Jan Svoboda5-39/+29
2023-12-08[HLSL][DirectX] Avoid some unnecessary casting. NFCJustin Bogner3-8/+8
2023-12-08[clang-format][NFC] Clean up the driver and getStyle() in Format.cpp (#74794)Owen Pan2-70/+65
2023-12-08[MCSchedule] Simplify and remove a C++20-deprecated is_pod call. NFCFangrui Song5-9/+8
2023-12-08[SLP]Improve findReusedOrderedScalars processing, NFCI.Alexey Bataev1-42/+68
2023-12-08[Flang][OpenMP][Semantics] Modify errors to warnings for semantic checks in I...Raghu Maddhipatla2-6/+9
2023-12-09[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#74874)Daniil Kovalev11-26/+302