aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-28objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too.Jan Hubicka1-1/+5
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-3/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-22/+14
2014-04-24flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou1-5/+30
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers1-0/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+1
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