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/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
/
tree-ssa-threadupdate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-13
/
+12
2012-10-25
Change hash_table to support a comparator type different from the value type ...
Lawrence Crowl
1
-5
/
+6
2012-10-12
tree-ssa-threadupdate.c (def_split_header_continue_p): Do not escape the loop.
Jan Hubicka
1
-3
/
+9
2012-09-20
Don't cast XNEWVEC's result.
Marek Polacek
1
-3
/
+3
2012-09-10
re PR middle-end/54520 (ice in merge_latch_edges with -O3)
Richard Guenther
1
-6
/
+8
2012-09-04
re PR tree-optimization/54458 (ICE get_loop_body, at cfgloop.c:830)
Richard Guenther
1
-0
/
+10
2012-08-17
hash-table.h (class hash_table): Use a descriptor template argument instead o...
Richard Guenther
1
-25
/
+24
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-44
/
+49
2012-07-16
system.h (dump_file): Do not define.
Steven Bosscher
1
-2
/
+1
2012-07-16
revert: tree.h (phi_arg_d): New field.
Dehao Chen
1
-3
/
+1
2012-07-10
tree.h (phi_arg_d): New field.
Dehao Chen
1
-1
/
+3
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-1
/
+0
2012-04-11
re PR tree-optimization/52912 (ICE: verify_ssa failed)
Richard Guenther
1
-0
/
+11
2012-04-03
re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled)
Richard Guenther
1
-1
/
+5
2012-04-02
re PR middle-end/52756 (255.vortex in SPEC CPU 2000 failed to build)
Richard Guenther
1
-0
/
+46
2012-03-28
loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...
Richard Guenther
1
-0
/
+2
2011-12-27
re PR tree-optimization/48641 (ICE: verify_flow_info failed: Wrong frequency ...
Jan Hubicka
1
-1
/
+5
2011-06-23
re PR middle-end/49465 (Revision 175114 miscompiled 403.gcc in SPEC CPU 2006)
Jeff Law
1
-3
/
+6
2011-06-16
tree-ssa-threadupdate.c (struct redirection_data): New field intermediate_edge.
Jeff Law
1
-30
/
+121
2011-05-06
tree-ssa-threadupdate.c (create_block_for_threading): Do not call remove_ctrl...
Jeff Law
1
-11
/
+5
2011-05-03
tree-ssa-threadupdate.c (THREAD_TARGET): define.
Jeff Law
1
-19
/
+58
2011-04-05
tree-ssa-threadupdate.c (determine_bb_domination_status): Always check if BB ...
Jeff Law
1
-2
/
+0
2011-03-29
re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622)
Jeff Law
1
-57
/
+11
2011-03-28
tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destina...
Jeff Law
1
-11
/
+27
2011-01-03
Update Copyright years for files modified in 2010.
Jakub Jelinek
1
-1
/
+1
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-2
/
+0
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
2009-11-28
matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...
Jakub Jelinek
1
-2
/
+0
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-3
/
+3
2009-09-02
invoke.texi (-fvar-tracking-assignments): New.
Alexandre Oliva
1
-0
/
+1
2009-07-30
Add source_location support to PHI arguments.
Andrew MacLeod
1
-2
/
+4
2008-08-29
loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.
Jan Hubicka
1
-1
/
+1
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-23
/
+25
2008-06-06
cgraph.c: Fix typos in comments.
Ralf Wildenhues
1
-3
/
+4
2008-05-20
tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.
Richard Guenther
1
-3
/
+2
2007-11-07
re PR rtl-optimization/33737 (verify_flow_info failed: Wrong probability of e...
Eric Botcazou
1
-1
/
+5
2007-09-07
tree-flow.h (const_block_stmt_iterator): Remove.
Diego Novillo
1
-12
/
+12
2007-08-14
alias.c (component_uses_parent_alias_set): Constify.
Kaveh R. Ghazi
1
-12
/
+12
2007-08-14
alias.c (rtx_equal_for_memref_p): Constify.
Kaveh R. Ghazi
1
-2
/
+2
2007-08-04
tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...
Zdenek Dvorak
1
-1
/
+1
2007-08-01
tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...
Zdenek Dvorak
1
-0
/
+3
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-07-25
tree-ssa-threadupdate.c (create_edge_and_update_destination_phis): Scan the n...
Zdenek Dvorak
1
-0
/
+1
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-3
/
+3
2007-06-21
re PR tree-optimization/32451 (ICE in verify_flow_info after DOM2)
Richard Guenther
1
-0
/
+5
2007-06-06
tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...
Thomas Neumann
1
-7
/
+7
2007-06-03
cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.
Zdenek Dvorak
1
-3
/
+3
2007-05-27
tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.
Zdenek Dvorak
1
-10
/
+9
2007-05-24
re PR middle-end/32018 (ICE on optimization)
Zdenek Dvorak
1
-5
/
+5
2007-05-17
tree-vrp.c (finalize_jump_threads): Do not care about dominance info.
Zdenek Dvorak
1
-247
/
+429
[next]