Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2 | -1/+5 |
2013-11-07 | tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC. | Joseph Myers | 2 | -0/+5 |
2013-09-25 | * Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o) | Tom Tromey | 2 | -79/+8 |
2013-09-14 | re PR target/48094 (ld: warning: section has unexpectedly large size errors i... | Iain Sandoe | 3 | -61/+8 |
2013-07-21 | Fix some typos. | Ondřej Bílka | 6 | -7/+15 |
2013-05-22 | objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi... | Paolo Carlini | 2 | -1/+8 |
2013-05-16 | Makefile.in (LLINKER): New variable. | Jason Merrill | 2 | -1/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 19 | -32/+19 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 2 | -1/+5 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 9 | -205/+211 |
2012-10-25 | Change hash_table to support a comparator type different from the value type ... | Lawrence Crowl | 1 | -5/+6 |
2012-10-09 | Change more non-GTY hash tables to use the new type-safe template hash table. | Lawrence Crowl | 3 | -16/+28 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -7/+7 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -1/+1 |
2012-06-29 | configure.ac: Skip C if explicitly selected. | Steven Bosscher | 10 | -24/+37 |
2012-06-19 | tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks. | Steven Bosscher | 3 | -38/+46 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 4 | -3/+6 |
2012-05-17 | re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++) | Paolo Carlini | 2 | -4/+10 |
2012-04-20 | lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags. | Jan Hubicka | 2 | -2/+7 |
2012-03-21 | objc-act (objc_build_ivar_assignment): Do not call assemble_external. | Steven Bosscher | 5 | -9/+9 |
2012-03-05 | objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho... | Jason Merrill | 2 | -5/+10 |
2011-11-12 | objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj... | Iain Sandoe | 2 | -1/+9 |