| Commit message (Expand) | Author | Age | Files | Lines |
* | Only support -gstabs on Mac OS X if assember supports it (PR target/67973) | Rainer Orth | 2015-12-17 | 1 | -3/+4 |
* | Revise Darwin's sysroot handling to be compatible with the clang toolchain. | Iain Sandoe | 2015-10-18 | 1 | -5/+14 |
* | Darwin - Tidy mmacosx-version-min code and specs. | Iain Sandoe | 2015-10-18 | 1 | -5/+5 |
* | Add --enable-default-pie option to GCC configure | H.J. Lu | 2015-05-27 | 1 | -2/+2 |
* | bitmap.c, [...]: Add space between string literal and macro name. | Jason Merrill | 2015-05-09 | 1 | -1/+1 |
* | Merge current set of OpenACC changes from gomp-4_0-branch. | Thomas Schwinge | 2015-01-15 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | re PR bootstrap/63188 (r214954 breaks bootstrap on x86_64-apple-darwin13) | Dominique d'Humieres | 2014-09-06 | 1 | -1/+1 |
* | Support compressed debug sections | Rainer Orth | 2014-06-27 | 1 | -1/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | darwin.h (LINK_COMMAND_SPEC_A): Revise sanitizer specs to include sanitize(un... | Iain Sandoe | 2013-09-01 | 1 | -1/+2 |
* | Merge ubsan into trunk. | Marek Polacek | 2013-08-30 | 1 | -1/+1 |
* | target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. | Alexander Ivchenko | 2013-08-19 | 1 | -4/+0 |
* | re PR libitm/55693 (libitm.c++/eh-1.C execution test fails on darwin from r19... | Iain Sandoe | 2013-02-11 | 1 | -1/+2 |
* | libsanitizer merge from upstream r173241 | Kostya Serebryany | 2013-01-23 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | Fix PR55599/sanitizer by disabling static libasan on darwin | Jack Howarth | 2012-12-06 | 1 | -3/+1 |
* | [libsanitizer] add mach_override and enable libsanitizer on darwin | Jack Howarth | 2012-11-24 | 1 | -0/+3 |
* | re PR target/53283 (Many failures on x86_64-apple-darwin10 after revision 186... | Iain Sandoe | 2012-07-09 | 1 | -1/+1 |
* | darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Move NeXT runtime exceptions ... | Iain Sandoe | 2012-07-09 | 1 | -3/+0 |
* | system.h (USE_COMMON_FOR_ONE_ONLY): Poison. | Steven Bosscher | 2012-06-26 | 1 | -7/+0 |
* | tm.texi.in (TARGET_OBJC_DECLARE_UNRESOLVED_CLASS_REFERENCE, [...]): Add @hooks. | Steven Bosscher | 2012-06-19 | 1 | -25/+0 |
* | re PR debug/53453 (darwin linker expects both AT_name and AT_comp_dir debug n... | Jack Howarth | 2012-05-29 | 1 | -0/+2 |
* | darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10. | Jack Howarth | 2012-05-29 | 1 | -2/+4 |
* | fix extended identifiers to comply with the Darwin ABI. | Iain Sandoe | 2012-02-16 | 1 | -1/+1 |
* | gcc.c (LINK_COMMAND_SPEC): Deal with -fgnu-tm. | Eric Botcazou | 2012-02-13 | 1 | -0/+4 |
* | darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10. | Iain Sandoe | 2011-12-03 | 1 | -3/+6 |
* | shift flag_next/gnu_runtime to modern opts system. | Iain Sandoe | 2011-11-30 | 1 | -15/+3 |
* | darwin.h (ENDFILE_SPEC): New. | Iain Sandoe | 2011-11-22 | 1 | -7/+6 |
* | target.def (tm_clone_table_section): New hook. | Iain Sandoe | 2011-11-22 | 1 | -0/+4 |
* | darwin.h (ASM_DEBUG_SPEC): New. | Iain Sandoe | 2011-11-19 | 1 | -0/+5 |
* | make darwin port a little more cross & cross native build friendly. | Iain Sandoe | 2011-09-08 | 1 | -0/+4 |
* | re PR debug/49901 (gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on... | Iain Sandoe | 2011-09-04 | 1 | -0/+1 |
* | re PR driver/49371 (xgcc: error: unrecognized option '-pie' on *-apple-darwin*) | Iain Sandoe | 2011-06-25 | 1 | -1/+3 |
* | netbsd.h (ENABLE_EXECUTE_STACK): Remove. | Rainer Orth | 2011-06-09 | 1 | -37/+1 |
* | tm.texi.in: Document C target hooks as separate from general target hooks. | Joseph Myers | 2011-04-06 | 1 | -11/+0 |
* | re PR testsuite/48245 (FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on... | Rainer Orth | 2011-03-28 | 1 | -2/+3 |
* | ChangeLog gcc/ | Kai Tietz | 2011-03-21 | 1 | -3/+4 |
* | Added support for the 64-bit Apple Objective-C runtime | Iain Sandoe | 2011-02-18 | 1 | -1/+11 |
* | Revert r170108, r170107, r170105, r170104, r170103, r170102, r170101, r170097. | Iain Sandoe | 2011-02-13 | 1 | -415/+413 |
* | darwin.h: Make pretty. | Mike Stump | 2011-02-13 | 1 | -413/+415 |
* | darwin.h (SECTION_NO_ANCHOR): Remove. | Jakub Jelinek | 2011-02-03 | 1 | -6/+1 |
* | allow the target to label code fragments generated by partitioning. | Iain Sandoe | 2011-01-07 | 1 | -0/+4 |
* | re PR c++/46904 (g++.dg/tree-prof/(indir-call-prof.C|inline_mismatch_args.C) ... | Iain Sandoe | 2010-12-20 | 1 | -1/+1 |
* | darwin.h (SUBTARGET_C_COMMON_OVERRIDE_OPTIONS): Only set sjlj exceptions for ... | Iain Sandoe | 2010-12-18 | 1 | -0/+5 |
* | darwin.h (GCC_DRIVER_HOST_INITIALIZATION): Only expose when not building for ... | Iain Sandoe | 2010-12-18 | 1 | -2/+3 |
* | darwin.opt (dylinker, [...]): New Driver options. | Joseph Myers | 2010-12-16 | 1 | -1/+1 |
* | Fix typo. | Mike Stump | 2010-12-09 | 1 | -1/+1 |
* | re PR debug/46749 (gcc.dg/debug/pr41893-1.c -gdwarf-2 testsuite failures on d... | Mike Stump | 2010-12-08 | 1 | -1/+6 |