aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-06darwin-protos.h (machopic_function_base_name): Delete.Richard Sandiford1-68/+25
2008-09-22re PR target/37170 (gcc.dg/weak/weak-1.c)Hans-Peter Nilsson1-0/+24
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-4/+5
2008-06-01rtl.h (emit_clobber, [...]): Declare.Richard Sandiford1-9/+4
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-02-27re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Uros Bizjak1-11/+6
2008-02-23re PR target/25477 (builtin functions should use $LDBL128 suffix on darwin wh...Francois-Xavier Coudert1-0/+48
2008-01-07re PR target/34622 (gcc.c-torture/execute/20000801-4.c fails at -O1 and above)Jakub Jelinek1-1/+3
2007-10-09Index: gcc/ChangeLogGeoffrey Keating1-27/+19
2007-09-06darwin.c (machopic_indirect_data_reference): Avoid invalid sharing.Jan Hubicka1-7/+14
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-3/+2
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton1-4/+3
2007-07-25darwin.c: Include debug.h.Andreas Tobler1-0/+1
2007-07-25darwin.c (darwin_override_options): Additional fix for debug info formats tha...Daniel Berlin1-1/+2
2007-07-25darwin.c (darwin_override_options): Don't force on flag_var_tracking_uninit w...Daniel Berlin1-1/+2
2007-07-13Add ability to track uninitialized variables, and mark uninitialized variable...Caroline Tice1-0/+3
2007-07-10Replace no_new_pseudos in backends.Ian Lance Taylor1-4/+10
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+4
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata1-2/+2
2007-04-13darwin-c.c (handle_c_option): Handle -fapple-kext here so we can...Mike Stump1-5/+0
2007-03-12darwin.c (machopic_reloc_rw_mask): New.Richard Henderson1-0/+6
2007-03-10darwin.h (DARWIN_MINVERSION_SPEC): Add missing quotation mark.Tobias Schlüter1-2/+1
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher1-2/+1
2007-01-01configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for .literal16.Mike Stump1-2/+8
2006-12-20darwin.c (machopic_select_section): Rewrite.Eric Christopher1-87/+164
2006-11-14Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is d...Caroline Tice1-0/+1
2006-10-29darwin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-10-28darwin.c: Fix formatting and grammar.Eric Christopher1-5/+10
2006-10-16darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Add -mkernel support.Mike Stump1-2/+72
2006-10-13darwin.c (darwin_emit_unwind_label): Strip name encoding.Eric Christopher1-6/+9
2006-09-10darwin.c (machopic_select_rtx_section): Add CONST_VECTOR for literal16.Eric Christopher1-1/+2
2006-09-10re PR target/28995 (libgfortran build now fails on Darwin PPC)Eric Christopher1-1/+2
2006-09-09config.gcc (i?86-*-darwin): Add 64-bit HWI support.Eric Christopher1-0/+9
2006-06-08re PR target/26427 (with -fsection-anchors with zero sized structs)Mike Stump1-0/+3
2006-04-28darwin-c.c (darwin_ms_struct): Move thisEric Christopher1-4/+18
2006-03-17tm.texi (SDB and DWARF): Add extra parameter to ASM_OUTPUT_DWARF_OFFSET.Geoffrey Keating1-19/+61
2006-03-01re PR target/26389 (Darwin does not support -fsection-anchors)Andrew Pinski1-0/+13
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-1/+1
2006-01-25rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document.Richard Sandiford1-3/+2
2006-01-10i386.md (set_got): Update.Stuart Hastings1-0/+4
2006-01-06tm.texi (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Document.Eric Christopher1-38/+49
2006-01-02arm.c (all_fpus): Fix comment typo.Volker Reichelt1-1/+1
2005-12-18darwin.h: Don't include darwin-sections.def to declare global variables...Geoffrey Keating1-82/+88
2005-12-15final.c (final_scan_insn): Flip in_cold_section_p when changing between the h...Richard Sandiford1-3/+1
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford1-64/+120
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-1/+4
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-0/+1
2005-11-29re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Alexandre Oliva1-0/+27
2005-08-24darwin.c (gen_pic_offset): New.Paolo Bonzini1-20/+20