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
*
Fix for PR 3783.
wilson
2001-09-07
1
-0
/
+3
*
2001-08-28 Daniel Berlin <dan@cgsoftware.com>
dberlin
2001-08-28
1
-0
/
+65
*
* flow.c (redirect_edge_succ_nodup): Return new edge.
rth
2001-08-28
1
-3
/
+7
*
* flow.c (verify_flow_info): Use checksums to verify edges.
rth
2001-08-27
1
-24
/
+22
*
* flow.c (flow_loop_dump): Do not display insn UIDs if this is not
dnovillo
2001-08-27
1
-5
/
+11
*
* function.c (thread_prologue_and_epilogue_insns): Avoid
hubicka
2001-08-23
1
-1
/
+6
*
* jump.c (squeeze_notes): Take parms by reference. Handle END being
jason
2001-08-22
1
-16
/
+11
*
* Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
gerald
2001-08-22
1
-12
/
+12
*
* flow.c (flow_find_cross_jump): Don't consider unconditional
rth
2001-08-22
1
-2
/
+4
*
* profile.c (compute_branch_probabilities): Remove extra new-line
aj
2001-08-21
1
-1
/
+1
*
* basic-block.h (basic_block): Add new field 'flags'.
dnovillo
2001-08-21
1
-16
/
+21
*
* flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
rth
2001-08-19
1
-1
/
+2
*
* rtl.h (only_sets_cc0_p): New prototype.
wehle
2001-08-15
1
-2
/
+2
*
* flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
law
2001-08-14
1
-0
/
+3
*
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
zack
2001-08-10
1
-1
/
+1
*
* dbxout.c: Fix comment formatting.
kazu
2001-08-08
1
-4
/
+4
*
2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>
aj
2001-08-08
1
-23
/
+23
*
* calls.c (ECF_ALWAYS_RETURN): New constant.
hubicka
2001-08-08
1
-0
/
+1
*
* flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
grahams
2001-08-08
1
-2
/
+7
*
* calls.c (expand_call): Do not emit INSN_SETJMP note.
hubicka
2001-08-07
1
-2
/
+2
*
* alias.c (nonlocal_mentioned_p):
hubicka
2001-08-07
1
-2
/
+3
*
* Makefile.in (reload1.o): Add dedendancy on except.h
rth
2001-08-06
1
-18
/
+38
*
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
hubicka
2001-08-04
1
-4
/
+69
*
* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
wehle
2001-07-31
1
-0
/
+2
*
* i386.c (ix86_output_main_function_alignment_hack): New function.
hubicka
2001-07-30
1
-1
/
+94
*
* flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
hubicka
2001-07-30
1
-8
/
+4
*
* basic-block.h (CLEANUP_PRE_LOOP): New.
hubicka
2001-07-29
1
-3
/
+28
*
* flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
rth
2001-07-29
1
-1
/
+1
*
* flow.c (add_to_mem_set_list): New function.
rth
2001-07-29
1
-70
/
+66
*
* basic-block.h (EDGE_FREQUENCY): New macro.
hubicka
2001-07-28
1
-10
/
+50
*
* flow.c (last_loop_beg_note): New function.
hubicka
2001-07-27
1
-24
/
+58
*
* flow.c (redirect_edge_and_branch_force): Test
wehle
2001-07-27
1
-1
/
+1
*
* rtl.h (cleanup_barriers): Declare.
hubicka
2001-07-26
1
-1
/
+27
*
* basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
wehle
2001-07-26
1
-4
/
+45
*
* flow.c (delete_dead_jumptables): New function.
hubicka
2001-07-25
1
-9
/
+68
*
* flow.c (find_sub_basic_blocks): Fix handling of the last BB in
rth
2001-07-25
1
-14
/
+19
*
* flow.c (try_simplify_condjump): Avoid duplicated edges.
hubicka
2001-07-24
1
-32
/
+90
*
* flow.c (try_forward_edges): Accept fallthru edge; Update comment.
hubicka
2001-07-24
1
-8
/
+10
*
* flow.c (delete_noop_moves): Do not confuse libcall regions.
hubicka
2001-07-24
1
-3
/
+5
*
* flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
rth
2001-07-24
1
-5
/
+6
*
* flow.c (try_simplify_condjump): Unlink insn chain on
hubicka
2001-07-23
1
-1
/
+6
*
* basic-block.h (find_sub_basic_block): Declare.
hubicka
2001-07-23
1
-99
/
+121
*
* flow.c: Grammar check and clarify a lot of comments.
rth
2001-07-23
1
-290
/
+406
*
* flow.c (split_block): Make sure bb_note is included in the
rth
2001-07-22
1
-0
/
+5
*
* basic-block.h (redirect_edge_and_branch_force,
hubicka
2001-07-22
1
-9
/
+7
*
* flow.c (try_redirect_by_replacing_jump): Correctly compute which
kazu
2001-07-21
1
-23
/
+15
*
* flow.c (redirect_edge_and_branch): Bail out on complex edges.
hubicka
2001-07-18
1
-19
/
+26
*
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
aj
2001-07-17
1
-1
/
+0
*
* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
hubicka
2001-07-16
1
-0
/
+33
*
* hard-reg-set.h (regs_invalidated_by_call): Declare.
rth
2001-07-16
1
-2
/
+1
[next]