aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-25common.opt (-Wattributes): New.DJ Delorie1-3/+4
2005-05-03darwin.c (machopic_define_symbol): Use gcc_assert or gcc_unreachable as appro...Nathan Sidwell1-21/+13
2005-04-26darwin.c (darwin_encode_section_info): Always set MACHO_SYMBOL_STATIC for all...Mike Stump1-15/+13
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-23darwin.c (machopic_indirection_name): Don't use quotes needlessly.Mike Stump1-35/+32
2005-04-22Remove Apple Local marker comments accidentally added to FSF mainline.Caroline Tice1-2/+0
2005-04-22Adding Apple Local markers.Caroline Tice1-0/+2
2005-04-21config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.Richard Sandiford1-13/+0
2005-04-08rs6000.c (rs6000_emit_prologue): Use 5 nops, instead of 4.Mike Stump1-2/+2
2005-04-08* config/darwin.c (indirect_data): Fix typo in strncmp logic.Mike Stump1-1/+1
2005-03-31Fix problems with hot/cold partitioning optimization.Caroline Tice1-1/+6
2005-02-19darwin.c (machopic_select_rtx_section): Don't put relocatable expressions in ...Stan Shebs1-1/+3
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-18darwin.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-01-12re PR target/19334 (darwin backend places some CONST_DECLs in the wrong section)Andrew Pinski1-1/+1
2005-01-05Fix an oopsie in the last commit, sorryStan Shebs1-1/+1
2005-01-05unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit Mach-O getters if ppc64.Stan Shebs1-3/+4
2005-01-03darwin.c (darwin_handle_weak_import_attribute): Permit VAR_DECLs to have weak...Geoffrey Keating1-1/+1
2004-12-31re PR target/19211 (GNAT bug box compiling a-exexda.adb with stage1 compiler)Andrew Pinski1-1/+2
2004-12-20defaults.h (ASM_OUTPUT_INTERNAL_LABEL): New macro.Mark Mitchell1-2/+2
2004-12-16re PR target/19041 (-fvisibility=hidden causes bad codegen for common symbols)Andrew Pinski1-7/+21
2004-12-13re PR target/18964 (Typo in visibility warning message)Andrew Pinski1-1/+1
2004-11-19No darwin non-lazy-ptr for address calculatation when not needed.Fariborz Jahanian1-0/+1
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers1-1/+1
2004-11-07re PR target/18269 (-m64 -fPIC does not work on ppc-darwin)Andrew Pinski1-9/+3
2004-10-27Index: fixincludes/ChangeLogGeoffrey Keating1-3/+20
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating1-52/+44
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