aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin-c.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-10re PR c/81117 (Improve buffer overflow checking in strncpy)Martin Sebor1-11/+11
2017-10-11[PATCH] Include path enumerationNathan Sidwell1-4/+4
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-21/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-05-28re PR target/63810 (gcc sets incorrect macro for OS X deployment targets)Lawrence Velázquez1-26/+142
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+9
2014-09-14re PR target/61407 (Build errors on latest OS X 10.10 Yosemite with Xcode 6 o...James Clarke1-6/+19
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-05re PR target/54160 (gcc should not define __OBJC2__ when lang is not set to O...Aldy Hernandez1-1/+2
2012-10-04darwin.c (darwin_assemble_visibility): Treat VISIBILITY_INTERNAL as hidden.Jason Merrill1-2/+2
2012-06-19tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks.Steven Bosscher1-3/+52
2011-04-06tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers1-11/+20
2011-02-18Added support for the 64-bit Apple Objective-C runtimeIain Sandoe1-0/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-19darwin-c.c (darwin_additional_format_types): Export.Jack Howarth1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-06NS/CF String format syntax parsing.Iain Sandoe1-1/+36
2010-10-22CFStrings for Darwin.Iain Sandoe1-0/+20
2010-10-14Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.Iain Sandoe1-0/+16
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-05-28* config/darwin-c.c: Remove c-tree.h include.Mike Stump1-1/+0
2010-05-07re PR target/43708 (gcc.dg/pragma-darwin.c "set not used", not working with p...Iain Sandoe1-1/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-3/+3
2008-05-26darwin-c.c: Include "incpath.h" instead of "c-incpath.h".Dominique d'Humieres1-1/+1
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-5/+4
2007-06-07Index: ChangeLogGeoffrey Keating1-14/+5
2007-04-13darwin-c.c (handle_c_option): Handle -fapple-kext here so we can...Mike Stump1-0/+3
2007-03-06c-common.c (targetcm): Add.Mike Stump1-7/+33
2007-02-17darwin.h (LINK_SPEC): Always pass -macosx_version_min to linker.Geoffrey Keating1-3/+2
2006-10-27darwin-c.c (darwin_cpp_builtins): Move __STATIC__ and __DYNAMIC__ from here b...Mike Stump1-5/+0
2006-10-16darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support.Mike Stump1-0/+5
2006-05-22Fix typo in last changeMike Stump1-1/+1
2006-05-21darwin-c.c (darwin_pragma_options): Use BAD instead.Mike Stump1-5/+5
2006-05-21darwin-c.c (BAD): Conditionalize on OPT_Wpragmas.Mike Stump1-1/+2