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