aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-0/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-0/+13
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-0/+7
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-0/+13
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher1-0/+8
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-0/+4
2012-05-17re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++)Paolo Carlini1-1/+7
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-0/+5
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher1-0/+9
2012-03-05objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho...Jason Merrill1-0/+5
2011-11-12objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe1-0/+5
2011-10-29re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa...Iain Sandoe1-0/+7
2011-10-18In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson1-0/+8
2011-10-14In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+51
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-0/+11
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-0/+6
2011-07-11In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+27
2011-07-04In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+44
2011-06-05In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-06-02In gcc/objc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+9
2011-06-01In gcc/objc/: 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-05-21In gcc/objc/: 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2011-05-20remove some TYPE_ARG_TYPES usage in objc/Nathan Froyd1-0/+5
2011-05-13objc-next-runtime-abi-02.c (newabi_append_ro): Add const qualifier to constan...Toon Moene1-0/+5
2011-05-11split tree_typeNathan Froyd1-0/+6
2011-05-06don't use build_function_type in the ObjC/C++ frontendsNathan Froyd1-0/+27
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-0/+16
2011-05-04Fixup whitespacing.Mike Stump1-85/+85
2011-04-26objc-act.c (objc_fold_objc_type_ref): Remove.Jason Merrill1-0/+5
2011-04-21objc-act.c (synth_module_prologue): Call build_function_type_list instead of ...Nathan Froyd1-0/+7
2011-04-15In gcc/objc/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-04-14In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-04-14In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-04-13In gcc/objc/: 2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+6
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+6
2011-04-12In gcc/objc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-04-12In gcc/objc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+7
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+5
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-0/+5
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-0/+5
2011-03-06lang-specs.h: Match -save-temps* instead of -save-temps.Joseph Myers1-0/+4
2011-02-26Implemented encoding property types for new ObjC ABIsNicola Pero1-1/+6
2011-02-23Removed conflict in usage of TYPE_LANG_SLOT_0 between Objective-C and CNicola Pero1-0/+7
2011-02-22Fixed check for flexible array members used in Objective-C instance variablesNicola Pero1-4/+13
2011-02-22* Make-lang.in (check_objc_parallelize): Refine for 4 processor machines.Mike Stump1-0/+4
2011-02-20Fixed ChangeLog dates of my last two commitsNicola Pero1-2/+2