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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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-11-11
ChangeLog.2, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-11-09
flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
Geoffrey Keating
1
-13
/
+10
2001-10-29
basic-block.h (purge_all_dead_edges): Add update_life_p argument.
Jan Hubicka
1
-2
/
+1
2001-10-28
ChangeLog.0, [...]: Fix spelling errors.
Joseph Myers
1
-1
/
+1
2001-10-26
flow.c (clear_log_links): Remove unused variable.
Andreas Jaeger
1
-2
/
+1
2001-10-22
flow.c (clear_log_links): Use free_INSN_LIST_list, not free_EXPR_LIST_list fo...
Richard Henderson
1
-2
/
+2
2001-10-20
basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
Jan Hubicka
1
-20
/
+32
2001-10-11
rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...
John Wehle
1
-2
/
+19
2001-10-11
alias.c: Remove uses of "register" specifier in declarations of arguments and...
Stan Shebs
1
-24
/
+25
2001-10-07
builtins.c (expand_builtin_setjmp_receiver): Const-ify.
Kaveh R. Ghazi
1
-1
/
+1
2001-10-01
flow.c (propagate_block_delete_libcall): Remove unused first arg
David Billinghurst
1
-4
/
+3
2001-09-24
flow.c (delete_dead_jumptables): Delete jumptable if the only reference is fr...
Ulrich Weigand
1
-1
/
+1
2001-09-21
basic-block.h (flow_delete_insn, [...]): Kill.
Jan Hubicka
1
-13
/
+10
2001-09-16
basic-block.h (free_bb_for_insn): Declare.
Jan Hubicka
1
-12
/
+0
2001-09-10
Makefile.in (cfg.o, [...]): New.
Jan Hubicka
1
-6268
/
+1
2001-09-07
re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...
Jim Wilson
1
-0
/
+3
2001-08-28
df.h (struct df): Add rts_order variable.
Daniel Berlin
1
-0
/
+65
2001-08-27
flow.c (redirect_edge_succ_nodup): Return new edge.
Richard Henderson
1
-3
/
+7
2001-08-27
* flow.c (verify_flow_info): Use checksums to verify edges.
Roman Zippel
1
-24
/
+22
2001-08-27
flow.c (flow_loop_dump): Do not display insn UIDs if this is not an RTL basic...
Diego Novillo
1
-5
/
+11
2001-08-23
function.c (thread_prologue_and_epilogue_insns): Avoid fallthru flag on edge ...
Jan Hubicka
1
-1
/
+6
2001-08-22
jump.c (squeeze_notes): Take parms by reference.
Jason Merrill
1
-16
/
+11
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-22
flow.c (flow_find_cross_jump): Don't consider unconditional return insns for ...
Richard Henderson
1
-2
/
+4
2001-08-21
profile.c (compute_branch_probabilities): Remove extra new-line in error mess...
Andreas Jaeger
1
-1
/
+1
2001-08-20
basic-block.h (basic_block): Add new field 'flags'.
Diego Novillo
1
-16
/
+21
2001-08-18
flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
Richard Henderson
1
-1
/
+2
2001-08-15
rtl.h (only_sets_cc0_p): New prototype.
John Wehle
1
-2
/
+2
2001-08-14
flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG note from its a...
Jeffrey A Law
1
-0
/
+3
2001-08-10
calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...
Zack Weinberg
1
-1
/
+1
2001-08-08
dbxout.c: Fix comment formatting.
Kazu Hirata
1
-4
/
+4
2001-08-08
emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...
Jan van Male
1
-23
/
+23
2001-08-08
calls.c (ECF_ALWAYS_RETURN): New constant.
Jan Hubicka
1
-0
/
+1
2001-08-08
flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
Graham Stott
1
-2
/
+7
2001-08-07
calls.c (expand_call): Do not emit INSN_SETJMP note.
Jan Hubicka
1
-2
/
+2
2001-08-07
alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
Jan Hubicka
1
-2
/
+3
2001-08-05
Makefile.in (reload1.o): Add dedendancy on except.h
Jan Hubicka
1
-18
/
+38
2001-08-04
* loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
Jan Hubicka
1
-4
/
+69
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
[next]