summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [BPF] support indirect branch (callx) in AsmParserupstream/users/inclyc/bpf-callx-asmYingchi Long2023-12-102-0/+5
* [GlobalISel] Add a missing includeKazu Hirata2023-12-101-0/+1
* [Support] Remove unnecessary includes (NFC)Kazu Hirata2023-12-105-6/+0
* [llvm] Adjust inlucdes of ArrayRef.h (NFC)Kazu Hirata2023-12-102-1/+1
* [docs] Add missing quotation mark after #73774Fangrui Song2023-12-091-1/+1
* [Target] Include bitset (NFC)Kazu Hirata2023-12-092-0/+2
* [Transforms] Remove unnecessary includes (NFC)Kazu Hirata2023-12-099-10/+0
* [X86] Rearrange a few atomics tests. NFC.James Y Knight2023-12-096-928/+407
* [clang-tools-extra] Use llvm::to_underlying (NFC)Kazu Hirata2023-12-092-8/+8
* [clang] Use llvm::to_underlying (NFC)Kazu Hirata2023-12-092-7/+7
* [RISCV] Remove unnecessary call to isSupportedExtensionFeature.Craig Topper2023-12-091-4/+1
* [ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata2023-12-0921-37/+33
* [RISCV] Use Triple::isRISCV64(). NFCCraig Topper2023-12-091-3/+3
* [LAA] Remove duplicated test.Florian Hahn2023-12-091-179/+0
* [ADT] Remove StringRef::{starts,ends}with_insensitive (#74918)Kazu Hirata2023-12-091-12/+0
* [test][llvm-objdump][AArch64] Add tests for ELF AUTH constants (#74298)Daniil Kovalev2023-12-091-0/+9
* [HLSL] Define RasterizerOrderedBuffer resourceJustin Bogner2023-12-092-6/+37
* [BOLT] Determine address size from binary (#74870)Nathan Sidwell2023-12-092-2/+5
* [RISCV] Remove Name and OverloadedName from RVVIntrinsicDef. NFC (#74907)Craig Topper2023-12-091-7/+1
* [DirectX] Move ROV info into HLSL metadata. NFCJustin Bogner2023-12-0915-40/+49
* [NFC] Remove an unused decl to avoid warningKiran Chandramohan2023-12-091-1/+1
* [clang] Adjust TargetInfo bitfield (#74893)Nathan Sidwell2023-12-091-1/+0
* [NFC][libc++] Rewrites a return statement.Mark de Wever2023-12-091-3/+1
* [clang] Fix '__cdecl' CC is not supported for this target (#74932)Richard Dzenis2023-12-091-1/+1
* [libc++][modules] Adds std.compat module. (#71438)Mark de Wever2023-12-0934-306/+1775
* [mlir][ArmSME] Update `-allocate-arm-sme-tiles` description (NFC) (#74871)Benjamin Maxwell2023-12-091-2/+3
* [libc++] Implements Runtime format strings. (#73353)Mark de Wever2023-12-0918-33/+78
* [AST] Fix -Wlogical-op-parentheses in ExprConstant.cpp (NFC)Jie Fu2023-12-091-2/+2
* [bazel] Port 46708a5bcba28955b2ddeddf5c0e64398223642bBenjamin Kramer2023-12-091-0/+1
* [clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (#71300)Richard Dzenis2023-12-0918-13/+239
* [SelectionDAG] Fix typo in commentJay Foad2023-12-091-1/+1
* [clang][NFC] Refactor expected directives in C++ DRs 2000-2799 (#74921)Vlad Serebrennikov2023-12-0910-298/+499
* [Reassociate] Preserve NUW flags after expr tree rewriting (#72360)Yingwei Zheng2023-12-094-30/+78
* [clang][NFC] Fill in historical data on when C++ DRs 2000-2799 were fixedVlad Serebrennikov2023-12-094-10/+10
* [CMake] Make ELF library handling path default for libLLVM (#74698)Brad Smith2023-12-081-12/+3
* [Bitcode] Remove an unnecessary include (NFC)Kazu Hirata2023-12-081-1/+0
* [DebugInfo] Use llvm::to_underlying (NFC)Kazu Hirata2023-12-083-10/+10
* [RISCV] Remove Type::isRVVType() and replace with isRVVSizelessBuiltinType()....Craig Topper2023-12-085-14/+4
* [clang] NFC: Remove `OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr` (#...Jan Svoboda2023-12-087-93/+15
* [clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda2023-12-0818-124/+33
* [ORC-RT][ORC][MachO] Fix build after 437b4f1cJan Svoboda2023-12-081-2/+4
* [scudo] do not store size inside ring buffer (#74541)Florian Mayer2023-12-083-30/+35
* [ORC-RT][ORC][MachO] Refactor dlsym to extract a reusable bulk-lookup API.Lang Hames2023-12-081-72/+69
* [clang] NFCI: Make `ModuleFile::File` non-optional (#74892)Jan Svoboda2023-12-085-39/+29
* [HLSL][DirectX] Avoid some unnecessary casting. NFCJustin Bogner2023-12-083-8/+8
* [clang-format][NFC] Clean up the driver and getStyle() in Format.cpp (#74794)Owen Pan2023-12-082-70/+65
* [MCSchedule] Simplify and remove a C++20-deprecated is_pod call. NFCFangrui Song2023-12-085-9/+8
* [SLP]Improve findReusedOrderedScalars processing, NFCI.Alexey Bataev2023-12-081-42/+68
* [Flang][OpenMP][Semantics] Modify errors to warnings for semantic checks in I...Raghu Maddhipatla2023-12-082-6/+9
* [llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#74874)Daniil Kovalev2023-12-0911-26/+302