]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.c
OpenMP: allow requires dynamic_allocators
[thirdparty/gcc.git] / gcc / c / c-parser.c
2022-01-17  Andrew StubbsOpenMP: allow requires dynamic_allocators
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-17  Marek Polacekattribs: Fix wrong error with -Wno-attribute=A::b ...
2021-12-14  Jakub Jelinekc: Fix ICE on deferred pragma in unknown attribute...
2021-12-12  Jonathan WakelyReplace gnu::unique_ptr with std::unique_ptr
2021-12-08  Chung-Lin TangOpenMP 5.0: Remove array section base-pointer mapping...
2021-12-08  Chung-Lin Tangopenmp: Improve OpenMP target support for C++ (PR92120)
2021-11-29  Richard BienerRemove unreachable returns
2021-11-19  Martin LiskaRevert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE...
2021-11-18  Matthias Kretzc-family: Add __builtin_assoc_barrier
2021-11-18  Martin LiskaRemove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_B...
2021-11-15  Jakub Jelinekopenmp: Add support for thread_limit clause on target
2021-11-11  Jakub Jelinekopenmp: Add support for 2 argument num_teams clause
2021-10-14  Kwok Cheung Yeungopenmp, fortran: Add support for OpenMP declare variant...
2021-10-09  Jakub Jelinekopenmp: Add support for OpenMP 5.1 structured-block...
2021-10-01  Jakub Jelinekopenmp: Differentiate between order(concurrent) and...
2021-09-28  Andrew Pinskic: [PR32122] Require pointer types for computed gotos
2021-09-22  Jakub Jelinekopenmp: Add support for allocator and align modifiers...
2021-09-18  Jakub Jelinekopenmp: Handle unconstrained and reproducible modifiers...
2021-09-18  Jakub Jelinekopenmp: Allow private or firstprivate arguments to...
2021-09-17  Jakub Jelinekopenmp: Add support for OpenMP 5.1 atomics for C++
2021-09-10  Jakub Jelinekopenmp: Implement OpenMP 5.1 atomics, so far for C...
2021-09-07  Marcel VollweilerC, C++, Fortran, OpenMP: Add support for 'flush seq_cst...
2021-08-31  Marcel VollweilerAdd support for device-modifiers for 'omp target device'.
2021-08-23  Jakub Jelinekopenmp: Add support for strict modifier on grainsize...
2021-08-20  Jakub Jelinekopenmp: Implement the error directive
2021-08-20  Jakub Jelinekopenmp: Diagnose some superfluous commas in OpenMP...
2021-08-19  Jakub Jelinekopenmp: Fix ICE on requires clause with atomic_default_...
2021-08-18  Jakub Jelinekopenmp: Add nothing directive support
2021-08-18  Jakub Jelinekopenmp: Actually ignore pragma_stmt pragmas for which...
2021-08-17  Jakub Jelinekopenmp: Implement OpenMP 5.1 scope construct
2021-08-12  Jakub Jelinekopenmp: Add support for OpenMP 5.1 masked construct
2021-08-12  Tobias BurnusOpenMP 5.1: Add proc-bind 'primary' support
2021-08-06  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-07-21  Thomas SchwingeOpenACC 'nohost' clause
2021-07-02  Jakub Jelinekopenmp: Reject #pragma omp atomic update, [PR101297]
2021-06-25  Martin Seborc: add support for per-location warning groups.
2021-06-24  Jakub Jelinekc: Fix up c_parser_has_attribute_expression [PR101176]
2021-06-24  Jakub Jelinekopenmp: in_reduction clause support on target construct
2021-06-14  Tobias BurnusC/C++: Fix unused set var warning with omp_clause_affin...
2021-06-06  Jakub Jelinekopenmp: Call c_omp_adjust_map_clauses even for combined...
2021-05-31  Richard Bienerc++/88601 - [C/C++] __builtin_shufflevector support
2021-05-28  Tobias BurnusOpenMP: Add iterator support to Fortran's depend; add...
2021-05-19  Jakub Jelinekopenmp: Handle lastprivate on combined target correctly...
2021-05-12  Marcel VollweilerOpenMP: Add support for 'close' in map clause
2021-03-05  Tobias BurnusOpenACC: C/C++ - fix async parsing [PR99137]
2021-02-11  Marek Polacekc, c++: Plug -Wduplicated-cond memory leaks [PR99057]
2021-01-16  Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Martin UeckerC: Avoid incorrect warning for volatile in compound...
2020-12-09  Tobias BurnusOpenMP: C/C++ parse 'omp allocate'
2020-11-26  Martin UeckerC: Do not drop qualifiers in typeof for _Atomic types...
2020-11-24  Jakub Jelinekopenmp: Fix C ICE on OpenMP atomics
2020-11-13  Vladimir N. Makarov[PATCH] Implementation of asm goto outputs
2020-11-13  Iain SandoeC-family, Objective-C [1/3] : Implement Wobjc-root...
2020-11-10  Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-07  Martin UeckerC Parser: Implement mixing of labels and code.
2020-11-06  Iain SandoeObjective-C/C++ (parsers) : Update @property attribute...
2020-11-06  Tobias BurnusOpenACC (C/C++): Fix 'acc atomic' parsing
2020-11-04  Joseph Myersc: Implement C2x nodiscard attribute
2020-10-28  Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-27  Joseph Myersc: Allow duplicate C2x standard attributes
2020-10-23  Marek Polacekc, c++: Implement -Wsizeof-array-div [PR91741]
2020-09-19  Martin SeborInfrastructure & C front end changes for array paramete...
2020-09-19  Sandra LoosemoreChange C front end to emit structured loop and switch...
2020-08-18  Jakub Jelinekc: Fix -Wunused-but-set-* warning with _Generic [PR96571]
2020-07-22  Tobias BurnusOpenMP: Fixes for omp critical + hint
2020-07-07  Kaipeng ZhouPass correct parameters to c_parser_do_statement.
2020-06-16  Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-06-16  Jakub Jelinekopenmp: Diagnose invalid OpenMP schedule(simd, static)
2020-06-03  Mark WielaardProvide diagnostic hints for missing C inttypes.h strin...
2020-06-03  Mark Wielaarddiagnostics: Add function call parens matching to c_parser.
2020-05-19  Martin LiskaFix typo in c-parser.c.
2020-05-14  Jakub Jelinekopenmp: Also implicitly mark as declare target to funct...
2020-04-19  Jakub Jelinekc, objc: Fix up c_parser_objc_selector_arg after CPP_SC...
2020-04-17  Jakub Jelinekc, c++: Fix two redundantAssignment warnings [PR94629]
2020-04-15  Jakub Jelinekopenmp: Reject requires directives not at file or names...
2020-04-08  Tobias Burnus[C/C++, OpenACC] Reject vars of different scope in...
2020-04-07  Jakub Jelinekopenmp: Fix parallel master error recovery [PR94512]
2020-03-23  Jakub Jelinekc: Fix up cfun->function_end_locus on invalid function...
2020-03-19  Jakub Jelinekc: Fix up cfun->function_end_locus from the C FE [PR94029]
2020-01-30  Jeff LawMark switch expression as used to avoid bogus warning
2020-01-16  Kerem KatFix ICE caused by swallowing a token in c_parser_consum...
2020-01-10  Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-20  Julian BrownOpenACC 2.6 deep copy: C and C++ front-end parts
2019-12-18  Julian BrownAdd OpenACC 2.6's no_create
2019-11-29  Joseph MyersHandle C2x attributes in Objective-C.
2019-11-25  Joseph MyersProperly handle C2x attributes on types.
2019-11-19  Joseph MyersChange some bad uses of C2x attributes into pedwarns.
2019-11-18  Matthew Malcomson[mid-end][__RTL] Clean state despite unspecified __RTL...
2019-11-15  Joseph MyersDiagnose duplicate C2x standard attributes.
2019-11-15  Joseph MyersImprove checks on C2x fallthrough attribute.
2019-11-15  Joseph MyersSupport C2x [[deprecated]] attribute.
2019-11-14  Joseph MyersSupport UTF-8 character constants for C2x.
2019-11-14  Jakub Jelinekc-parser.c (c_parser_omp_context_selector): Don't requi...
2019-11-14  Jakub Jelinekomp-general.c (omp_context_name_list_prop): New function.
2019-11-14  Joseph MyersSupport C2x [[]] attributes for C.
2019-11-12  Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-11  Jakub Jelinekc-parser.c (c_parser_translation_unit): Diagnose declar...
next