]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.c
Update copyright years.
[thirdparty/gcc.git] / gcc / c / c-parser.c
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-23  Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-17  David MalcolmC FE: improvements to ranges of bad return values
2015-12-16  David MalcolmBetter error recovery for merge-conflict markers
2015-12-16  David MalcolmC FE: fix range of primary-expression in c_parser_postf...
2015-12-16  David MalcolmC FE: use correct location range for static assertions
2015-12-09  Chung-Lin Tangc-omp.c (c_finish_oacc_wait): Remove add_stmt() call.
2015-12-08  David MalcolmC: fix uninitialized ranges for __alignof__
2015-12-08  David MalcolmPR c/68757: fix uninitialized src_range for various...
2015-12-04  Eric Botcazouc-tree.h (c_build_va_arg): Adjust prototype.
2015-12-02  Thomas SchwingeSome OpenACC host_data cleanup
2015-12-01  Julian BrownOpenACC host_data support.
2015-11-27  Jakub Jelinekre PR c/63326 (whether a #pragma is a statement depends...
2015-11-24  Ilya Verbinc-parser.c (c_parser_oacc_declare): Replace "ifdef...
2015-11-23  David MalcolmFix PR objc/68438 (uninitialized source ranges)
2015-11-17  David MalcolmFix uninitialized src_range values for c_expr
2015-11-16  Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15  Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-13  David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-13  Marek Polacekre PR c/68320 (internal compiler error: in declspecs_ad...
2015-11-12  James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-12  Marek Polacekre PR c/67784 (Incorrect parsing when using declaration...
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-11-10  Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-09  Andreas Arnez[PR debug/67192] Fix C loops' back-jump location
2015-11-06  Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05  Marek Polacekre PR c/68090 (VLA compound literal -- "confused by...
2015-11-05  Jakub Jelinekgcc/
2015-11-03  Thomas SchwingeOpenACC atomic directive
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-27  Cesar Philippidisc-parser.c (c_parser_oacc_shape_clause): New.
2015-10-27  Thomas Schwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-20  Marek Polacekarray-notation-common.c (is_cilkplus_vector_p): Define.
2015-10-20  Marek Polacekre PR c/67964 (Multiple attributes wrongly accepted...
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-06  Marek Polacekc-parser.c (c_parser_statement_after_labels): Use prote...
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-02  Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-09-18  Manuel López-IbáñezUse explicit locations for some warnings in c-pragma.c.
2015-09-15  Marek Polacekre PR c/67580 (Improve error message on missing "struct...
2015-09-10  Jakub Jelinekre PR c/67502 (ICE with collapsed for simd loop inside...
2015-09-09  Jakub Jelinekre PR c/67501 (Bad error recovery for invalid OpenMP...
2015-09-09  Jakub Jelinekre PR c/67500 (OpenMP ICE with invalid safelen/simdlen...
2015-09-09  Jakub Jelinekre PR c/67495 (#pragma omp atomic ICEs)
2015-09-02  Marek Polacekre PR c/67432 (Improve error message on empty enum)
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-02  Patrick PalkaRefactor entry point to -Wmisleading-indentation
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-25  Marek Polacekarray-notation-common.c: Use VAR_P throughout.
2015-06-25  Marek Polacekcilk.c (extract_free_variables): Use is_global_var.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-22  Marek Polacekre PR c/47043 (allow deprecating enum values)
2015-05-19  Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-12  David MalcolmImplement -Wmisleading-indentation
2015-04-29  Thomas SchwingeAdd OMP_STANDALONE_CLAUSES.
2015-04-28  Marek Polacek* c-parser.c (c_parser_binary_expression): Remove dupli...
2015-04-20  Ilya Verbinc-parser.c (c_parser_oacc_enter_exit_data): Remove...
2015-03-27  Tobias Burnusre PR c/65586 (-fopenmp-simd rejects valid input)
2015-03-11  Jakub Jelinekc-parser.c (c_parse_init): Don't call xstrdup on get_id...
2015-02-11  Jakub Jelinekre PR middle-end/64824 (ICE in gimple verification)
2015-02-04  Jakub Jelinekre PR middle-end/64824 (ICE in gimple verification)
2015-02-02  Bruno Loffc-parser.c (c_parser_declspecs): Call invoke_plugin_cal...
2015-01-15  Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-19  Richard HendersonAllow the static chain to be set from C
2014-11-11  Andi KleenError out for Cilk_spawn or array expression in forbidd...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-14  DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-13  Anthony Brandonc-parser.c (c_parser_all_labels): New function to repla...
2014-09-25  Jakub Jelinekre PR c++/63249 ([OpenMP] Spurious »set but not used...
2014-09-24  Marek Polacekre PR c/61405 (Not emitting "enumeration value not...
2014-09-03  Marek Polacekre PR c/62024 (__atomic_always_lock_free is not a const...
2014-09-02  Jakub Jelinekcilk-builtins.def (__cilkrts_cilk_for_32): New.
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-22  Igor Zamyatinre PR other/62008 (CilkPlus Array Notation ICE in build...
2014-08-19  Marek Polacekinvoke.texi: Document -Wc99-c11-compat.
2014-08-19  Marek Polacekc-opts.c (sanitize_cpp_opts): Make warn_long_long be...
2014-08-12  Marek Polacekc-parser.c (c_parser_postfix_expression): Add pedwarn.
2014-08-10  Marek Polacekre PR c/51849 (-Wc99-compat would be considered useful)
2014-07-14  Jakub Jelinekre PR middle-end/61294 (erroneous memset used with...
2014-06-30  Igor Zamyatinre PR middle-end/57541 ([Cilkplus]: internal compiler...
2014-06-27  Sebastian Huberc-parser.c (c_parser_declaration_or_fndef): Discard...
2014-06-25  Marek Polacekre PR c/61162 (possibly bad error location with -Wc...
2014-06-24  Jakub Jelinekgimplify.c (gimplify_omp_for): For #pragma omp for...
2014-06-15  Jan Hubickac-common.c (handle_tls_model_attribute): Use set_decl_t...
2014-06-03  Marek Polacekre PR c/60439 (No warning for case overflow in switch...
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-23  Thomas SchwingeFix some bool vs. tree confusion.
2014-05-22  Thomas SchwingeFix copy'n'pasto.
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-10  Marek Polacekc-parser.c (c_parser_declaration_or_fndef): Pass init_l...
2014-05-09  Marek Polacekre PR c/61096 (error_init lacks a location)
2014-05-09  Marek Polacekre PR c/50459 (alignof doesn't work on plain old consta...
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-05-02  Jeff Lawrevert: c-parser.c (c_parser_sizeof_expression): Reorga...
2014-05-01  Marek Polacekre PR c/60915 (confusing diagnostic from attribute...
next