aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-22* config/darwin.c (darwin_make_decl_one_only)Matt Austern1-2/+2
2004-09-15configure.ac: Check for COMDAT support.Mark Mitchell1-1/+3
2004-09-11darwin.c (machopic_validate_stub_or_non_lazy_ptr): Mark the thing referenced ...Geoffrey Keating1-3/+6
2004-09-10darwin.c: Include target.h.Geoffrey Keating1-36/+39
2004-09-10darwin.c (machopic_mcount_stub_name): Call machopic_indirection_name instead ...Andrew Pinski1-1/+2
2004-09-10darwin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-01darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P...Mike Stump1-4/+4
2004-08-31darwin.c (darwin_make_decl_one_only): Allocate section names once per compila...Matt Austern1-6/+15
2004-08-21darwin.c (machopic_indirect_data_reference): Mark stubs as defined.Mike Stump1-1/+2
2004-08-19invoke.texi (-mfix-and-continue): Add support for fast turn around debugging.Mike Stump1-3/+104
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-12/+9
2004-08-18darwin.md: Delete the altivec patterns which are handled differently now.Andrew Pinski1-3/+9
2004-08-18Dead code strippingMatt Austern1-0/+1
2004-08-18darwin.c (machopic_legitimize_pic_address): Only set MEM_READONLY_P in the no...Andrew Pinski1-1/+1
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-4/+1
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-13/+6
2004-08-17* config/darwin.c (macho_indirect_data_reference): Add DImode case.David Edelsohn1-9/+3
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel1-0/+8
2004-08-16Basic support for 64-bit Darwin.Stan Shebs1-5/+11
2004-07-28darwin.c (darwin_one_byte_bool): New global variable.Matt Austern1-0/+4
2004-07-23dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...Mark Mitchell1-496/+256
2004-07-10darwin.c (no_dead_strip): Add.Mike Stump1-1/+18
2004-07-08darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.Mike Stump1-8/+10
2004-06-03darwin.c (machopic_indirect_data_reference): Copy the SYMBOL_REF_DECL from th...Andrew Pinski1-0/+2
2004-05-28re PR target/15720 (function marked inline which is called directly isn't emi...Andrew Pinski1-0/+2
2004-05-19tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump1-4/+10
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+4
2004-04-08darwin.c (darwin_encode_section_info): When the decl has a DECL_INITIAL, it i...Andrew Pinski1-1/+1
2004-03-30darwin.c (machopic_function_base_name): Remove current_name and getting the n...Andrew Pinski1-3/+0
2004-03-12Enabled linkonce support for Darwin.Matt Austern1-2/+114
2004-02-28darwin.h (machopic_finish): Output stub even if the symbol is already defined.Andrew Pinski1-4/+0
2004-02-27darwin.c (machopic_output_possible_stub_label): Remove.Dale Johannesen1-31/+0
2004-02-24Reverted patch to add the -mmacosx= feature. (Darwin only)Matt Austern1-42/+0
2004-02-23Remove -fwritable-strings.Zack Weinberg1-2/+1
2004-02-23darwin.h (SUBTARGET_OPTIONS): Add -mmacosx= option.Matt Austern1-0/+42
2004-02-07c-ppoutput.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-04darwin.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2003-11-13+2003-11-13 Andrew Pinski <apinski@apple.com> + + * config/darwin.c...Andrew Pinski1-1/+1
2003-11-10darwin-protos.h (darwin_assemble_visibility): Declare.Matt Austern1-0/+24
2003-10-16darwin-protos.h (machopic_non_lazy_ptr_name): Delete prototype.Geoffrey Keating1-92/+100
2003-10-14darwin.c (machopic_indirect_data_reference): Use a scratch register when gene...Geoffrey Keating1-1/+1
2003-10-06+2003-10-06 Andrew Pinski <apinski@apple.com> + + * config/darwin.c...Andrew Pinski1-2/+2
2003-10-06fix off one error for one for all.Andrew Pinski1-7/+7
2003-10-05one more off by one error.Andrew Pinski1-2/+2
2003-10-05darwin.c (machopic_non_lazy_ptr_name): Fix off by one errors in memcpy destin...Andrew Pinski1-7/+7
2003-10-05darwin.c (machopic_non_lazy_ptr_name): Change strcat to memcpy and add length...Andrew Pinski1-13/+38
2003-09-27GNU CC -> GCCKelley Cook1-4/+4
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-0/+2
2003-09-22re PR target/12281 (not emiting function which is static and marked as inline)Andrew Pinski1-2/+2
2003-09-20* config/darwin.c (machopic_select_rtx_section): Fix check for PIC code.Andrew Pinski1-1/+1