index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
flow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-07-31
* flow.c (merge_blocks): Return 1 if an extra jump is inserted.
John Wehle
1
-0
/
+2
2001-07-30
i386.c (ix86_output_main_function_alignment_hack): New function.
Jan Hubicka
1
-1
/
+94
2001-07-30
flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
Jan Hubicka
1
-8
/
+4
2001-07-29
basic-block.h (CLEANUP_PRE_LOOP): New.
Jan Hubicka
1
-3
/
+28
2001-07-28
flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if not optimizing.
Richard Henderson
1
-1
/
+1
2001-07-28
flow.c (add_to_mem_set_list): New function.
Richard Henderson
1
-70
/
+66
2001-07-28
basic-block.h (EDGE_FREQUENCY): New macro.
Jan Hubicka
1
-10
/
+50
2001-07-27
flow.c (last_loop_beg_note): New function.
Jan Hubicka
1
-24
/
+58
2001-07-27
flow.c (redirect_edge_and_branch_force): Test target->global_live_at_start.
John Wehle
1
-1
/
+1
2001-07-26
rtl.h (cleanup_barriers): Declare.
Jan Hubicka
1
-1
/
+27
2001-07-26
basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
John Wehle
1
-4
/
+45
2001-07-25
flow.c (delete_dead_jumptables): New function.
Jan Hubicka
1
-9
/
+68
2001-07-25
flow.c (find_sub_basic_blocks): Fix handling of the last BB in the sequence.
Jan Hubicka
1
-14
/
+19
2001-07-24
flow.c (try_simplify_condjump): Avoid duplicated edges.
Jan Hubicka
1
-32
/
+90
2001-07-24
flow.c (try_forward_edges): Accept fallthru edge; Update comment.
Jan Hubicka
1
-8
/
+10
2001-07-24
* flow.c (delete_noop_moves): Do not confuse libcall regions.
Jan Hubicka
1
-3
/
+5
2001-07-23
* flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
Richard Henderson
1
-5
/
+6
2001-07-23
flow.c (try_simplify_condjump): Unlink insn chain on fallthru edge; use can_f...
Jan Hubicka
1
-1
/
+6
2001-07-23
basic-block.h (find_sub_basic_block): Declare.
Jan Hubicka
1
-99
/
+121
2001-07-23
flow.c: Grammar check and clarify a lot of comments.
Richard Henderson
1
-290
/
+406
2001-07-22
flow.c (split_block): Make sure bb_note is included in the new block when spl...
Richard Henderson
1
-0
/
+5
2001-07-22
basic-block.h (redirect_edge_and_branch_force, [...]): Declare.
Jan Hubicka
1
-9
/
+7
2001-07-21
flow.c (try_redirect_by_replacing_jump): Correctly compute which insns to del...
Richard Henderson
1
-23
/
+15
2001-07-18
flow.c (redirect_edge_and_branch): Bail out on complex edges.
Richard Henderson
1
-19
/
+26
2001-07-17
unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for x86-64 pic support.
Andreas Jaeger
1
-1
/
+0
2001-07-16
basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
Jan Hubicka
1
-0
/
+33
2001-07-16
hard-reg-set.h (regs_invalidated_by_call): Declare.
Richard Henderson
1
-2
/
+1
2001-07-15
flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and ...
Richard Henderson
1
-2
/
+10
2001-07-14
Re-install recently reverted patch.
Jan Hubicka
1
-1
/
+1
2001-07-14
bb-reorder.c (skip_insn_after_block): Get past the line number notes.
Jan Hubicka
1
-4
/
+4
2001-07-13
Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
Geoffrey Keating
1
-1
/
+1
2001-07-13
emit-rtl.c (try_split): Update mark_jump_label call.
Jan Hubicka
1
-1
/
+1
2001-07-12
flow.c (try_optimize_cfg): Delete whole chain of trivially dead basic blocks.
Jan Hubicka
1
-11
/
+8
2001-07-12
flow.c (find_basic_blocks_1): Do not emit NOP after call.
Jan Hubicka
1
-22
/
+3
2001-07-11
flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...
Jan Hubicka
1
-22
/
+570
2001-07-11
gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...
Daniel Berlin
1
-0
/
+4
2001-07-10
regmove.c (replace_in_call_usage): Fix warnings.
Jan van Male
1
-1
/
+1
2001-07-09
basic-block.h (tree_node): Forward declare if needed.
Diego Novillo
1
-3
/
+7
2001-07-09
flow.c (redirect_edge_and_branch_force): New.
Jan Hubicka
1
-21
/
+166
2001-07-06
basic-block.h (first_insn_after_basic_block_note): Declare.
Jeffrey A Law
1
-0
/
+22
2001-07-05
flow.c: Reverse Jan Hubicka's patch of 02July2001.
Jeffrey Oldham
1
-28
/
+9
2001-07-02
flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
Jan Hubicka
1
-9
/
+28
2001-07-02
* flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
Richard Kenner
1
-1
/
+1
2001-06-28
flow.c (dump_bb): Remove unused third argument to call to fprintf when...
Diego Novillo
1
-1
/
+1
2001-06-28
Makefile.in (OBJS): Add df.o
Jeff Law
1
-2
/
+1
2001-06-28
flow.c (try_merge_block): Rename to try_optimize_cfg; do basic simplification...
Jan Hubicka
1
-33
/
+381
2001-06-28
i386.md (cmp?i): Simplify; refuse immediate operand in alternative 0
Jan Hubicka
1
-74
/
+93
2001-06-23
* flow.c (attempt_auto_inc, try_pre_increment_1): Fix typo.
Jan Hubicka
1
-2
/
+2
2001-06-22
flow.c (mark_set_1, [...]): compute REG_FREQ using bb->frequency.
Jan Hubicka
1
-5
/
+9
2001-06-22
predict.c (block_info_def): Add nvisited.
Jan Hubicka
1
-0
/
+3
[next]