aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
AgeCommit message (Expand)Author
2017-01-01 Update copyright years.Jakub Jelinek
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-04-25 Implement C++17 [[maybe_unused]] attribute.Jason Merrill
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Evgeny Stupachenko <evstupac@gmail.com>Evgeny Stupachenko
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-032015-07-03 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2015-06-25gcc/Richard Sandiford
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-04-18remove need for store_values_directlyTrevor Saunders
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-11-192014-11-18 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-08Re-factor tree.h - Part 1.Diego Novillo
2013-04-26This patch is the main part of a consolodation of the hash_tableLawrence Crowl
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-09 Add C++ attribute abi_tag and -Wabi-tag option.Jason Merrill
2012-10-10PR middle-end/54860 - Make sure attributes hash table is createdDodji Seketeli
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli
2012-05-14 * attribs.c (decl_attributes): Avoid emitting a warning ifBernd Schmidt
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-08-04 PR middle-end/49905Jakub Jelinek
2011-06-22In gcc/:Nicola Pero
2011-03-21ChangeLog gcc/Kai Tietz
2011-03-11 * attribs.c (lookup_attribute_spec): Take const_tree.Jason Merrill
2010-07-23 PR target/44290Jie Zhang
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-05-25 * attribs.c: Do not include rtl.h.Steven Bosscher
2010-04-02 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, Steven Bosscher
2010-03-19 PR c++/43116Michael Matz
2009-11-25Remove trailing white spaces.H.J. Lu
2009-06-01./:Ian Lance Taylor
2009-05-14Correct formatting errors commited in rev 147516Taras Glek
2009-05-142009-05-13 Taras Glek <tglek@mozilla.com>Taras Glek
2009-05-04 * attribs.c (decl_attributes): Use %qE for identifiers inJoseph Myers
2009-05-02 * varasm.c: Do not include c-pragma.hSteven Bosscher
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-08-30Change attribute((option(...))) to attribute((target(...))); Do not allocate ...Michael Meissner
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner
2008-06-26 * alias.c (record_alias_subset, init_alias_analysis): FixKaveh Ghazi