Age | Commit message (Expand) | Author | Files | Lines |
2001-05-04 | alpha.h: NULL_PTR -> NULL. | Kaveh R. Ghazi | 2 | -2/+2 |
2001-05-04 | i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to ... | Kaveh R. Ghazi | 1 | -4/+4 |
2001-05-04 | invoke.texi (i386 Options): Delete references to -malign-jumps, -malign-loops... | Geoffrey Keating | 2 | -49/+41 |
2001-05-03 | djgpp.h (CPP_PREDEFINES): Define __GO32__. | Mark Elbrecht | 1 | -13/+19 |
2001-05-02 | * config/i386/i386.h (FUNCTION_BOUNDARY): Result is unsigned. | Richard Kenner | 1 | -1/+3 |
2001-05-01 | config.gcc: Don't default xmake_file to ${cpu_type}/x-${cpu_type}. | Zack Weinberg | 4 | -5/+0 |
2001-04-28 | rtl.h (simplify_gen_relational): Add cmp_mode parameter. | Jan Hubicka | 2 | -46/+170 |
2001-04-26 | * (ix86_expand_fp_movcc): Re-enable SSE conditional move generation. | Jan Hubicka | 1 | -2/+1 |
2001-04-26 | i386.md (abs/neg splitter): Fix calculation of sign bit for TFmodes | Jan Hubicka | 1 | -7/+177 |
2001-04-26 | i386.h (CC1_CPU_SPEC): Fix deprecation warnings for -m386 and -m486. | Jakub Jelinek | 1 | -2/+2 |
2001-04-25 | cygwin.h: Move W32API search to LINK_SPEC to ensure that this directory is al... | Christopher Faylor | 1 | -3/+5 |
2001-04-25 | i386.c (ix86_expand_epilogue): Properly compute size of registers to restore ... | Richard Henderson | 1 | -2/+8 |
2001-04-25 | i386.c (ix86_expand_int_movcc): If overlap between out and comparison sequenc... | Jakub Jelinek | 1 | -5/+5 |
2001-04-20 | i386.c (ix86_expand_int_movcc, [...]): Sign-extend CONST_INTs. | Alexandre Oliva | 1 | -3/+7 |
2001-04-19 | vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... | DJ Delorie | 6 | -10/+9 |
2001-04-19 | * config/i386/xm-cygwin.h (CPP_SPEC): Fix typo. | Christopher Faylor | 1 | -1/+1 |
2001-04-16 | toplev.c (output_lang_identify): Delete. | Zack Weinberg | 11 | -210/+2 |
2001-04-15 | * i386.md (sqrtdf2): SFmode should be DFmode. | Toon Moene | 1 | -1/+1 |
2001-04-14 | i386.md (ashldi3_1_rex64): Add 'J' to the constraints | Jan Hubicka | 1 | -2/+2 |
2001-04-12 | i386.md: Apply trunc_int_for_mode() to GEN_INT operands that make it to RTL. | Alexandre Oliva | 1 | -14/+22 |
2001-04-11 | i386.md (floatsisf_sse): Fix output template | Jan Hubicka | 2 | -3/+4 |
2001-04-09 | i386.md: "TARGET_64BIT && TARGET_64BIT": Removed one. | Bo Thorsen | 1 | -1/+1 |
2001-04-09 | i386.c (expand_fp_movcc): Fix condition reversal code. | Jan Hubicka | 2 | -12/+22 |
2001-04-09 | (oops. | Christopher Faylor | 1 | -24/+2 |
2001-04-09 | i386.md (truncdfsf2_*): Add i387->int/sse reg alternatives... | Jan Hubicka | 1 | -67/+139 |
2001-04-09 | i386.c (call, call_value): Make sure that resulting call_insn does have prope... | Jan Hubicka | 3 | -17/+16 |
2001-04-09 | cygwin.h (STARTFILE_SPEC): search */lib/w32api by default. | Christopher Faylor | 1 | -34/+36 |
2001-04-07 | config.gcc: Set default for xmake_file at top, not bottom. | Zack Weinberg | 14 | -117/+1 |
2001-04-05 | i386.c (x86_initialize_trampoline): New global function. | Jan Hubicka | 1 | -0/+60 |
2001-04-05 | i386.md (movdi_1_rex64): Allow SSE->SSE reg move. | Jan Hubicka | 1 | -8/+102 |
2001-04-05 | * i386.c (ix86_split_long_move): Use PUT_MODE instead of change_address. | Jan Hubicka | 1 | -1/+4 |
2001-04-05 | i386.c (function_arg): Return constm1_rtx for last argument. | Jan Hubicka | 3 | -17/+129 |
2001-04-05 | i386.md: Don't allow "builtin_setjmp_receiver" for TARGET_64BIT. | Bo Thorsen | 1 | -1/+1 |
2001-04-05 | i386.md (*andsi_1+3): If used after reload, make sure the operand satisfies A... | J"orn Rennecke | 1 | -1/+2 |
2001-04-03 | i386.c (ix86_force_to_memory, [...]): Update for 64bit. | Jan Hubicka | 1 | -40/+81 |
2001-04-03 | xm-beos.h, [...]: Delete. | Zack Weinberg | 6 | -67/+0 |
2001-04-01 | i386.md: remove obsoleted comments. | Jan Hubicka | 1 | -12/+11 |
2001-03-30 | i386.c (ix86_split_long_move): Use change address to compensate stack pointer... | Jan Hubicka | 1 | -2/+6 |
2001-03-29 | i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands... | Jan Hubicka | 1 | -5/+5 |
2001-03-29 | i386.c (ix86_expand_setcc): Support 64bit. | Jan Hubicka | 2 | -12/+95 |
2001-03-28 | i386.c (general_no_elim_operand): Disallow virtual regs. | Richard Henderson | 4 | -40/+180 |
2001-03-26 | i386.md (push mem DI peep2): New. | Jan Hubicka | 1 | -7/+174 |
2001-03-26 | i386.c (struct machine_function): Add save_varrargs_registers. | Jan Hubicka | 3 | -14/+153 |
2001-03-25 | i386.md (ashldi3, [...]): Change predicates to shiftdi_operand; use ix86_expa... | Jan Hubicka | 3 | -21/+627 |
2001-03-25 | i386.md (movstrsi): Move offline. | Jan Hubicka | 3 | -456/+1134 |
2001-03-24 | i386.md (cmpdi): Fix operand predicates. | Jan Hubicka | 1 | -26/+1346 |
2001-03-24 | i386-protos.h (ix86_split_long_move): Return void. | Jan Hubicka | 3 | -71/+154 |
2001-03-22 | i386.md (zero_extendsidi2_32): Break out from ... | Jan Hubicka | 1 | -14/+163 |
2001-03-22 | i386.md (pushsi, [...]): Disable. | Jan Hubicka | 1 | -20/+455 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -1/+0 |