Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-10-29 | re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa... | Iain Sandoe | 2 | -3/+9 |
2011-10-18 | In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se> | Mikael Pettersson | 2 | -4/+12 |
2011-10-14 | In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 8 | -305/+742 |
2011-10-11 | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 4 | -3/+14 |
2011-07-19 | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 2 | -3/+8 |
2011-07-11 | In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 7 | -61/+69 |
2011-07-04 | In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 11 | -936/+1122 |
2011-06-05 | In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2 | -8/+51 |
2011-06-02 | In gcc/objc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2 | -29/+130 |
2011-06-01 | In gcc/objc/: 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2 | -0/+47 |
2011-05-21 | In gcc/objc/: 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com> | Nicola Pero | 2 | -1/+10 |