| Commit message (Expand) | Author | Age | Files | Lines |
* | PR target/15286 | uweigand | 2004-10-28 | 1 | -2/+4 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -2/+2 |
* | * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1, | nathan | 2004-09-09 | 1 | -44/+25 |
* | * explow.c (memory_address): Use memory_address_p. | zack | 2004-08-09 | 1 | -5/+2 |
* | * defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. | zack | 2004-08-03 | 1 | -11/+1 |
* | * c-common.c: Rename all identifiers named `class' to `cl'. | bernie | 2004-07-25 | 1 | -18/+20 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -13/+11 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -16/+0 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -27/+27 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -3/+1 |
* | 2004-06-15 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-06-15 | 1 | -20/+20 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -6/+0 |
* | * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, | kazu | 2004-03-20 | 1 | -1/+1 |
* | 2004-02-07 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-03-03 | 1 | -7/+7 |
* | * recog.c (validate_replace_src): Remove. | kazu | 2004-02-26 | 1 | -9/+0 |
* | * recog.c (split_all_insns): Do not update reg info. | hubicka | 2004-02-06 | 1 | -1/+1 |
* | * alias.c (record_set): Use hard_regno_nregs. | hubicka | 2004-02-02 | 1 | -4/+4 |
* | * recog.c: Fix a typo in copyright. | kazu | 2004-01-23 | 1 | -1/+1 |
* | * alias.c, basic-block.h, c-common.c, c-common.h, | kazu | 2004-01-21 | 1 | -1/+1 |
* | * recog.c (constrain_operands): Validate mem operands. | rth | 2004-01-10 | 1 | -6/+19 |
* | * alias.c: Fix comment typos. | kazu | 2004-01-06 | 1 | -1/+1 |
* | PR opt/13473 | hubicka | 2004-01-01 | 1 | -8/+30 |
* | 2003-12-11 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-12-11 | 1 | -5/+5 |
* | PR optimization/11634 | sayle | 2003-12-02 | 1 | -61/+89 |
* | * recog.c (preprocess_constraints): Only zero those elements of | rearnsha | 2003-11-23 | 1 | -1/+4 |
* | Fix problem noticed by Dale Johannesen on the gcc list. | wilson | 2003-10-30 | 1 | -36/+26 |
* | * builtin-attrs.def: Fix comment formatting. | kazu | 2003-08-22 | 1 | -1/+1 |
* | * alias.c: Fix comment formatting. | kazu | 2003-07-22 | 1 | -1/+1 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -5/+3 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -161/+71 |
* | * genrecog.c (pred_table): Remove the entry for | kazu | 2003-06-23 | 1 | -52/+0 |
* | 2003-06-18 Stephen Clarke <stephen.clarke@superh.com> | amylaar | 2003-06-18 | 1 | -0/+3 |
* | * cfglayout.c (insn_scope): New static function | hubicka | 2003-06-08 | 1 | -2/+2 |
* | * recog.c (peephole2_optimize): Revert last change. | rth | 2003-06-06 | 1 | -2/+1 |
* | * recog.c (peephole2_optimize): Don't split block unless | rth | 2003-06-06 | 1 | -1/+2 |
* | * sbitmap.c (sbitmap_resize): New function. | sayle | 2003-02-18 | 1 | -12/+1 |
* | * recog.c (split_all_insns): Fix memory overflow. | hubicka | 2003-02-17 | 1 | -3/+11 |
* | * recog.c (split_all_insns): Include new blocks in life update; | rth | 2003-02-15 | 1 | -7/+14 |
* | * loop.c (emit_prefetch_instructions): Do conversion at right place in | hubicka | 2003-01-31 | 1 | -1/+1 |
* | * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned | ghazi | 2003-01-16 | 1 | -1/+1 |
* | Add 2003 copyright notices for constraints string patch, also 2002 notice | amylaar | 2003-01-13 | 1 | -1/+1 |
* | * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument. | amylaar | 2003-01-09 | 1 | -68/+101 |
* | * output.h: Fix comment typos. | kazu | 2002-12-25 | 1 | -2/+2 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+2 |
* | * recog.c (constrain_operands): Prefer exact match over reloadable | uweigand | 2002-11-20 | 1 | -13/+13 |
* | PR c/8439 | mmitchel | 2002-11-11 | 1 | -2/+2 |
* | 2002-11-04 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-11-04 | 1 | -5/+2 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -3/+3 |
* | * machmode.h (SCALAR_INT_MODE_P): New macro to test for | sje | 2002-08-19 | 1 | -0/+3 |
* | * reload.c (find_reloads): Handle constraint letters marked by | uweigand | 2002-08-14 | 1 | -0/+47 |