aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek1-2/+40
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-0/+3
2017-09-12Reduce lookup_attribute memory footprint.Martin Liska1-0/+22
2017-09-08PR c++/70029 - ICE with ref-qualifier and -fltoJason Merrill1-1/+10
2017-08-08trans.c: Include header files.Martin Liska1-0/+633
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-2/+19
2017-06-19Fix multi-versioning issues (PR ipa/80732).Martin Liska1-5/+1
2017-05-11attribs.h (sorted_attr_string): Move machine independent functions for target...Michael Meissner1-0/+239
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-04-25Implement C++17 [[maybe_unused]] attribute.Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30Makefile.in (OBJS): Add multiple_target.o.Evgeny Stupachenko1-0/+18
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+4
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-58/+54
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-07-03attribs.c (decl_attributes): Guard inform with the return value of the preced...Paolo Carlini1-4/+4
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-2/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+8
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19attribs.c (decl_attributes): Remove always true condition, TREE_TYPE(x) will ...Andrew MacLeod1-5/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-7/+8
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-17/+18
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-41/+42
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+8
2012-11-09Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill1-2/+11
2012-10-10PR middle-end/54860 - Make sure attributes hash table is createdDodji Seketeli1-3/+3
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-22/+207
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-2/+3
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-4/+15
2011-08-04re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ...Jakub Jelinek1-3/+4
2011-06-22In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2011-03-21ChangeLog gcc/Kai Tietz1-1/+1
2011-03-11attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill1-1/+1
2010-07-23re PR target/44290 (__naked attribute is broken)Jie Zhang1-0/+13
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-2/+1
2010-05-25attribs.c: Do not include rtl.h.Steven Bosscher1-1/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-19re PR c++/43116 (ICE when using attributes in a function alias declaration)Michael Matz1-0/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-06-01attribs.c (register_attribute): Use CONST_CAST.Ian Lance Taylor1-6/+6