aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-21Fix some typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-15/+15
2012-10-25Change hash_table to support a comparator type different from the value type ...Lawrence Crowl1-5/+6
2012-10-09Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl1-14/+19
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-3/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-17re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++)Paolo Carlini1-3/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-2/+2
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher1-3/+0
2011-10-29re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa...Iain Sandoe1-3/+2
2011-10-18In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson1-4/+4
2011-10-14In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-297/+210
2011-07-11In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-3/+1
2011-07-04In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-901/+5
2011-06-05In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-8/+46
2011-06-02In gcc/objc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-29/+121
2011-06-01In gcc/objc/: 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+42
2011-05-20remove some TYPE_ARG_TYPES usage in objc/Nathan Froyd1-7/+24
2011-05-06don't use build_function_type in the ObjC/C++ frontendsNathan Froyd1-37/+42
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-12/+20
2011-05-04Fixup whitespacing.Mike Stump1-327/+327
2011-04-26objc-act.c (objc_fold_objc_type_ref): Remove.Jason Merrill1-27/+0
2011-04-21objc-act.c (synth_module_prologue): Call build_function_type_list instead of ...Nathan Froyd1-2/+2
2011-04-15In gcc/objc/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+30
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-9/+234
2011-04-14In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-23/+18
2011-04-14In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-32/+26
2011-04-13In gcc/objc/: 2011-04-13 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+1
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-0/+18
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-5/+4
2011-04-12In gcc/objc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-28/+77
2011-04-12In gcc/objc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-7/+17
2011-04-12In gcc/: 2011-04-12 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-6/+13
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-2/+4
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-1/+1
2011-02-26Implemented encoding property types for new ObjC ABIsNicola Pero1-20/+52
2011-02-23Removed conflict in usage of TYPE_LANG_SLOT_0 between Objective-C and CNicola Pero1-3/+0
2011-02-22Fixed check for flexible array members used in Objective-C instance variablesNicola Pero1-20/+89
2011-02-20Reverted usage of TARGET_64BIT for code generation for GNU Objective-C runtimeNicola Pero1-0/+18
2011-02-20Fixed Objective-C dotsyntax with a constant type right-hand sideNicola Pero1-27/+49
2011-02-19Updated comments in objc-act.cNicola Pero1-3/+20
2011-02-19Updated comments - no change in codeNicola Pero1-29/+31
2011-02-18Added support for the 64-bit Apple Objective-C runtimeIain Sandoe1-4576/+1045
2011-01-17In gcc/objc/: 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+1
2011-01-14objc-act.c (generate_struct_by_value_array): Do not output a definition for s...Ben Elliston1-9/+1
2011-01-08objc-act.c (objc_finish_foreach_loop): Mark collection expression as read.Iain Sandoe1-0/+2
2011-01-02Fix a typo.H.J. Lu1-1/+1