aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford19-19/+23
2013-12-04re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2-0/+8
2013-11-22gimple.h: Remove all includes.Andrew MacLeod2-2/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo7-0/+22
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2-1/+6
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2-1/+6
2013-11-14gimplify-be.h: New file.Andrew MacLeod2-1/+6
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2-1/+5
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2-0/+5
2013-09-25* Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o)Tom Tromey2-79/+8
2013-09-14re PR target/48094 (ld: warning: section has unexpectedly large size errors i...Iain Sandoe3-61/+8
2013-07-21Fix some typos.Ondřej Bílka6-7/+15
2013-05-22objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi...Paolo Carlini2-1/+8
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill2-1/+5
2013-01-10Update copyright years in gcc/Richard Sandiford19-32/+19
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2-1/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo9-205/+211
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 Crowl3-16/+28
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-7/+7
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 Bosscher10-24/+37
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher3-38/+46
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher4-3/+6
2012-05-17re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++)Paolo Carlini2-4/+10
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2-2/+7
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher5-9/+9
2012-03-05objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho...Jason Merrill2-5/+10
2011-11-12objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe2-1/+9
2011-10-29re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa...Iain Sandoe2-3/+9
2011-10-18In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson2-4/+12
2011-10-14In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero8-305/+742
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner4-3/+14
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2-3/+8
2011-07-11In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero7-61/+69
2011-07-04In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero11-936/+1122
2011-06-05In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-8/+51
2011-06-02In gcc/objc/: 2011-06-02 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-29/+130
2011-06-01In gcc/objc/: 2011-06-01 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-0/+47
2011-05-21In gcc/objc/: 2011-05-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+10
2011-05-20remove some TYPE_ARG_TYPES usage in objc/Nathan Froyd2-7/+29
2011-05-13objc-next-runtime-abi-02.c (newabi_append_ro): Add const qualifier to constan...Toon Moene2-1/+6
2011-05-11split tree_typeNathan Froyd2-7/+13
2011-05-06don't use build_function_type in the ObjC/C++ frontendsNathan Froyd8-109/+144
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers4-15/+39
2011-05-04Fixup whitespacing.Mike Stump13-835/+835
2011-04-26objc-act.c (objc_fold_objc_type_ref): Remove.Jason Merrill3-28/+5
2011-04-21objc-act.c (synth_module_prologue): Call build_function_type_list instead of ...Nathan Froyd3-7/+12
2011-04-15In gcc/objc/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-1/+35
2011-04-15In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2-9/+241