aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-gnu-runtime-abi-01.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-1/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell1-1/+1
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-3/+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-05Merge debug-early branch into mainline.Aldy Hernandez1-0/+2
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-3/+4
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-07-21Fix some typos.Ondřej Bílka1-2/+2
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-34/+35
2012-06-29configure.ac: Skip C if explicitly selected.Steven Bosscher1-3/+3
2012-03-21objc-act (objc_build_ivar_assignment): Do not call assemble_external.Steven Bosscher1-4/+0
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-18/+19
2011-05-05c-decl.c (finish_decl): Don't call get_pending_sizes.Joseph Myers1-1/+1
2011-05-04Fixup whitespacing.Mike Stump1-79/+79
2011-02-20Reverted usage of TARGET_64BIT for code generation for GNU Objective-C runtimeNicola Pero1-19/+1
2011-02-19Updated comments - no change in codeNicola Pero1-13/+23
2011-02-19Do no emit GNU metadata if there is nothing to put into itNicola Pero1-5/+17
2011-02-18Added support for the 64-bit Apple Objective-C runtimeIain Sandoe1-0/+2265