summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-pragma.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/48088 (-Werror=frame-larger-than=100 does not work as expected)Jakub Jelinek2015-12-081-1/+5
* OpenACC host_data support.Julian Brown2015-12-011-0/+1
* c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2015-11-121-0/+1
* re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Dominique d'Humieres2015-11-111-3/+3
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-4/+0
* omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell2015-11-101-0/+1
* Merge of the scalar-storage-order branch.Eric Botcazou2015-11-081-0/+50
* OpenACC atomic directiveThomas Schwinge2015-11-031-0/+1
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-13/+7
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-0/+1
* [c-family/49654/49655] reject invalid options in pragma diagnosticManuel López-Ibáñez2015-09-231-14/+32
* Misplaced return in previous commit.Manuel López-Ibáñez2015-09-181-1/+1
* Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez2015-09-181-14/+30
* remove more useless typedefsTrevor Saunders2015-08-191-10/+10
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* array-notation-common.c: Use VAR_P throughout.Marek Polacek2015-06-251-2/+2
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-3/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek2015-05-201-4/+3
* re PR c/35330 (ICE with invalid pragma weak)Kai Tietz2015-02-271-0/+3
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+31
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* cgraph.h: Flatten.Andrew MacLeod2014-10-281-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek2014-09-021-0/+5
* IPA C++ refactoring 4/NMartin Liska2014-08-251-3/+2
* re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek2014-06-101-1/+1
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-5/+2
* re PR middle-end/36282 (Spurious warning "asm declaration ignored due to conf...Jakub Jelinek2014-03-131-3/+10
* c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.Jakub Jelinek2014-03-031-1/+8
* re PR c++/60267 (ICE in c_pp_lookup_pragma, at c-family/c-pragma.c:1232; ICE ...Jakub Jelinek2014-02-191-2/+3
* Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer2014-01-241-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Remove macros that implicitly use input_locationDavid Malcolm2013-11-221-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez2013-11-151-0/+4
* invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus2013-11-051-8/+30
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-1/+1
* re PR other/33426 (Support of #pragma ivdep)Tobias Burnus2013-10-241-0/+2
* re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam2013-10-151-3/+3
* target.c: New file.Jakub Jelinek2013-10-111-0/+9
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-1/+6
* * c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.Steven Bosscher2013-04-071-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-44/+31
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-9/+6