summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
...
* function.h: Flatten file.Andrew MacLeod2014-10-162-0/+9
* move many gc hashtab to hash_tableTrevor Saunders2014-10-122-14/+22
* Makefile.in (dg_target_exps): Remove.Jakub Jelinek2014-09-152-1/+6
* IPA C++ refactoring 1/NMartin Liska2014-07-241-4/+2
* tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka2014-07-154-21/+83
* objc-act.c (objc_xref_basetypes): Set TYPE_BINFO of type variants, too.Jan Hubicka2014-06-282-1/+10
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-242-3/+5
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-175-11/+21
* Update ChangeLogs for wide-int work.Kenneth Zadeck2014-05-061-0/+7
* Merge in wide-int.Kenneth Zadeck2014-05-061-22/+14
* Link to bug report.Mike Stump2014-04-241-0/+1
* flag-types.h (enum ivar_visibility): Add.Dimitris Papavasiliou2014-04-242-5/+38
* re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek2014-01-314-9/+29
* Update copyright years in gcc/Richard Sandiford2014-01-0219-19/+23
* re PR c/52023 ([C11] _Alignof (double) yields wrong value on x86)Joseph Myers2013-12-042-0/+8
* gimple.h: Remove all includes.Andrew MacLeod2013-11-222-2/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-197-0/+22
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-182-1/+6
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-182-1/+6
* gimplify-be.h: New file.Andrew MacLeod2013-11-142-1/+6
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-122-1/+5
* tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers2013-11-072-0/+5
* * Make-lang.in (START_HDRS, cc1obj-checksum.o, objc/objc-lang.o)Tom Tromey2013-09-252-79/+8
* re PR target/48094 (ld: warning: section has unexpectedly large size errors i...Iain Sandoe2013-09-143-61/+8
* Fix some typos.Ondřej Bílka2013-07-216-7/+15
* objc-next-runtime-abi-02.c (build_v2_build_objc_method_call): Fix build_condi...Paolo Carlini2013-05-222-1/+8
* Makefile.in (LLINKER): New variable.Jason Merrill2013-05-162-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-1019-32/+19
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-202-1/+5
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-179-205/+211
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+6
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-093-16/+28
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-7/+7
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* configure.ac: Skip C if explicitly selected.Steven Bosscher2012-06-2910-24/+37
* tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher2012-06-193-38/+46
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-314-3/+6
* re PR objc++/53388 (Removal of build_min_nt breaks bootstrap for objc++)Paolo Carlini2012-05-172-4/+10
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-202-2/+7
* objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher2012-03-215-9/+9
* objc-map.c (objc_map_private_resize, [...]): Don't call _stat functions witho...Jason Merrill2012-03-052-5/+10
* objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe2011-11-122-1/+9
* re PR target/47997 (gcc on macosx: "ld: warning: -fwritable-strings not compa...Iain Sandoe2011-10-292-3/+9
* In gcc/objc/: 2011-10-18 Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson2011-10-182-4/+12
* In gcc/: 2011-10-14 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-10-148-305/+742
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-114-3/+14
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-192-3/+8
* In gcc/objc/: 2011-07-11 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-07-117-61/+69
* In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-07-0411-936/+1122
* In gcc/objc/: 2011-06-05 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero2011-06-052-8/+51