aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic
AgeCommit message (Expand)AuthorFilesLines
2024-07-20[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (#90574)yronglin1-1/+2
2024-07-19[Clang][AArch64] Add missing SME/SVE2.1 feature macros (#98285)SpencerAbson2-2/+30
2024-07-19[Clang][OpenMP] Add interchange directive (#93022)Michael Kruse1-1/+2
2024-07-19[X86][Driver] Enable feature zu for -mapxfShengchen Kan1-2/+2
2024-07-18[Clang][OpenMP] Add reverse directive (#92916)Michael Kruse1-1/+1
2024-07-17[Clang] Add attribute for consteval builtin functions (#91894)Mital Ashok1-0/+3
2024-07-16Revert "Finish deleting the le32/le64 targets" (#99079)Aaron Ballman5-0/+110
2024-07-16Remove support for 3DNow!, both intrinsics and builtins. (#96246)James Y Knight2-32/+7
2024-07-14[RISCV] Add -m[no-]scalar-strict-align and -m[no-]vector-strict-align. (#95024)Craig Topper2-4/+4
2024-07-12[NVPTX] Implement variadic functions using IR lowering (#96015)Joseph Huber1-2/+1
2024-07-12Finish deleting the le32/le64 targets (#98497)Aaron Ballman5-110/+0
2024-07-11Revert "[NFC][Clang] Move functions of BranchProtectionInfo out of line" (#98...Daniel Kiss1-22/+0
2024-07-11[NFC][Clang] Move functions of BranchProtectionInfo out of line (#98329)Daniel Kiss1-0/+22
2024-07-10[Clang] Correctly enable the f16 type for offloading (#98331)Joseph Huber1-0/+2
2024-07-10[Clang] Allow raw string literals in C as an extension (#88265)Sirraide1-0/+1
2024-07-09[AMDGPU] Report error in clang if wave32 is requested where unsupported (#97633)Stanislav Mekhanoshin1-3/+9
2024-07-09Silence a signed/unsigned comparison mismatch in MSVC; NFCAaron Ballman1-1/+1
2024-07-09[hexagon] Add {con,de}structive interference size defn (#94877)Brian Cain2-0/+22
2024-07-09[LoongArch][clang] Add support for option `-msimd=` and macro `__loongarch_si...Zhaoxin Yang1-2/+6
2024-07-08[X86] Support branch hint (#97721)Feng Zou2-0/+4
2024-07-08[PowerPC] Diagnose musttail instead of crash inside backend (#93267)Chen Zheng2-0/+4
2024-07-03[PowerPC] refactor CPU info in PPCTargetParser.def, NFCChen Zheng1-11/+12
2024-07-02[clang][OpenMP] Rewrite `getOpenMPCaptureRegions` in terms of leafs (#97110)Krzysztof Parzyszek1-98/+78
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman1-0/+1
2024-07-01[NVPTX] Support inline asm with 128-bit operand in NVPTX backend (#97113)Chengjunp1-0/+1
2024-07-01[clang][OpenMP] Implement `isOpenMPCapturingDirective` (#97090)Krzysztof Parzyszek1-31/+35
2024-06-30[CUDA][NFC] CudaArch to OffloadArch rename (#97028)Jakub Chlanda3-146/+144
2024-06-29[clang][OpenMP] Implement `isOpenMPExecutableDirective` (#97089)Krzysztof Parzyszek1-0/+7
2024-06-26[MS ABI]: Support preserve_none in MS ABI (#96487)antangelo1-0/+1
2024-06-25[clang][Driver] Add HIPAMD Driver support for AMDGCN flavoured SPIR-V (#95061)Alex Voicu2-0/+2
2024-06-25[X86] Add sub-feature zu (zero upper) for APXShengchen Kan2-0/+7
2024-06-24[PPC][InlineASM] Mark the 'a' constraint as unsupported (#96109)Kamau Bridgeman1-1/+3
2024-06-24[SourceManager] Expose max usage of source location space as a Statistic (#96...Ilya Biryukov1-0/+17
2024-06-24[X86][Driver] Enable feature cf for -mapxfShengchen Kan1-1/+1
2024-06-21[RISCV] Make M imply Zmmul (#95070)Jianjian Guan1-1/+1
2024-06-20[WebAssembly] Re-enable reference types by default (#93261)Heejin Ahn1-1/+1
2024-06-20[AArch64][TargetParser] Split FMV and extensions (#92882)Tomas Matheson2-13/+8
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva2-3/+9
2024-06-18Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#95519)Alexandros Lamprineas2-76/+41
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson1-1/+1
2024-06-17[clang][AArch64] Add validation for Global Register Variable. (#94271)Daniel Kiss2-0/+15
2024-06-14Make diagnostic pragma override -Werror=foo and DefaultError warningsFangrui Song1-2/+3
2024-06-13[clang][Fuchsia] Use unsigned int for wint_t on *-fuchsia targets (#95499)Roland McGrath1-0/+1
2024-06-13[Safe Buffers] Serialize unsafe_buffer_usage pragmas (#92031)Ziqing Luo1-0/+18
2024-06-13Revert "Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#...Fangrui Song2-33/+76
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka2-9/+3
2024-06-12Reland "[AArch64] Decouple feature dependency expansion. (#94279)" (#95231)Alexandros Lamprineas2-76/+33
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm2-3/+9
2024-06-11Revert "[AArch64] Decouple feature dependency expansion. (#94279)" (#95056)Alexandros Lamprineas2-33/+76
2024-06-10[AArch64] set A14/M1 architecture version to v8.4-a (#92600)Tomas Matheson1-1/+3