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
/
cfgcleanup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* bt-load.c: Fix comment typos.
kazu
2003-07-05
1
-1
/
+1
*
* basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
hubicka
2003-07-03
1
-20
/
+47
*
* basic-block.h: Fix comment typos.
kazu
2003-07-01
1
-2
/
+2
*
* caller-save.c: Convert to ISO C90.
aj
2003-06-22
1
-78
/
+41
*
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
hubicka
2003-06-06
1
-6
/
+6
*
2003-05-15 Eric Christopher <echristo@redhat.com>
echristo
2003-05-16
1
-2
/
+2
*
* cfgcleanup.c (flow_find_cross_jump): Use INSN_P,not active_insn_p.
kenner
2003-04-18
1
-6
/
+6
*
* cfgbuild.c (make_edges): Use tablejump_p.
rth
2003-03-30
1
-6
/
+1
*
* cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
rth
2003-03-23
1
-1
/
+3
*
* cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
rth
2003-03-23
1
-4
/
+10
*
* rtl.h (subrtx_p): Renamed to rtx_referenced_p.
zlomek
2003-03-15
1
-4
/
+6
*
* cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
hubicka
2003-03-10
1
-0
/
+2
*
* cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
zlomek
2003-03-10
1
-3
/
+108
*
* cfgcleanup.c (merge_blocks): Return where to iterate next.
hubicka
2003-03-10
1
-25
/
+37
*
* expmed.c (expand_divmod): Undo sign extensions for unsigned operands
hubicka
2003-02-22
1
-1
/
+2
*
* cfgcleanup.c: Include params.h.
rth
2003-02-15
1
-5
/
+8
*
* cfgcleanup.c (outgoing_edges_match): When there is single outgoing
zlomek
2003-02-13
1
-2
/
+4
*
* Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
zlomek
2003-02-10
1
-11
/
+0
*
* alias.c: Fix comment typos.
kazu
2003-01-18
1
-6
/
+6
*
Merge basic-improvements-branch to trunk
zack
2002-12-16
1
-0
/
+2
*
* c-decl.c: Fix a comment typo.
kazu
2002-12-13
1
-1
/
+1
*
* calls.c (expand_call): Simplify noreturn call.
hubicka
2002-10-11
1
-2
/
+3
*
* builtins.def: Fix comment formatting.
kazu
2002-09-29
1
-1
/
+1
*
Do not foward a branch to just after a loop exit before
dalej
2002-09-17
1
-0
/
+9
*
* cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
rakdver
2002-09-07
1
-22
/
+6
*
Index: ChangeLog
geoffk
2002-08-05
1
-2
/
+0
*
* cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
jakub
2002-06-10
1
-0
/
+1
*
* basic-block.h (last_basic_block): Declare.
rakdver
2002-05-28
1
-22
/
+6
*
* bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
rakdver
2002-05-23
1
-9
/
+10
*
2002-05-23 David S. Miller <davem@redhat.com>
davem
2002-05-23
1
-2
/
+4
*
* cfgbuild.c: Fix formatting.
kazu
2002-05-22
1
-63
/
+63
*
* bb-reorder.c (make_reorder_chain_1): Modified.
rakdver
2002-05-21
1
-3
/
+3
*
* basic_block.h (struct basic_block_def): Added prev_bb and next_bb
rakdver
2002-05-19
1
-0
/
+3
*
Revert "Basic block renumbering removal", and two followup patches.
rth
2002-05-17
1
-44
/
+54
*
Basic block renumbering removal.
rth
2002-05-16
1
-54
/
+44
*
* invoke.texi (-malign-double): Re-add lost warning.
hubicka
2002-05-15
1
-2
/
+2
*
Fix merge typos.
hubicka
2002-05-08
1
-1
/
+0
*
* cfglayout.c (function_tail_eff_head): Rename to ...
hubicka
2002-05-08
1
-3
/
+2
*
* cfgcleanup.c (try_optimize_cfg): Call merge_block only when
hubicka
2002-05-03
1
-1
/
+1
*
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
rth
2002-05-01
1
-3
/
+3
*
* basic-block.h (flow_delete_block_noexpunge): Declare.
rth
2002-04-10
1
-7
/
+18
*
* local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti...
hubicka
2002-03-30
1
-8
/
+25
*
* rtlanal.c: Include flags.h
hubicka
2002-03-28
1
-3
/
+8
*
Fix the constant I forgot to update :(
hubicka
2002-03-22
1
-1
/
+1
*
* cfgcleanup.c (outgoing_edges_math): Fix condition; relax
hubicka
2002-03-22
1
-5
/
+17
*
* cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
hubicka
2002-03-16
1
-1
/
+1
*
* toplev.c (rest_of_compilation): Do jump threading before SSA path;
hubicka
2002-03-06
1
-0
/
+2
*
* cfgcleanup.c (mentions_nonequal_regs): New function.
hubicka
2002-03-06
1
-0
/
+32
*
* cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
hubicka
2002-03-06
1
-9
/
+33
*
* basic-block.h (BB_REACHABLE): Renumber.
hubicka
2002-02-28
1
-39
/
+9
[next]