| Commit message (Expand) | Author | Age | Files | Lines |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 9 | -31/+11 |
* | objc-runtime-shared-support.c (build_module_descriptor): Set TREE_USED on UOB... | Aldy Hernandez | 2015-06-08 | 2 | -0/+8 |
* | Merge debug-early branch into mainline. | Aldy Hernandez | 2015-06-05 | 3 | -2/+9 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 9 | -25/+11 |
* | Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1. | Jim Wilson | 2015-04-27 | 2 | -0/+5 |
* | remove need for store_values_directly | Trevor Saunders | 2015-04-18 | 2 | -6/+10 |
* | Always pass explicit location to fatal_error. | Joseph Myers | 2015-01-30 | 1 | -3/+4 |
* | re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x) | Jakub Jelinek | 2015-01-09 | 1 | -0/+13 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 8 | -4/+84 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 19 | -19/+23 |
* | cgraph.h: Flatten. | Andrew MacLeod | 2014-10-28 | 2 | -0/+8 |
* | gengtype.h (obstack_chunk_alloc, [...]): Remove cast. | Alan Modra | 2014-10-22 | 2 | -31/+36 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 2 | -0/+9 |
* | move many gc hashtab to hash_table | Trevor Saunders | 2014-10-12 | 2 | -14/+22 |
* | Makefile.in (dg_target_exps): Remove. | Jakub Jelinek | 2014-09-15 | 2 | -1/+6 |
* | IPA C++ refactoring 1/N | Martin Liska | 2014-07-24 | 1 | -4/+2 |
* | tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_... | Jan Hubicka | 2014-07-15 | 4 | -21/+83 |
* | objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too. | Jan Hubicka | 2014-06-28 | 2 | -1/+10 |
* | Remove a layer of indirection from hash_table | Trevor Saunders | 2014-06-24 | 2 | -3/+5 |
* | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 2014-05-17 | 5 | -11/+21 |
* | Update ChangeLogs for wide-int work. | Kenneth Zadeck | 2014-05-06 | 1 | -0/+7 |
* | Merge in wide-int. | Kenneth Zadeck | 2014-05-06 | 1 | -22/+14 |
* | Link to bug report. | Mike Stump | 2014-04-24 | 1 | -0/+1 |
* | flag-types.h (enum ivar_visibility): Add. | Dimitris Papavasiliou | 2014-04-24 | 2 | -5/+38 |
* | re PR c/59963 (Wrong column number for warning -Woverflow) | Marek Polacek | 2014-01-31 | 4 | -9/+29 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 19 | -19/+23 |
* | re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86) | Joseph Myers | 2013-12-04 | 2 | -0/+8 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 2 | -2/+5 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 7 | -0/+22 |
* | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2013-11-18 | 2 | -1/+6 |
* | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2013-11-18 | 2 | -1/+6 |
* | gimplify-be.h: New file. | Andrew MacLeod | 2013-11-14 | 2 | -1/+6 |
* | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2013-11-12 | 2 | -1/+5 |
* | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 2013-11-07 | 2 | -0/+5 |
* | * Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o) | Tom Tromey | 2013-09-25 | 2 | -79/+8 |
* | re PR target/48094 (ld: warning: section has unexpectedly large size errors i... | Iain Sandoe | 2013-09-14 | 3 | -61/+8 |
* | Fix some typos. | Ondřej Bílka | 2013-07-21 | 6 | -7/+15 |
* | objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi... | Paolo Carlini | 2013-05-22 | 2 | -1/+8 |
* | Makefile.in (LLINKER): New variable. | Jason Merrill | 2013-05-16 | 2 | -1/+5 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 19 | -32/+19 |
* | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 2012-11-20 | 2 | -1/+5 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 9 | -205/+211 |
* | Change hash_table to support a comparator type different from the value type ... | Lawrence Crowl | 2012-10-25 | 1 | -5/+6 |
* | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 2012-10-09 | 3 | -16/+28 |
* | Remove unnecessary VEC function overloads. | Diego Novillo | 2012-09-10 | 1 | -7/+7 |
* | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 2012-08-14 | 1 | -1/+1 |
* | configure.ac: Skip C if explicitly selected. | Steven Bosscher | 2012-06-29 | 10 | -24/+37 |
* | tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks. | Steven Bosscher | 2012-06-19 | 3 | -38/+46 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 4 | -3/+6 |
* | re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++) | Paolo Carlini | 2012-05-17 | 2 | -4/+10 |