summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* * config/i386/i386.c (ix86_set_move_mem_attrs): New function.kenner2001-02-253-4/+62
* * config.gcc: Expunge references to alpha/t-pe, pa/t-openbsd,zack2001-02-2527-703/+5
* Kill stray blank lineszack2001-02-2413-15/+1
* * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Revertedaoliva2001-02-241-7/+4
* * i386.c (ix86_frame): New structure.hubicka2001-02-241-133/+148
* * config/i960/i960.h (FRAME_POINTER_REQUIRED): Revert removal ofdj2001-02-231-1/+6
* * config/ia64/crtbegin.asm (.fini): Use pc-relative relocs torth2001-02-222-14/+15
* Refine syscall_linkage attribute semantics to fix security hole.wilson2001-02-211-3/+9
* * i386.c (function_arg_advance): Pass SSE arguments in registers.hubicka2001-02-211-8/+24
* * i386.md (mmx_lshrdi3, mmx_ashldi3): Guard by unspec.hubicka2001-02-211-4/+6
* 2001-02-21 Kazu Hirata <kazu@hxi.com>kazu2001-02-211-2/+2
* * config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_usgl): New function.law2001-02-212-1/+11
* * config/rs6000/rs6000.c (output_cbranch): Output branchesshebs2001-02-211-1/+1
* * pa.c (move_operand): Accept code to load the address of alaw2001-02-203-52/+39
* * gcc.c (do_spec_1): 'n' for printing notices.hubicka2001-02-191-4/+8
* 2001-02-18 Kazu Hirata <kazu@hxi.com>kazu2001-02-191-2/+2
* 2001-02-18 Kazu Hirata <kazu@hxi.com>kazu2001-02-191-1/+1
* * config/sparc/sparc.c (eligible_for_epilogue_delay): Don't putkenner2001-02-181-4/+8
* * mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD torth2001-02-181-3/+12
* * config/ns32k/ns32k.h (ADJSP): Upcase arguments.rth2001-02-181-4/+4
* * config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.rth2001-02-181-1/+1
* Revert experimental hunk accidentally included in committed change.law2001-02-181-3/+2
* * pa.c (hppa_expand_prologue): Simplify code storing returnlaw2001-02-181-125/+106
* 2001-02-18 Alan Modra <alan@linuxcare.com.au>law2001-02-181-2/+4
* Patch from Jes Sorensen for build failure.wilson2001-02-161-1/+1
* 2001-02-16 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-02-161-2/+2
* * config/sh/sh.h (BOOL_TYPE_SIZE): Don't define.aoliva2001-02-151-7/+0
* Fix problem in my previous accidental obvious bugfix checkin. Add Changelog.hubicka2001-02-151-1/+0
* Fix cvtss2sd constraints.hubicka2001-02-151-4/+4
* * i386.md (fop_df_3 splitter): Fix operand number.hubicka2001-02-151-1/+1
* * invoke.texi (-mreg-alloc): Nuke.hubicka2001-02-143-113/+4
* * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodeshubicka2001-02-141-5/+5
* Fix Richard suggested and I forgot.hubicka2001-02-141-1/+1
* * i386-protos.h (ix86_memory_move_cost): Move offline.hubicka2001-02-143-28/+189
* * i386.md (pushsf, pushdf_nointeger): Fix constraint.hubicka2001-02-141-2/+2
* * stor-layout.c (is_pending_size, put_pending_size): New functions.jakub2001-02-141-6/+16
* * i386.md (fixsfsi2, fixdfdi2): Fix previous patch again.hubicka2001-02-141-9/+9
* * i386.md (movsfcc_1): Support integer cmove instruction.hubicka2001-02-131-13/+38
* * i386.c (output_fp_compare): Support SSE.hubicka2001-02-133-22/+144
* * i386.md (sqrt?f2): Change to expander.hubicka2001-02-131-4/+67
* * i386.md (fixsfsi2, fixdfdi2): Fix previous patch.hubicka2001-02-131-4/+8
* * i386.md (fixsfsi2, fixdfdi2): Force operand to registerhubicka2001-02-131-0/+2
* * i386.md (add?f3, sub?f3, mul?f3, dif?f3): Enable for TARGET_SSE(2)hubicka2001-02-132-38/+107
* * i386.md (dummy_extendsfdf2): Support SSE2hubicka2001-02-131-40/+215
* * config/sparc/sparc.c (function_value): Treat all non-recordkenner2001-02-131-3/+5
* * i386.c (print_reg): Use ANY_FP_REG instead of FP_REGhubicka2001-02-133-46/+99
* I will write 100 times "bootsrap must be run from tree you've modified"hubicka2001-02-131-1/+1
* Even more breakage. Sorry!hubicka2001-02-132-1/+8
* Fix breakage in my previous checkin.hubicka2001-02-131-6/+6
* * i386.h (SSE_CLASS_P, MMX_CLASS_P, MAYBE_FLOAT_CLASS_P,hubicka2001-02-132-32/+114