aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-next-runtime-abi-01.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-31re PR c/59963 (Wrong column number for warning -Woverflow)Marek Polacek1-2/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-09-14re PR target/48094 (ld: warning: section has unexpectedly large size errors i...Iain Sandoe1-33/+0
2013-07-21Fix some typos.Ondřej Bílka1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-31/+33
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-3/+3
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher1-37/+37
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+1
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher1-1/+0
2011-11-12objc-next-runtime-abi-01.c (objc_eh_personality): Use gcc personality for Obj...Iain Sandoe1-1/+4
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-1/+1
2011-07-04In gcc/objc/: 2011-07-04 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+1
2011-05-06don't use build_function_type in the ObjC/C++ frontendsNathan Froyd1-19/+19
2011-05-04Fixup whitespacing.Mike Stump1-97/+97
2011-02-19Updated commentsNicola Pero1-50/+62
2011-02-18Added support for the 64-bit Apple Objective-C runtimeIain Sandoe1-0/+2969