| Commit message (Expand) | Author | Age | Files | Lines |
* | * config/i386/i386.c (ix86_set_move_mem_attrs): New function. | kenner | 2001-02-25 | 3 | -4/+62 |
* | * config.gcc: Expunge references to alpha/t-pe, pa/t-openbsd, | zack | 2001-02-25 | 27 | -703/+5 |
* | Kill stray blank lines | zack | 2001-02-24 | 13 | -15/+1 |
* | * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Reverted | aoliva | 2001-02-24 | 1 | -7/+4 |
* | * i386.c (ix86_frame): New structure. | hubicka | 2001-02-24 | 1 | -133/+148 |
* | * config/i960/i960.h (FRAME_POINTER_REQUIRED): Revert removal of | dj | 2001-02-23 | 1 | -1/+6 |
* | * config/ia64/crtbegin.asm (.fini): Use pc-relative relocs to | rth | 2001-02-22 | 2 | -14/+15 |
* | Refine syscall_linkage attribute semantics to fix security hole. | wilson | 2001-02-21 | 1 | -3/+9 |
* | * i386.c (function_arg_advance): Pass SSE arguments in registers. | hubicka | 2001-02-21 | 1 | -8/+24 |
* | * i386.md (mmx_lshrdi3, mmx_ashldi3): Guard by unspec. | hubicka | 2001-02-21 | 1 | -4/+6 |
* | 2001-02-21 Kazu Hirata <kazu@hxi.com> | kazu | 2001-02-21 | 1 | -2/+2 |
* | * config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_usgl): New function. | law | 2001-02-21 | 2 | -1/+11 |
* | * config/rs6000/rs6000.c (output_cbranch): Output branches | shebs | 2001-02-21 | 1 | -1/+1 |
* | * pa.c (move_operand): Accept code to load the address of a | law | 2001-02-20 | 3 | -52/+39 |
* | * gcc.c (do_spec_1): 'n' for printing notices. | hubicka | 2001-02-19 | 1 | -4/+8 |
* | 2001-02-18 Kazu Hirata <kazu@hxi.com> | kazu | 2001-02-19 | 1 | -2/+2 |
* | 2001-02-18 Kazu Hirata <kazu@hxi.com> | kazu | 2001-02-19 | 1 | -1/+1 |
* | * config/sparc/sparc.c (eligible_for_epilogue_delay): Don't put | kenner | 2001-02-18 | 1 | -4/+8 |
* | * mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD to | rth | 2001-02-18 | 1 | -3/+12 |
* | * config/ns32k/ns32k.h (ADJSP): Upcase arguments. | rth | 2001-02-18 | 1 | -4/+4 |
* | * config/alpha/alpha.md (movsi_fix): Fix typo in pattern name. | rth | 2001-02-18 | 1 | -1/+1 |
* | Revert experimental hunk accidentally included in committed change. | law | 2001-02-18 | 1 | -3/+2 |
* | * pa.c (hppa_expand_prologue): Simplify code storing return | law | 2001-02-18 | 1 | -125/+106 |
* | 2001-02-18 Alan Modra <alan@linuxcare.com.au> | law | 2001-02-18 | 1 | -2/+4 |
* | Patch from Jes Sorensen for build failure. | wilson | 2001-02-16 | 1 | -1/+1 |
* | 2001-02-16 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-02-16 | 1 | -2/+2 |
* | * config/sh/sh.h (BOOL_TYPE_SIZE): Don't define. | aoliva | 2001-02-15 | 1 | -7/+0 |
* | Fix problem in my previous accidental obvious bugfix checkin. Add Changelog. | hubicka | 2001-02-15 | 1 | -1/+0 |
* | Fix cvtss2sd constraints. | hubicka | 2001-02-15 | 1 | -4/+4 |
* | * i386.md (fop_df_3 splitter): Fix operand number. | hubicka | 2001-02-15 | 1 | -1/+1 |
* | * invoke.texi (-mreg-alloc): Nuke. | hubicka | 2001-02-14 | 3 | -113/+4 |
* | * i386.h (RETURN_IN_MEMORY): Fix formating; reject TFmodes | hubicka | 2001-02-14 | 1 | -5/+5 |
* | Fix Richard suggested and I forgot. | hubicka | 2001-02-14 | 1 | -1/+1 |
* | * i386-protos.h (ix86_memory_move_cost): Move offline. | hubicka | 2001-02-14 | 3 | -28/+189 |
* | * i386.md (pushsf, pushdf_nointeger): Fix constraint. | hubicka | 2001-02-14 | 1 | -2/+2 |
* | * stor-layout.c (is_pending_size, put_pending_size): New functions. | jakub | 2001-02-14 | 1 | -6/+16 |
* | * i386.md (fixsfsi2, fixdfdi2): Fix previous patch again. | hubicka | 2001-02-14 | 1 | -9/+9 |
* | * i386.md (movsfcc_1): Support integer cmove instruction. | hubicka | 2001-02-13 | 1 | -13/+38 |
* | * i386.c (output_fp_compare): Support SSE. | hubicka | 2001-02-13 | 3 | -22/+144 |
* | * i386.md (sqrt?f2): Change to expander. | hubicka | 2001-02-13 | 1 | -4/+67 |
* | * i386.md (fixsfsi2, fixdfdi2): Fix previous patch. | hubicka | 2001-02-13 | 1 | -4/+8 |
* | * i386.md (fixsfsi2, fixdfdi2): Force operand to register | hubicka | 2001-02-13 | 1 | -0/+2 |
* | * i386.md (add?f3, sub?f3, mul?f3, dif?f3): Enable for TARGET_SSE(2) | hubicka | 2001-02-13 | 2 | -38/+107 |
* | * i386.md (dummy_extendsfdf2): Support SSE2 | hubicka | 2001-02-13 | 1 | -40/+215 |
* | * config/sparc/sparc.c (function_value): Treat all non-record | kenner | 2001-02-13 | 1 | -3/+5 |
* | * i386.c (print_reg): Use ANY_FP_REG instead of FP_REG | hubicka | 2001-02-13 | 3 | -46/+99 |
* | I will write 100 times "bootsrap must be run from tree you've modified" | hubicka | 2001-02-13 | 1 | -1/+1 |
* | Even more breakage. Sorry! | hubicka | 2001-02-13 | 2 | -1/+8 |
* | Fix breakage in my previous checkin. | hubicka | 2001-02-13 | 1 | -6/+6 |
* | * i386.h (SSE_CLASS_P, MMX_CLASS_P, MAYBE_FLOAT_CLASS_P, | hubicka | 2001-02-13 | 2 | -32/+114 |