aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64
AgeCommit message (Expand)AuthorFilesLines
2003-09-09Fix thinko in last patch.Mark Mitchell1-14/+8
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell2-6/+42
2003-09-04libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.Jakub Jelinek2-0/+11
2003-08-26config.gcc (hppa*-*-hpux11*, [...]): Remove commented-out logic to use DCE th...Zack Weinberg1-0/+12
2003-08-25ia64.c (ia64_expand_tls_address): Properly truncate result when op0 is SImode.Richard Henderson1-26/+26
2003-08-22* config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.Mark Mitchell1-0/+4
2003-08-22ia64.md (*ptr_extend_plus_1): Rename to ...Mark Mitchell2-15/+42
2003-08-17Convert K&R prototypes to ISO C90.Andreas Jaeger1-6/+4
2003-08-17alpha.md: Remove usage of PARAMS.Andreas Jaeger2-790/+470
2003-08-11avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi1-6/+3
2003-08-08re PR target/11535 (__builtin_return_address may not work on ia64)Richard Henderson4-51/+112
2003-08-06extend.texi (Function Attributes): Document the IA-64 version of the "model" ...David Mosberger3-3/+157
2003-07-21ia64.md (prefetch): Support predicate.H.J. Lu1-8/+8
2003-07-17re PR target/10907 ([IA64] gcc violates the ia64 ABI)Richard Henderson1-14/+8
2003-07-11* config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.Roger Sayle1-0/+5
2003-07-06h8300.c: Fix comment typos.Kazu Hirata3-8/+8
2003-07-02emmintrin.h: Fix comment typos.Kazu Hirata2-3/+3
2003-07-01sol2.h, [...]: Use c_dialect_ macros.Neil Booth1-1/+1
2003-06-28* config/ia64/ia64.md: Follow recent emit_note API change.Andreas Schwab1-2/+2
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-1/+1
2003-06-26ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.Richard Henderson1-7/+3
2003-06-26* config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.Richard Henderson1-1/+1
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg5-34/+19
2003-06-18unwind-ia64.c (_Unwind_GetCFA): New.Richard Henderson1-1/+18
2003-06-18bt-load.c: New file.Stephen Clarke1-0/+3
2003-06-17ia64.c (ia64_expand_builtin, [...]): Handle POINTERS_EXTEND_UNSIGNED.Richard Kenner1-0/+3
2003-06-15t-rs6000: Add dependence of cfglayout.h to rs6000.o.Andrew Pinski1-0/+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-3/+1
2003-06-10* config/ia64/ia64.md (call_gp): Fix memory mode.Richard Henderson1-1/+1
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg3-11/+13
2003-06-04c-common.c (handle_cleanup_attribute): New.Richard Henderson1-1/+2
2003-06-03configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek1-6/+9
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-1/+0
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-9/+3
2003-05-16unwind-ia64.c (uw_update_reg_address): Handle .save XX, r0.Jakub Jelinek1-0/+10
2003-05-14ia64.c (ia64_expand_load_address): Force destination to be DImode register.Richard Henderson2-13/+18
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-28/+21
2003-05-12ia64.c (ia64_function_ok_for_sibcall): Mark 'exp' as unused.Andreas Schwab1-3/+4
2003-05-07crtbegin.asm (__do_jv_register_classes): Don't forget to preserve gp.David Mosberger2-30/+29
2003-04-25ia64.c (ia64_expand_compare_and_swap): Add rmode for return mode.H.J. Lu1-6/+23
2003-04-25ia64.c (ia64_compute_frame_size): Allow inline asm to clobber ar.pfs and ar.u...Richard Henderson1-5/+19
2003-04-24ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di for __sync_bool_compare_a...H.J. Lu2-7/+10
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-3/+3
2003-04-17* config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.Richard Henderson1-0/+4
2003-04-16ia64.c (sdata_symbolic_operand): Use SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.Richard Henderson3-122/+7
2003-04-10ia64-protos.h (addp4_optimize_ok): New.Steve Ellcey3-2/+19
2003-04-09ia64.c (issue_nops_and_insn): Add new parameter.Vladimir Makarov1-38/+59
2003-04-09ia64.c (move_operand): Allow symbolic_operand, but not tls_symbolic_operand.Richard Henderson3-262/+170
2003-04-01crti.asm: Clean up trailing whitespace.David Mosberger4-206/+185