Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -1/+1 |
2016-04-25 | Implement C++17 [[maybe_unused]] attribute. | Jason Merrill | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | Makefile.in (OBJS): Add multiple_target.o. | Evgeny Stupachenko | 1 | -0/+18 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -5/+4 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -58/+54 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-07-03 | attribs.c (decl_attributes): Guard inform with the return value of the preced... | Paolo Carlini | 1 | -4/+4 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -2/+0 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -6/+6 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+8 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | attribs.c (decl_attributes): Remove always true condition, TREE_TYPE(x) will ... | Andrew MacLeod | 1 | -5/+1 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -7/+8 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -17/+18 |
2013-04-26 | This patch is the main part of a consolodation of the hash_table patches to t... | Lawrence Crowl | 1 | -41/+42 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -15/+8 |
2012-11-09 | Add C++ attribute abi_tag and -Wabi-tag option. | Jason Merrill | 1 | -2/+11 |
2012-10-10 | PR middle-end/54860 - Make sure attributes hash table is created | Dodji Seketeli | 1 | -3/+3 |
2012-10-08 | PR c++/53528 C++11 attribute support | Dodji Seketeli | 1 | -22/+207 |
2012-05-14 | attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN. | Bernd Schmidt | 1 | -2/+3 |
2011-11-08 | Merge from transactional-memory branch. | Aldy Hernandez | 1 | -4/+15 |
2011-08-04 | re PR middle-end/49905 (Better sanity checking on sprintf src & dest to produ... | Jakub Jelinek | 1 | -3/+4 |
2011-06-22 | In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 1 | -0/+6 |
2011-03-21 | ChangeLog gcc/ | Kai Tietz | 1 | -1/+1 |
2011-03-11 | attribs.c (lookup_attribute_spec): Take const_tree. | Jason Merrill | 1 | -1/+1 |
2010-07-23 | re PR target/44290 (__naked attribute is broken) | Jie Zhang | 1 | -0/+13 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -2/+1 |
2010-05-25 | attribs.c: Do not include rtl.h. | Steven Bosscher | 1 | -1/+0 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-03-19 | re PR c++/43116 (ICE when using attributes in a function alias declaration) | Michael Matz | 1 | -0/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -1/+1 |
2009-06-01 | attribs.c (register_attribute): Use CONST_CAST. | Ian Lance Taylor | 1 | -6/+6 |
2009-05-14 | Correct formatting errors commited in rev 147516 | Taras Glek | 1 | -10/+10 |
2009-05-14 | 2009-05-13 Taras Glek <tglek@mozilla.com> | Taras Glek | 1 | -5/+15 |
2009-05-05 | attribs.c (decl_attributes): Use %qE for identifiers in diagnostics. | Joseph Myers | 1 | -8/+8 |
2009-05-02 | varasm.c: Do not include c-pragma.h | Steven Bosscher | 1 | -1/+0 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-08-30 | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 1 | -7/+7 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+36 |
2008-06-26 | alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -2/+3 |