aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic
AgeCommit message (Expand)AuthorFilesLines
2024-09-20Reland "[Driver] Add toolchain for X86_64 UEFI target" (#109364)Prabhuk3-0/+55
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan2-18/+8
2024-09-20[llvm][Triple] Add `Environment` members and parsing for glibc/musl parity. (...Alex Rønne Petersen1-1/+1
2024-09-19Revert "[Driver] Add toolchain for X86_64 UEFI target" (#109340)Prabhuk3-55/+0
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-19[Driver] Add toolchain for X86_64 UEFI target (#76838)Prabhuk3-0/+55
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree2-8/+18
2024-09-18Fix OOM in FormatDiagnostic (2nd attempt) (#108866)Vakhurin Sergei3-72/+57
2024-09-17[AArch64] Don't define reserved macrosBenjamin Kramer1-5/+4
2024-09-17[AArch64] Add missing ACLE predefined macros and update __ARM_ACLE. (#108857)Alexandros Lamprineas1-1/+8
2024-09-16[HLSL] Align language modes on 202x as default (#108662)Chris B1-1/+1
2024-09-16Revert "Fix OOM in FormatDiagnostic" (#108838)Aaron Ballman3-57/+72
2024-09-16Fix OOM in FormatDiagnostic (#108187)Vakhurin Sergei3-72/+57
2024-09-16Remove ^^ as a token in OpenCL (#108224)Aaron Ballman1-1/+0
2024-09-14Reapply "Reapply "[clang] Extend diagnose_if to accept more detailed warning ...Nikolas Klauser2-125/+177
2024-09-13Revert "Reapply "[clang] Extend diagnose_if to accept more detailed warning i...Florian Mayer2-177/+125
2024-09-13[HLSL] Add HLSL 202y language mode (#108437)Chris B2-0/+3
2024-09-13[X86] AMD Zen 5 Initial enablement (#107964)Ganesh1-0/+4
2024-09-13[RISCV][FMV] Support target_clones (#85786)Piyou Chen1-0/+2
2024-09-13Reapply "[clang] Extend diagnose_if to accept more detailed warning informati...Nikolas Klauser2-125/+177
2024-09-13[RISCV] Emit predefined macro __riscv_cmodel_large for large code model (#108...Jim Lin1-0/+2
2024-09-12Revert "[clang] Extend diagnose_if to accept more detailed warning informatio...Kazu Hirata2-177/+125
2024-09-12[clang] Extend diagnose_if to accept more detailed warning information (#70976)Nikolas Klauser2-125/+177
2024-09-11[clang][deps] Print tracing VFS data (#108056)Jan Svoboda1-0/+11
2024-09-09[z/OS] Set the default arch for z/OS to be arch10 (#89854)Sean Perry1-4/+2
2024-09-09[Clang][RISCV] Recognize unsupport target feature by supporting isValidFeatur...Piyou Chen2-1/+6
2024-09-04[clang][Driver] Define soft float macros for PPC. (#106012)Alex Rønne Petersen2-5/+16
2024-09-04[X86][AVX10.2] Support AVX10.2-BF16 new instructions. (#101603)Freddy Ye1-0/+1
2024-09-03[BPF] Make -mcpu=v3 as the default (#107008)yonghong-song1-1/+4
2024-09-02[clang][OpenMP] `masked` and `master` are not capturing (#106787)Krzysztof Parzyszek1-2/+3
2024-08-31[RISCV][NFC] Reimplementation of target attribute override mechanism (#106680)Piyou Chen1-20/+13
2024-08-30[clang] Cleanup IncludeLocMap (#106241)kadir çetinkaya1-0/+1
2024-08-28[DXIL] Don't generate per-variable guards for DirectX (#106096)Greg Roth1-0/+7
2024-08-23[clang][AArch64] Add SME2.1 feature macros (#105657)SpencerAbson2-9/+34
2024-08-22[WebAssembly] Change half-precision feature name to fp16. (#105434)Brendan Dahl2-12/+10
2024-08-20[X86][AVX10] Fix unexpected error and warning when using intrinsic (#104781)Phoebe Wang1-3/+3
2024-08-16[libclang/python] Expose `clang_isBeforeInTranslationUnit` for `SourceRange._...Jannick Kremer1-2/+1
2024-08-08[PPC] Disable vsx and altivec when -msoft-float is used (#100450)Zaara Syeda1-31/+41
2024-08-08[SystemZ][z/OS] __ptr32 support for z/OS (#101696)Abhina Sree2-8/+50
2024-08-08[RISCV] Support new groupid/bitmask for cpu_model (#101632)Piyou Chen1-1/+1
2024-08-07[PPC] Implement BCD assist builtins (#101390)Lei Huang1-0/+3
2024-08-07[NFC] Format TokenKey enum (#101700)Abhina Sree1-43/+43
2024-08-06[clang] Fix compile-time regression from attribute arg checking change (#101768)Mike Rice1-34/+0
2024-08-06Reapply "Finish deleting the le32/le64 targets" (#99079) (#101983)Aaron Ballman5-110/+0
2024-08-05[OpenMP] OpenMP 5.1 "assume" directive parsing support (#92731)Julian Brown1-0/+8
2024-08-03Reland "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new i...Phoebe Wang2-0/+14
2024-08-02Revert "[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new i...Phoebe Wang2-14/+0
2024-08-02[X86][AVX10.2] Support AVX10.2 option and VMPSADBW/VADDP[D,H,S] new instructi...Phoebe Wang2-0/+14
2024-08-02[HLSL] cleanup builtin names elementwise usage (#101543)Farzon Lotfi1-0/+3
2024-07-30[clang] Update argument checking tablegen code to use a 'full' name (#99993)Mike Rice1-0/+34