aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2003-07-01sol2.h, [...]: Use c_dialect_ macros.Neil Booth2-5/+5
2003-06-30alpha.h (FUNCTION_ARG_PADDING): Remove.Kazu Hirata2-13/+0
2003-06-28alpha.md (anonymous define_split): Adjust emit_note call to match recent API ...Roger Sayle1-1/+1
2003-06-27alpha.c (function_arg): Don't pass small aggregates in floating point registers.Richard Henderson3-32/+161
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-25* config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.Roger Sayle1-0/+5
2003-06-24re PR target/11260 ([alpha] 'output_operand: floating constant misused' with ...Falk Hueffner1-1/+1
2003-06-20alpha.c (alpha_file_start): Disable file_start_file_directive for ELF and not...Richard Henderson1-0/+7
2003-06-20* config/alpha/alpha.c (alpha_file_start): Fix typo.Richard Kenner1-1/+1
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg7-120/+62
2003-06-17dbxout.c (dbxout_source_line_counter): New global variable.Eric Botcazou2-2/+2
2003-06-15alpha-protos.h, [...]: Update to ISO C.Richard Henderson8-1163/+699
2003-06-15t-rs6000: Add dependence of cfglayout.h to rs6000.o.Andrew Pinski1-0/+1
2003-06-15alpha.md: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-15alpha.c (alpha_output_mi_thunk_osf): Call insn_locators_initialize.Richard Henderson1-0/+1
2003-06-14rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle1-5/+0
2003-06-13re PR other/1494 (Residual EGCS references in comments)Nathanael Nerode1-2/+1
2003-06-10alpha.c (unicosmk_file_end): Add conditional compilation guard.Loren J. Rittle1-0/+2
2003-06-07alpha.c (alpha_setup_incoming_varargs): Fix conditional compilation guard.Richard Henderson1-2/+3
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg4-21/+15
2003-06-04config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz1-0/+7
2003-06-04alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi3-3/+3
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek1-0/+7
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek1-5/+9
2003-05-19flags.h (g_switch_value): Change to an unsigned HOST_WIDE_INT.Matt Kraai1-2/+2
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth2-3/+7
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-3/+0
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-35/+17
2003-05-16* config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.Roger Sayle1-1/+1
2003-05-15linux.h, [...]: Remove code protected by USE_GNULIBC_1.Richard Henderson2-8/+0
2003-05-15config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg3-242/+0
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-19/+17
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka3-6/+7
2003-05-10alpha.c (alpha_start_function): Declare frame_size as unsigned to avoid signe...Roger Sayle1-1/+1
2003-05-09expr.c (move_block_from_reg): Remove "size" parm.Alan Modra1-2/+2
2003-05-01re PR target/8257 ([Alpha] frame pointer computation wrong on alpha (cross-co...Falk Hueffner1-24/+24
2003-04-22alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't set FRP on stack adjust...Olivier Hainque1-5/+25
2003-04-18alpha.c (SYMBOL_FLAG_NEAR, [...]): Remove.Richard Henderson1-114/+46
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-7/+7
2003-04-16alpha.c (SYMBOL_FLAG_NEAR, [...]): New.Richard Henderson1-204/+80
2003-04-12re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating1-1/+2
2003-03-30re PR c/10083 (alpha: ICE while building swi-prolog-packages)Richard Henderson1-4/+18
2003-03-28elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary globalize_label.Alan Modra1-2/+1
2003-03-27* config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.Richard Henderson1-1/+1
2003-03-24function.c (put_var_into_stack): Change bool parameter to int.Mark Mitchell1-1/+1
2003-03-17osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compa...Dave Love1-0/+2
2003-03-14re PR target/9700 ([alpha linux] va_start gets __offset wrong in some situati...Richard Henderson3-67/+85
2003-03-12c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for LP64 targets.Andreas Jaeger1-2/+1
2003-03-12freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.Loren J. Rittle1-2/+4
2003-03-05alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.Olivier Hainque3-7/+27