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
/
cfgloopmanip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-17
Add in_oacc_kernels_region in struct loop
Tom de Vries
1
-0
/
+1
2015-10-30
alias.c: Remove unused headers.
Andrew MacLeod
1
-2
/
+0
2015-10-29
alias.c: Reorder #include statements and remove duplicates.
Andrew MacLeod
1
-2
/
+2
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
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
-12
/
+3
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-4
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-1
/
+0
2015-01-09
genattrtab.c (write_header): Include hash-set.h...
Michael Collison
1
-0
/
+3
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-11-19
Merger of git branch "gimple-classes-v2-option-3"
David Malcolm
1
-2
/
+2
2014-10-27
ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.
Andrew MacLeod
1
-0
/
+11
2014-01-25
re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior)
Jakub Jelinek
1
-0
/
+2
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-12-09
Eliminate last_basic_block macro.
David Malcolm
1
-3
/
+3
2013-11-22
gimple.h: Remove all includes.
Andrew MacLeod
1
-0
/
+4
2013-11-19
Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
David Malcolm
1
-4
/
+6
2013-11-19
cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...
Richard Biener
1
-4
/
+2
2013-11-19
Eliminate n_basic_blocks macro
David Malcolm
1
-5
/
+5
2013-11-14
gimplify-be.h: New file.
Andrew MacLeod
1
-1
/
+2
2013-11-13
gimple-walk.h: New File.
Andrew Macleod
1
-0
/
+1
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-1
/
+1
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-1
/
+2
2013-10-21
Re-factor inclusion of tree.h.
Diego Novillo
1
-0
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-1
/
+1
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-09
re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-...
Richard Biener
1
-1
/
+8
2013-07-23
reload.c (find_reloads): Exit loop once we find this operand cannot be reload...
Po-Chun Chang
1
-1
/
+5
2013-05-16
cfghooks.c (copy_bbs): Add update_dominance argument.
Steve Ellcey
1
-1
/
+1
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-6
/
+6
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
1
-1
/
+1
2013-04-08
First phase of unifying the computation of profile scale factors/probabilitie...
Teresa Johnson
1
-16
/
+19
2013-02-08
re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...
Richard Biener
1
-156
/
+0
2013-01-25
Fix PR56035.
Marek Polacek
1
-4
/
+2
2013-01-17
Fix PR55833.
Marek Polacek
1
-5
/
+13
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-09
re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...
Jan Hubicka
1
-2
/
+2
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-12-18
re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...
Richard Biener
1
-24
/
+42
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-18
/
+18
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-19
/
+19
2012-10-30
This patch implements the unification of the *bitmap interfaces as discussed.
Lawrence Crowl
1
-4
/
+4
2012-10-29
re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O...
Richard Guenther
1
-0
/
+27
2012-10-23
re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...
Jan Hubicka
1
-9
/
+19
2012-10-17
cfgloopmanip.c (copy_loop_info): New function.
Jan Hubicka
1
-0
/
+18
2012-10-17
tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...
Jan Hubicka
1
-2
/
+1
[next]