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
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-07-09
PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...
Martin Sebor
1
-4
/
+4
2019-05-31
re PR tree-optimization/90671 (ICE on valid code at -Os and above with -g ena...
Jakub Jelinek
1
-3
/
+16
2019-05-21
preserve more debug stmts in gimple jump threading
Alexandre Oliva
1
-0
/
+68
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-23
re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditi...
Jeff Law
1
-1
/
+11
2018-11-13
Eliminate source_location in favor of location_t
David Malcolm
1
-3
/
+3
2018-07-11
tree-ssa-threadupdate.c (thread_through_all_blocks): Do not jump thread twice...
Aldy Hernandez
1
-8
/
+14
2018-07-01
Allow jump threading of multiple paths that start from the same BB.
Aldy Hernandez
1
-5
/
+182
2018-05-03
re PR tree-optimization/85615 (ICE at -O2 and above on valid code on x86_64-l...
Richard Biener
1
-1
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-15
re PR middle-end/36550 (Wrong "may be used uninitialized" warning (conditiona...
Jeff Law
1
-18
/
+66
2017-12-15
re PR tree-optimization/81165 (Regression in GCC-8.0.0's optimizer)
Jeff Law
1
-0
/
+136
2017-12-15
re PR tree-optimization/83410 (libgomp.graphite/force-parallel-4.c etc. FAIL)
Jeff Law
1
-0
/
+25
2017-11-14
tree-ssa-threadupdate.c (thread_through_all_blocks): Thread blocks is post or...
Jeff Law
1
-8
/
+26
2017-11-14
tree-ssa-threadupdate.c (compute_path_counts): Remove unused path_in_freq_ptr...
Jan Hubicka
1
-12
/
+2
2017-11-03
asan.c (create_cond_insert_point): Maintain profile.
Jan Hubicka
1
-199
/
+38
2017-10-19
asan.c (create_cond_insert_point): Do not update edge count.
Jan Hubicka
1
-162
/
+83
2017-09-12
tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC vectors heap vectors.
Aldy Hernandez
1
-1
/
+1
2017-09-05
tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused REGION_COPY ar...
Aldy Hernandez
1
-16
/
+5
2017-07-16
tree-ssa-threadupdate.c (compute_path_counts, [...]): Use profile_probability.
Jan Hubicka
1
-4
/
+3
2017-07-03
re PR rtl-optimization/81290 (ICE in update_br_prob_note)
Jan Hubicka
1
-2
/
+3
2017-06-29
asan.c (asan_emit_stack_protection): Update.
Jan Hubicka
1
-11
/
+15
2017-06-05
cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.
Jan Hubicka
1
-5
/
+9
2017-06-04
i386.c (make_resolver_func): Update.
Jan Hubicka
1
-52
/
+48
2017-05-14
use auto_bitmap more
Trevor Saunders
1
-10
/
+3
2017-03-14
alias.c (struct alias_set_entry): Pack properly.
Richard Biener
1
-3
/
+3
2017-01-23
re PR tree-optimization/79088 (wrong code at -O2 on x86_64-linux-gnu)
Richard Biener
1
-36
/
+40
2017-01-17
re PR tree-optimization/77445 (Performance drop after r239219 on coremark test)
Jan Hubicka
1
-43
/
+62
2017-01-03
re PR tree-optimization/78856 (wrong code at -O3 on x86_64-linux-gnu (in both...
Jeff Law
1
-21
/
+10
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-11
re PR tree-optimization/77424 (Identical statements in if-else branches)
Jeff Law
1
-46
/
+6
2016-08-05
tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary restriction on t...
Richard Biener
1
-4
/
+2
2016-06-02
re PR tree-optimization/71328 (ice in verify_jump_thread)
Jeff Law
1
-2
/
+2
2016-01-25
re PR tree-optimization/69196 (code size regression with jump threading at -O2)
Jeff Law
1
-70
/
+1
2016-01-12
[PATCH][PR tree-optimization/pr67755] Fix profile insanity adjustments
Jeff Law
1
-1
/
+20
2016-01-12
* tree-ssa-threadupdate.c: Various whitespace and typo fixes.
Jeff Law
1
-39
/
+39
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-18
[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threading
Jeff Law
1
-10
/
+39
2015-11-09
Fix memory leaks and use a pool_allocator
Martin Liska
1
-1
/
+5
2015-11-08
[PATCH] Remove backedge handling support in tree-ssa-threadupdate.c
Jeff Law
1
-244
/
+44
2015-11-02
[PATCH] Avoid more irreducible loops in FSM threader
Jeff Law
1
-12
/
+21
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-5
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-5
/
+4
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-3
/
+2
2015-10-19
[PATCH] Don't allow FSM threader to create irreducible loops unless it elimin...
Jeff Law
1
-4
/
+26
2015-10-14
[PATCH] Fix accounting for num_threaded_edges
Jeff Law
1
-0
/
+1
2015-10-07
Re: [PATCH] Improve DOM's optimization of control statements
Jeff Law
1
-0
/
+11
2015-10-06
[PATCH][PR tree-optimization/67816] Fix jump threading when DOM removes condi...
Jeff Law
1
-23
/
+52
[next]