aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)Author
2015-06-26Mark ChangeLogGCC Administrator
2014-10-30Mark ChangeLogGCC Administrator
2014-07-16Mark ChangeLogGCC Administrator
2014-04-22Mark ChangeLogGCC Administrator
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers
2013-09-25* Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o)Tom Tromey
2013-09-14re PR target/48094 (ld: warning: section has unexpectedly large size errors i...Iain Sandoe
2013-07-21Fix some typos.Ondřej Bílka
2013-05-22objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi...Paolo Carlini
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-17re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++)Paolo Carlini
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher
2012-03-05objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho...Jason Merrill
2011-11-12objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe
2011-10-29re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa...Iain Sandoe
2011-10-18In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson
2011-10-14In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther
2011-07-11In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-07-04In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-06-05In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-06-02In gcc/objc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-06-01In gcc/objc/: 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-05-21In gcc/objc/: 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero
2011-05-20remove some TYPE_ARG_TYPES usage in objc/Nathan Froyd
2011-05-13objc-next-runtime-abi-02.c (newabi_append_ro): Add const qualifier to constan...Toon Moene
2011-05-11split tree_typeNathan Froyd
2011-05-06don't use build_function_type in the ObjC/C++ frontendsNathan Froyd
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers