aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang-c
AgeCommit message (Expand)AuthorFilesLines
2022-07-01[OpenMP] Initial parsing and semantic support for 'parallel masked taskloop s...Fazlay Rabbi1-2/+6
2022-06-30[OpenMP] Initial parsing and sema support for 'parallel masked taskloop' cons...Fazlay Rabbi1-1/+5
2022-06-28[OpenMP] Initial parsing and sema support for 'masked taskloop simd' constructFazlay Rabbi1-3/+7
2022-06-24[OpenMP] Initial parsing and sema support for 'masked taskloop' constructFazlay Rabbi1-2/+6
2022-06-16[OpenMP] Initial parsing and sema for 'parallel masked' constructJennifer Yu1-2/+6
2022-05-24[libclang] add supporting for indexing/visiting C++ conceptsAlex Lorenz1-3/+19
2022-05-11[AArch64][SVE] Add aarch64_sve_pcs attribute to ClangMatt Devereau1-0/+1
2022-03-24[OpenMP] Initial parsing/sema for the 'omp target parallel loop' constructMike Rice1-1/+5
2022-03-22[OpenMP] Initial parsing/sema for the 'omp parallel loop' constructMike Rice1-1/+5
2022-03-18[OpenMP] Initial parsing/sema for the 'omp target teams loop' constructMike Rice1-1/+5
2022-03-16[OpenMP] Initial parsing/sema for the 'omp teams loop' constructMike Rice1-1/+5
2022-03-16[Attr] Fix a btf_type_tag AST generationYonghong Song1-1/+2
2022-02-08Fix a typo (occured => occurred)Sylvestre Ledru1-1/+1
2021-10-28[OpenMP] Initial parsing/sema for the 'omp loop' constructMike Rice1-1/+5
2021-09-18OpenMP 5.0 metadirectivealokmishra.besu1-1/+5
2021-09-18Revert "OpenMP 5.0 metadirective"Nico Weber1-5/+1
2021-09-17OpenMP 5.0 metadirectivealokmishra.besu1-1/+5
2021-09-17Revert "OpenMP 5.0 metadirective"cchen1-5/+1
2021-09-17OpenMP 5.0 metadirectivecchen1-1/+5
2021-09-06[Clang] Add __ibm128 type to represent ppc_fp128Qiu Chaofan1-1/+2
2021-07-09[Clang] Introduce Swift async calling convention.Varun Gandhi1-1/+2
2021-06-10[OpenMP] Implement '#pragma omp unroll'.Michael Kruse1-1/+5
2021-04-09[OpenMP51] Initial support for masked directive and filter clausecchen1-1/+5
2021-03-30[OPENMP51]Initial support for the dispatch directive.Mike Rice1-1/+5
2021-03-17[OPENMP51]Initial support for the interop directive.Mike Rice1-1/+5
2021-03-04[clang][OpenMP] Use OpenMPIRBuilder for workshare loops.Michael Kruse1-1/+5
2021-02-16[OpenMP] Implement '#pragma omp tile', by Michael Kruse (@Meinersbur).Michael Kruse1-1/+5
2020-12-07[clang] Add a new nullability annotation for swift async: _Nullable_resultErik Pilkington1-1/+9
2020-10-30Address ABI issues introduced with CXCursor_CXXAddrspaceCastExprMarco Antognini1-29/+29
2020-09-04[libclang] Add CXRewriter to libclang APIJan Korous1-0/+63
2020-09-04[libclang] Expose couple more AST details via cursorsJan Korous1-0/+20
2020-07-09[OPENMP50] extend array section for stride (Parsing/Sema/AST)cchen1-1/+1
2020-06-24[libclang] Extend clang_Cursor_Evaluate().Christian Kandeler1-0/+1
2020-06-05[ARM] Add __bf16 as new Bfloat16 C TypeTies Stuij1-1/+2
2020-05-18[OpenCL] Added addrspace_cast operator in C++ mode.Anastasia Stulova1-23/+27
2020-04-25libclang: Add static build support for WindowsCristian Adam1-7/+16
2020-04-16Expose AtomicType in the libclang C API.Henry Jen1-2/+10
2020-04-02[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-1/+6
2020-04-01Revert "[OPENMP50]Add initial support for OpenMP 5.0 iterator."Alexey Bataev1-6/+1
2020-04-01[OPENMP50]Add initial support for OpenMP 5.0 iterator.Alexey Bataev1-1/+6
2020-03-30[OPENMP50]Add basic support for array-shaping operation.Alexey Bataev1-1/+5
2020-03-25[clang] Reformat cindex. NFC.Michael Kruse1-543/+483
2020-03-20[OPENMP50]Initial support for scan directive.Alexey Bataev1-1/+5
2020-03-02[OPENMP50]Add basic support for depobj construct.Alexey Bataev1-1/+5
2020-02-20Revert "libclang: Add static build support for Windows" andNico Weber1-16/+7
2020-02-20libclang: Make shared object symbol exporting by defaultCristian Adam1-1/+4
2020-02-20libclang: Add static build support for WindowsCristian Adam1-7/+13
2020-02-14fix some comment typos to cycle botsNico Weber2-2/+2
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-1/+6
2019-12-05[OpenMP50] Add parallel master constructcchen1-1/+5