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
/
flow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* flow.c (merge_blocks_nomove): Remove a barrier not following
rth
2000-05-31
1
-0
/
+2
*
* flow.c (propagate_block): Move initialization of mem_set_list ...
rth
2000-05-31
1
-21
/
+27
*
* flow.c (propagate_block): If block has no successors, stores to
kenner
2000-05-31
1
-0
/
+20
*
* flow.c (mark_used_reg): If a register is unconditionally live,
rearnsha
2000-05-29
1
-0
/
+18
*
* flow.c (find_label_refs): New function.
rearnsha
2000-05-26
1
-5
/
+55
*
* bb-reorder.c (reorder_block_def): Reorder elements for size.
rth
2000-05-26
1
-0
/
+40
*
* flow.c (mark_set_1): Don't record conditionally dead memory.
rth
2000-05-25
1
-0
/
+2
*
* combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
rth
2000-05-25
1
-4
/
+4
*
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
kenner
2000-05-19
1
-1
/
+25
*
* basic-block.h (struct edge_def): New field "count".
rth
2000-05-19
1
-7
/
+14
*
* flow.c (make_edges): The sibling call edge to exit is abnormal.
rth
2000-05-19
1
-1
/
+2
*
* jump.c (redirect_jump): Add delete_unused argument. Don't
rth
2000-05-19
1
-1
/
+1
*
* flow.c (commit_one_edge_insertion): Be prepared for a return
rth
2000-05-17
1
-28
/
+32
*
* Makefile.in (final.o): Depend on BASIC_BLOCK_H.
rth
2000-05-12
1
-59
/
+68
*
Do not bias REG_N_REFS by loop_depth when optimising for size.
nickc
2000-05-10
1
-3
/
+6
*
* flow.c (find_basic_blocks_1): Remove any spare bb_note
rth
2000-05-10
1
-0
/
+2
*
* flow.c (find_basic_blocks_1): Do not delete the first
rth
2000-05-10
1
-4
/
+9
*
* flow.c (flow_delete_insn): Use INSN_DELETED_P for marking insn
denisc
2000-05-09
1
-1
/
+2
*
* flow.c (init_propagate_block_info): Watch out for conditional
rth
2000-05-08
1
-6
/
+19
*
* flow.c (mark_set_1): Don't update conditional life info
rth
2000-05-07
1
-1
/
+1
*
Add imssing blank line
kenner
2000-05-06
1
-0
/
+1
*
* flow.c (mark_set_1): Respect not_dead when updating reg_live.
rth
2000-05-06
1
-0
/
+1
*
* flow.c (split_edge): Don't allocate global_live_at_start for
rth
2000-05-06
1
-7
/
+2
*
* flow.c (init_propagate_block_info): Fix merge error
rth
2000-05-05
1
-2
/
+2
*
* flow.c (propagate_one_insn): Also don't PROP_REG_INFO for
rth
2000-05-03
1
-1
/
+2
*
Tue May 2 00:20:30 2000 Jason Eckhardt <jle@cygnus.com>
jle
2000-05-03
1
-1
/
+17
*
* flow.c (calculate_global_regs_live): Skip for_each_successor_phi
rth
2000-05-02
1
-2
/
+3
*
* flow.c (propagate_one_insn): Mark sets even when the insn is dead.
rth
2000-05-01
1
-5
/
+9
*
* flow.c (struct reg_cond_life_info): New.
rth
2000-04-30
1
-0
/
+431
*
* function.c (epilogue_done): Pass whole insn to record_insns.
hubicka
2000-04-27
1
-0
/
+2
*
* flow.c (struct propagate_block_info): Remove new_dead, new_live;
rth
2000-04-27
1
-72
/
+118
*
* flow.c (calculate_global_regs_live): Force stack pointer
rth
2000-04-27
1
-0
/
+4
*
* flow.c (allocate_reg_life_data): Set max_regno here ...
rth
2000-04-27
1
-2
/
+2
*
* flow.c (count_reg_sets_1): Remove.
rth
2000-04-27
1
-269
/
+2
*
* flow.c (update_life_info): Consider blocks null to mean the
rth
2000-04-27
1
-27
/
+66
*
* flow.c (tidy_fallthru_edge): Don't delete the jump when it's
rth
2000-04-27
1
-1
/
+3
*
* jump.c (invert_jump): Always invert REG_BR_PROB. Do it correctly.
rth
2000-04-27
1
-17
/
+0
*
* flow.c (mark_set_1): New arguments code and flags; update all
rth
2000-04-27
1
-134
/
+86
*
* flow.c (find_auto_inc): Use pbi->bb instead of BLOCK_FOR_INSN.
rth
2000-04-27
1
-8
/
+5
*
* flow.c (propagate_one_insn): Break out from propagate_block.
rth
2000-04-27
1
-243
/
+275
*
* basic-block.h (life_analysis): Declare here ...
rth
2000-04-27
1
-27
/
+13
*
* flow.c (flow_delete_block): Rename from delete_block. Export.
rth
2000-04-27
1
-5
/
+4
*
* regs.h (reg_n_max): Don't declare.
mmitchel
2000-04-24
1
-4
/
+0
*
* flow.c (mark_used_reg): Hack around rs6000 eliminable pic reg.
rth
2000-04-22
1
-3
/
+6
*
* flow.c (count_basic_blocks, find_basic_blocks_1): Remove last change.
kenner
2000-04-15
1
-33
/
+16
*
* flow.c (count_basic_blocks): Remove unused var PREV_CALL.
kenner
2000-04-14
1
-72
/
+75
*
* flow.c (find_auto_inc): Don't autoinc eliminable registers.
rth
2000-04-14
1
-1
/
+9
*
* flow.c (struct propagate_block_info): Add new_dead, new_live.
rth
2000-04-12
1
-109
/
+99
*
* ssa.c (convert_to_ssa): Eliminate dead code when calling
samuel
2000-04-09
1
-1
/
+1
*
* flow.c (mark_used_reg): Use reg_set_p to determine if a register
rth
2000-04-08
1
-1
/
+7
[next]