aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2003-01-17alpha.c (alpha_need_linkage): Fix obvious mistake in last checkin.Douglas B Rupp1-1/+1
2003-01-16* config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.Richard Henderson1-1/+1
2003-01-16alpha.c (alpha_sr_alias_set): Mark GTY.Richard Henderson1-56/+35
2003-01-15alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum; also check that GP i...Richard Henderson3-19/+40
2003-01-14alpha.c (alpha_expand_mov): Use correct mode for force_const_mem.Richard Henderson1-1/+1
2003-01-10alpha.h (NO_PROFILE_COUNTERS): Set.Richard Henderson1-16/+4
2003-01-10* config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.Richard Henderson1-1/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-28/+18
2003-01-09Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.Andreas Jaeger1-3/+3
2003-01-06alpha.c (alpha_encode_section_info): Adjust symbol_str properly when changing...Richard Henderson2-5/+11
2002-12-20alpha.c (decl_has_samegp): New.Richard Henderson4-62/+128
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg12-174/+134
2002-12-10linux.h (LIB_SPEC): If -pthread, add -lpthread even if -shared.Jakub Jelinek2-4/+4
2002-11-26elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.Jason Thorpe2-2/+1
2002-11-24netbsd.h (CPP_SUBTARGET_SPEC): Just use NETBSD_CPP_SPEC directly.Jason Thorpe1-5/+4
2002-11-19gcc.c (The Specs Language): Document spec functions.Jason Thorpe1-1/+2
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-8/+3
2002-10-23alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.Richard Henderson1-2/+33
2002-10-22target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson1-2/+5
2002-10-20target.h (struct gcc_target): Line wrap.Richard Henderson3-7/+14
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell3-7/+7
2002-10-18target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell1-2/+1
2002-10-18netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define __enable_execute_stack function.Jason Thorpe1-0/+5
2002-10-17alpha.c (alpha_initialize_trampoline): Use tramp, not addr, to pass the tramp...Jason Thorpe1-1/+1
2002-10-14re PR target/7211 (Alpha prefetch hints interpreted wrong)Falk Hueffner1-7/+7
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek1-16/+1
2002-09-24elfos.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-21real.c (struct real_format): Move to real.h.Richard Henderson3-1/+17
2002-09-17alpha.c: Follow spelling conventions.Kazu Hirata3-8/+8
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson2-82/+0
2002-09-13alpha.md (attr type): Add callpal.Richard Henderson5-6/+18
2002-09-08re PR target/7374 (__builtin_fabsl broken on alpha)Scott Snyder1-1/+1
2002-08-30alpha.h (TARGET_CPU_CPP_BUILTINS): Move language- related defines to...Jason Thorpe2-14/+29
2002-08-29chorus.h: Consistently define *_DEBUGGING_INFO with the value 1.Jason Thorpe3-7/+7
2002-08-21tree.c (finish_vector_type): Fix a typo in a comment.Stan Shebs5-5/+5
2002-08-21alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.Kaveh R. Ghazi4-9/+5
2002-08-15alpha-protos.h: Update.Douglas B Rupp4-81/+307
2002-08-14calls.c: Include target.h.Richard Henderson2-13/+8
2002-08-11alpha.h (TARGET_CPU_CPP_BUILTINS): Replace reference to clk_objective_c with ...Ziemowit Laski1-1/+1
2002-08-04Index: ChangeLogGeoffrey Keating1-2/+2
2002-07-31* alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,Kaveh R. Ghazi1-5/+2
2002-07-30alpha.h, [...] (ASM_OUTPUT_LABEL): Delete definition.Kaveh R. Ghazi1-6/+0
2002-07-30adadecode.c (ada_demangle): Use xstrdup in lieu of xmalloc/strcpy.Kaveh R. Ghazi2-18/+5
2002-07-28freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing backslash.Kaveh R. Ghazi1-1/+1
2002-07-25defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, [...]): New default definitions of new...Zack Weinberg1-25/+5
2002-07-23dwarf2out.c (SECTION_ASM_OP, [...]): Remove.Neil Booth1-12/+0
2002-07-17cpplib.c (do_sccs): Handle #sccs on all systems.Neil Booth1-3/+0
2002-07-16builtins.c (std_expand_builtin_va_start): Remove unused first argument.Zack Weinberg3-6/+5
2002-07-16varargs.h: Replace with stub which issues #error.Zack Weinberg2-36/+6
2002-07-01tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle1-5/+10