| Commit message (Expand) | Author | Age | Files | Lines |
* | 2001-07-21 H.J. Lu (hjl@gnu.org) | hjl | 2001-07-21 | 1 | -3/+1 |
* | * config/mips/mips.c (print_operand): Extend '%D' to memory operands. | rsandifo | 2001-07-12 | 1 | -16/+12 |
* | * alias.c (set_mem_alias_set): New function. | kenner | 2001-07-11 | 1 | -2/+2 |
* | * config/mips/mips.c (gen_int_relational): Tell the caller not to | rsandifo | 2001-07-11 | 1 | -0/+2 |
* | Fix typo in last change | kenner | 2001-07-11 | 1 | -1/+1 |
* | * recog.c (offsettable_address_p): Handle LO_SUM case. | kenner | 2001-07-10 | 1 | -8/+4 |
* | 2001-07-10 Eric Christopher <echristo@redhat.com> | echristo | 2001-07-10 | 1 | -1/+1 |
* | * target.h (targetm): Rename global from "target", so as not to | shebs | 2001-07-07 | 1 | -1/+1 |
* | * Makefile.in (final.o): Depend on target.h. | neil | 2001-07-06 | 1 | -5/+11 |
* | 2001-07-05 Eric Christopher <echristo@redhat.com> | echristo | 2001-07-06 | 1 | -342/+414 |
* | * emit-rtl.c (replace_equiv_address): New function. | kenner | 2001-07-04 | 1 | -11/+11 |
* | * explow.c (plus_constant_wide, case PLUS): Call find_constant_term | kenner | 2001-07-03 | 1 | -3/+3 |
* | * explow.c (plus_constant_wide, case LO_SUM): New case. | kenner | 2001-07-03 | 1 | -3/+2 |
* | * Makefile.in (TARGET_H, TARGET_DEF_H): New. | neil | 2001-06-26 | 1 | -1/+5 |
* | * config/mips/mips.h (ASM_OUTPUT_ASCII): Convert to function. | geoffk | 2001-05-31 | 1 | -0/+79 |
* | * except.c (dw2_build_landing_pads): Use word_mode, not Pmode, | mmitchel | 2001-05-20 | 1 | -6/+34 |
* | * dbxout.c, mips-tfile.c, config/mips/mips.c, xcoffout.c: | zack | 2001-05-01 | 1 | -5/+1 |
* | 2001-04-03 Jakub Jelinek <jakub@redhat.com> | amacleod | 2001-04-03 | 1 | -15/+30 |
* | * mkconfig.sh: Include insn-flags.h. | rth | 2001-03-22 | 1 | -2/+0 |
* | Fix some MIPS warnings | meissner | 2001-03-16 | 1 | -7/+10 |
* | 2001-02-26 Jeffrey Oldham <oldham@codesourcery.com> | zack | 2001-02-27 | 1 | -1/+1 |
* | * config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd. | zack | 2001-02-25 | 1 | -3/+3 |
* | * xm-interix.h, xm-lynx.h, alpha/xm-vms.h, convex/xm-convex.h, | zack | 2001-02-25 | 1 | -45/+4 |
* | * mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD to | rth | 2001-02-18 | 1 | -3/+12 |
* | * config/mips/mips.c (mips_make_temp_file): Call fatal_io_error, | kenner | 2001-02-05 | 1 | -5/+5 |
* | * config/mips/mips.c (override_options): Fix typo in last change. | kenner | 2001-02-05 | 1 | -1/+1 |
* | * diagnostic.h (set_internal_error_function): Renamed. | kenner | 2001-02-04 | 1 | -8/+15 |
* | 2001-01-02 Jeffrey Oldham <oldham@codesourcery.com> | oldham | 2001-01-02 | 1 | -1/+2 |
* | * alpha.c (check_float_value): Use memcpy, not bcopy. | ghazi | 2000-11-10 | 1 | -2/+1 |
* | Change callers in config/m*/ to match: | hp | 2000-09-25 | 1 | -3/+3 |
* | definitions in config/m[ci]*: | hp | 2000-09-25 | 1 | -1/+1 |
* | Set rsize properly for args passed by reference. | crux | 2000-09-15 | 1 | -1/+4 |
* | * config/mips/mips-protos.h | gkm | 2000-09-12 | 1 | -2/+70 |
* | * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab, | gkm | 2000-08-24 | 1 | -6/+3 |
* | Warning fixes: | ghazi | 2000-08-21 | 1 | -11/+12 |
* | Fix most compile time warning messages | nickc | 2000-08-08 | 1 | -53/+55 |
* | * alias.c (mark_constant_function): Use INSN_P. | law | 2000-08-04 | 1 | -4/+4 |
* | * (mips_legitimate_address_p): Don't allow register+offset | cpopetz | 2000-08-04 | 1 | -0/+4 |
* | * mips.c (mips_expand_prologue): Don't calculate the last | cpopetz | 2000-07-17 | 1 | -5/+11 |
* | Warning patch: | ghazi | 2000-07-15 | 1 | -2/+3 |
* | * config/mips/mips.c (simple_memory_operand): Access the | cpopetz | 2000-07-11 | 1 | -1/+1 |
* | * mips.c (machine_dependent_reorg): Fix braces for nested if. | amylaar | 2000-06-14 | 1 | -2/+4 |
* | change MIPS varargs ABI in config/mips/mips.c | dlindsay | 2000-05-03 | 1 | -138/+323 |
* | * config/mips/mips-protos.h (mips_legitimate_address_p): New | mmitchel | 2000-04-16 | 1 | -8/+141 |
* | 2000-04-13 Andreas Jaeger <aj@suse.de> | aj | 2000-04-13 | 1 | -1/+1 |
* | * expmed.c (extract_bit_field): Ensure BITS_PER_WORD is signed in MAX. | kenner | 2000-03-26 | 1 | -19/+16 |
* | * config/mips/mips.c (mips_expand_prologue): If the last | gavin | 2000-03-08 | 1 | -25/+30 |
* | fix copyrights | law | 2000-02-26 | 1 | -1/+2 |
* | * alpha-protos.h: PROTO -> PARAMS. | ghazi | 2000-01-18 | 1 | -17/+17 |
* | * config/mips/mips.c (override_options): Don't turn on extra | cpopetz | 2000-01-14 | 1 | -1/+1 |