index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
regmove.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* emit-rtl.c (replace_equiv_address): New function.
kenner
2001-07-04
1
-2
/
+3
*
Fix incorrect note handling.
bernds
2001-06-19
1
-0
/
+9
*
* regmove.c (regmove_optimize): Suppress the optimization for
jakub
2001-05-11
1
-1
/
+8
*
* regmove.c (try_apply_stack_adjustment): Remove now redundant
rth
2001-04-30
1
-38
/
+60
*
* regmove.c (record_stack_memrefs): Catch all references to the
mmitchel
2001-04-30
1
-5
/
+10
*
* Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.h
ghazi
2001-04-13
1
-0
/
+1
*
* Makefile.in (regmove.o): Depend on except.h.
rth
2001-04-13
1
-0
/
+1
*
2001-04-03 Jakub Jelinek <jakub@redhat.com>
amacleod
2001-04-03
1
-2
/
+2
*
* regmove.c (perhaps_ends_bb_p): Use can_throw_internal to
rth
2001-03-28
1
-4
/
+9
*
* mkconfig.sh: Include insn-flags.h.
rth
2001-03-22
1
-1
/
+0
*
* regmove.c (try_auto_increment): Change REG_DEAD into REG_UNUSED
rth
2001-01-31
1
-0
/
+10
*
* reload1.c: Add prototype for replace_pseudos_in_call_usage.
aj
2001-01-13
1
-14
/
+15
*
Reinstated part of the patch that is safe
aoliva
2001-01-12
1
-1
/
+44
*
Reverted
aoliva
2001-01-12
1
-55
/
+1
*
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs
aoliva
2001-01-12
1
-1
/
+55
*
* regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
hubicka
2000-11-08
1
-3
/
+10
*
* regmove.c (perhaps_ends_bb_p): New function.
kenner
2000-08-18
1
-115
/
+69
*
* alias.c (mark_constant_function): Use INSN_P.
law
2000-08-04
1
-18
/
+17
*
* cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
rth
2000-07-28
1
-3
/
+2
*
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.
kenner
2000-05-31
1
-3
/
+4
*
* regmove.c (struct record_stack_memrefs_data): New.
hubicka
2000-04-28
1
-18
/
+58
*
* regmove.c (struct csa_memlist): Make mem field rtx *.
law
2000-03-28
1
-9
/
+11
*
* regmove.c (combine_stack_adjustments_for_block): Check that
rth
2000-03-22
1
-0
/
+1
*
* regmove.c (stack_memref_p): Fix typo, reorg for readability.
rth
2000-03-20
1
-9
/
+19
*
* regmove.c (combine_stack_adjustments): New.
rth
2000-03-14
1
-0
/
+333
*
* regmove.c (copy_src_to_dest) Do not create src->dest move
mmitchel
2000-03-05
1
-0
/
+1
*
Fix copyrights.
law
2000-02-26
1
-1
/
+2
*
* machmode.h: PROTO -> PARAMS.
ghazi
2000-01-17
1
-16
/
+16
*
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.
ghazi
2000-01-04
1
-5
/
+5
*
* regmove.c (copy_src_to_dest): Remove loop_depth parameter.
hubicka
1999-12-17
1
-44
/
+11
*
Fix ia64 abort while compiling gcc.c-torture/unsorted/logic.c.
wilson
1999-12-07
1
-0
/
+8
*
* regmove.c (copy_src_to_dest): Remove loop_depth parameter.
hubicka
1999-12-04
1
-91
/
+7
*
* cse.c (delete_trivially_dead_insns): Replace alloca with
mmitchel
1999-11-08
1
-3
/
+8
*
* rtl.h (note_stores): Add additional paramter.
mmitchel
1999-10-27
1
-3
/
+4
*
* regmove.c (optimize_reg_copy_3): Make sure P is non-nil as we
brendan
1999-10-13
1
-1
/
+4
*
* print-tree.c (print_node, indent_to): Remove redundant prototypes.
ghazi
1999-10-03
1
-2
/
+4
*
Delete !REGISTER_CONSTRAINTS code
crux
1999-10-01
1
-2
/
+0
*
Make it possible to prototype port-specific functions (and convert i386 to us...
crux
1999-09-20
1
-0
/
+1
*
* regmove.c (fixup_match_1): Don't change an unchanging register.
law
1999-09-14
1
-8
/
+26
*
Replace insn_foo with insn_data.foo.
rth
1999-09-12
1
-3
/
+6
*
Replace recog_foo with recog_data.foo.
rth
1999-09-12
1
-26
/
+34
*
Merge in gcc2-ss-010999
law
1999-09-07
1
-55
/
+0
*
* regmove.c (fixup_match_1): Don't move INSN in front of P if
rth
1999-09-01
1
-2
/
+12
*
Fix typo in comment.
law
1999-09-01
1
-1
/
+1
*
1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>
zack
1999-08-31
1
-1
/
+3
*
* rtl.h (rtx_format): Constify a char*.
ghazi
1999-08-20
1
-1
/
+1
*
Include function.h in most files. Remove most of the global variables
crux
1999-08-09
1
-0
/
+1
*
* regmove.c (fixup_match_1): Consistently evaluate
law
1999-04-03
1
-3
/
+2
*
* regmove.c (fixup_match_1): Remove now useless if (0).
law
1999-04-02
1
-5
/
+1
*
* regmove.c (copy_src_to_dest): New argument max_old_uid.
amylaar
1999-03-08
1
-7
/
+12
[next]