Age | Commit message (Expand) | Author | Files | Lines |
2016-09-27 | auto-inc-dec.c (try_merge): Remove break after return. | Jakub Jelinek | 2 | -6/+5 |
2016-09-05 | ChangeLog formatting fixes. | Jakub Jelinek | 1 | -24/+25 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 2 | -0/+6 |
2016-08-04 | Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P. | Jason Merrill | 1 | -1/+1 |
2016-06-07 | C: add fixit hint to misspelled field names | David Malcolm | 2 | -1/+7 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 2 | -1/+5 |
2016-02-12 | cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor. | Jakub Jelinek | 3 | -4/+10 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 9 | -37/+11 |
2015-11-09 | New obstack_next_free is not an lvalue | Alan Modra | 2 | -4/+11 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 3 | -5/+8 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 4 | -15/+20 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 2 | -1/+5 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 9 | -16/+19 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 2 | -2/+4 |
2015-06-25 | hash-traits.h (ggc_hasher): Rename to... | Richard Sandiford | 2 | -1/+6 |
2015-06-25 | hash-table.h: Update comments. | Richard Sandiford | 2 | -3/+6 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 9 | -10/+11 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 9 | -31/+11 |
2015-06-08 | objc-runtime-shared-support.c (build_module_descriptor): Set TREE_USED on UOB... | Aldy Hernandez | 2 | -0/+8 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 3 | -2/+9 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 9 | -25/+11 |
2015-04-27 | Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1. | Jim Wilson | 2 | -0/+5 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 2 | -6/+10 |
2015-01-30 | Always pass explicit location to fatal_error. | Joseph Myers | 1 | -3/+4 |
2015-01-09 | re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x) | Jakub Jelinek | 1 | -0/+13 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 8 | -4/+84 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 19 | -19/+23 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 2 | -0/+8 |
2014-10-22 | gengtype.h (obstack_chunk_alloc, [...]): Remove cast. | Alan Modra | 2 | -31/+36 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 2 | -0/+9 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 2 | -14/+22 |
2014-09-15 | Makefile.in (dg_target_exps): Remove. | Jakub Jelinek | 2 | -1/+6 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -4/+2 |
2014-07-15 | tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_... | Jan Hubicka | 4 | -21/+83 |
2014-06-28 | objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too. | Jan Hubicka | 2 | -1/+10 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 2 | -3/+5 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 5 | -11/+21 |
2014-05-06 | Update ChangeLogs for wide-int work. | Kenneth Zadeck | 1 | -0/+7 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -22/+14 |
2014-04-24 | Link to bug report. | Mike Stump | 1 | -0/+1 |
2014-04-24 | flag-types.h (enum ivar_visibility): Add. | Dimitris Papavasiliou | 2 | -5/+38 |
2014-01-31 | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 4 | -9/+29 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 19 | -19/+23 |
2013-12-04 | re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86) | Joseph Myers | 2 | -0/+8 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 2 | -2/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 7 | -0/+22 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2 | -1/+6 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2 | -1/+6 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 2 | -1/+6 |