summaryrefslogtreecommitdiff
path: root/gcc/attribs.c
Commit message (Expand)AuthorAgeFilesLines
* Implement C++17 [[maybe_unused]] attribute.jason2016-04-251-1/+1
* Update copyright years.jakub2016-01-041-1/+1
* 2015-10-30 Evgeny Stupachenko <evstupac@gmail.com>iverbin2015-10-301-0/+18
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-4/+0
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-5/+4
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-58/+54
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1
* 2015-07-03 Paolo Carlini <paolo.carlini@oracle.com>paolo2015-07-031-4/+4
* gcc/rsandifo2015-06-251-2/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-2/+0
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+8
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-18 Andrew MacLeod <amacleod@redhat.com>amacleod2014-11-191-5/+1
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-7/+8
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* Re-factor tree.h - Part 1.dnovillo2013-11-081-17/+18
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-41/+42
* Update copyright years in gcc/rsandifo2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-15/+8
* Add C++ attribute abi_tag and -Wabi-tag option.jason2012-11-091-2/+11
* PR middle-end/54860 - Make sure attributes hash table is createddodji2012-10-101-3/+3
* PR c++/53528 C++11 attribute supportdodji2012-10-081-22/+207
* * attribs.c (decl_attributes): Avoid emitting a warning ifbernds2012-05-141-2/+3
* Merge from transactional-memory branch.aldyh2011-11-081-4/+15
* PR middle-end/49905jakub2011-08-041-3/+4
* In gcc/:nicola2011-06-221-0/+6
* ChangeLog gcc/ktietz2011-03-211-1/+1
* * attribs.c (lookup_attribute_spec): Take const_tree.jason2011-03-111-1/+1
* PR target/44290jiez2010-07-231-0/+13
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-2/+1
* * attribs.c: Do not include rtl.h.steven2010-05-251-1/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+2
* PR c++/43116matz2010-03-191-0/+4
* Remove trailing white spaces.hjl2009-11-251-1/+1
* ./:ian2009-06-011-6/+6
* Correct formatting errors commited in rev 147516tglek2009-05-141-10/+10
* 2009-05-13 Taras Glek <tglek@mozilla.com>tglek2009-05-141-5/+15
* * attribs.c (decl_attributes): Use %qE for identifiers injsm282009-05-041-8/+8
* * varasm.c: Do not include c-pragma.hsteven2009-05-021-1/+0
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* Change attribute((option(...))) to attribute((target(...))); Do not allocate ...meissner2008-08-301-7/+7
* Add ability to set target options (ix86 only) and optimization options on a f...meissner2008-07-231-0/+36
* * alias.c (record_alias_subset, init_alias_analysis): Fixghazi2008-06-261-2/+3
* PR c/35744reichelt2008-04-111-0/+3
* PR c++/35315jason2008-02-261-1/+5