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-threadedge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-01
* tree-ssa-threadedge.c
Jeff Law
1
-3
/
+4
2016-11-09
fold-const.c (tree_swap_operands_p): Remove unused arg.
Richard Biener
1
-1
/
+1
2016-08-05
Improve forward jump threading of switch statements (PR18046)
Patrick Palka
1
-6
/
+34
2016-06-01
re PR tree-optimization/71077 (gcc -lto raises ICE)
Patrick Palka
1
-14
/
+12
2016-05-27
tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
Jeff Law
1
-11
/
+2
2016-04-29
tree-ssa-threadedge.c (simplify_control_stmt_condition): Split out into ...
Patrick Palka
1
-45
/
+204
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-06
[PATCH] Remove more backedge threading support
Jeff Law
1
-78
/
+36
2015-10-29
[PATCH] Remove unnecessary invalidation support in threading
Jeff Law
1
-36
/
+5
2015-10-29
[PATCH][PR tree-optimization/67892] Use FSM threader to handle backedges
Jeff Law
1
-26
/
+7
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-1
/
+1
2015-10-27
internal-fn.c (expand_UNIQUE): New.
Nathan Sidwell
1
-0
/
+7
2015-10-26
tree-object-size.c: Remove builtins.h include, include tree-cfg.h.
Richard Biener
1
-80
/
+46
2015-10-12
[PATCH] Allow FSM threader to thread more complex conditions
Jeff Law
1
-8
/
+19
2015-10-11
[PATCH] Refactoring FSM bits into their own file
Jeff Law
1
-291
/
+2
2015-09-20
[PATCH] Fix 47679 by improving jump threading
Jeff Law
1
-0
/
+5
2015-09-20
switch from gimple to gimple*
Trevor Saunders
1
-16
/
+16
2015-09-18
[PATCH] avail_expr_stack is no longer file scoped
Jeff Law
1
-22
/
+47
2015-09-18
[PATCH] avail_exprs is no longer file scoped
Jeff Law
1
-8
/
+8
2015-09-16
[PATCH] Pass in avail_expr_stack and setup edge_infos earlier
Jeff Law
1
-0
/
+5
2015-09-04
[PATCH] Minor cleanup of const_and_copies stack
Jeff Law
1
-4
/
+6
2015-08-28
[PATCH][lto/66752] Fix missed FSM jump thread
Jeff Law
1
-0
/
+33
2015-07-24
revert: re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is...
Jeff Law
1
-25
/
+0
2015-07-23
re PR lto/66752 (spec2000 255.vortex performance compiled with GCC is ~20% lo...
Jeff Law
1
-0
/
+25
2015-07-10
gimple-predict.h: New file.
Andrew MacLeod
1
-0
/
+1
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-17
/
+5
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-3
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-3
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-3
/
+0
2015-05-19
Use std::swap instead of explicit swaps
Mikhail Maltsev
1
-4
/
+1
2015-04-17
re PR tree-optimization/47679 (Strange uninitialized warning after SRA)
Jeff Law
1
-109
/
+20
2015-04-11
re PR middle-end/65735 (ICE (in duplicate_thread_path, at tree-ssa-threadupda...
Jakub Jelinek
1
-6
/
+6
2015-02-16
re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...
Jeff Law
1
-7
/
+32
2015-02-13
re PR bootstrap/65060 (r220696 breaks bootstrap on Linux/x86-32)
Jeff Law
1
-32
/
+7
2015-02-13
re PR tree-optimization/64823 (false "may be used uninitialized", missed jump...
Jeff Law
1
-7
/
+32
2015-02-06
PR 64878: do not jump thread across more than one back-edge
Sebastian Pop
1
-3
/
+16
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-4
/
+10
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-06
extend jump thread for finite state automata
James Greenhalgh
1
-1
/
+277
2014-11-19
PR jit/63854: Fix leak of paths within jump threading
David Malcolm
1
-0
/
+1
2014-11-19
Merger of git branch "gimple-classes-v2-option-3"
David Malcolm
1
-9
/
+10
2014-11-07
re PR tree-optimization/61515 (Extremely long compile time for generated code)
Jeff Law
1
-4
/
+29
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-3
/
+5
2014-10-16
function.h: Flatten file.
Andrew MacLeod
1
-1
/
+6
2014-08-02
add a hash_set based on hash_table
Trevor Saunders
1
-10
/
+10
2014-06-30
tree-ssa-threadedge.c (simplify_control_stmt_condition): Look deeper into the...
Jeff Law
1
-10
/
+27
2014-06-12
re PR tree-optimization/61009 (Incorrect jump threading in dom)
Jeff Law
1
-2
/
+5
2014-06-05
re PR tree-optimization/61289 (Bad jump threading generates infinite loop)
Jeff Law
1
-88
/
+18
2014-06-02
expr.h: Remove prototypes of functions defined in builtins.c.
Andrew MacLeod
1
-0
/
+1
[next]