summaryrefslogtreecommitdiff
path: root/gcc/objc
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-089-31/+11
* objc-runtime-shared-support.c (build_module_descriptor): Set TREE_USED on UOB...Aldy Hernandez2015-06-082-0/+8
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-053-2/+9
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-049-25/+11
* Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.Jim Wilson2015-04-272-0/+5
* remove need for store_values_directlyTrevor Saunders2015-04-182-6/+10
* Always pass explicit location to fatal_error.Joseph Myers2015-01-301-3/+4
* re PR rtl-optimization/64536 (Undefined .L* symbol starting with jump2 on s390x)Jakub Jelinek2015-01-091-0/+13
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-098-4/+84
* Update copyright years.Jakub Jelinek2015-01-0519-19/+23
* cgraph.h: Flatten.Andrew MacLeod2014-10-282-0/+8
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-222-31/+36
* 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