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-cfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
tree-cfg.c (verify_expr): Verify that BIT_FIELD_REF...
Martin Jambor
1
-25
/
+34
2013-05-28
tree-cfg.c (verify_expr): Verify that BIT_FIELD_REFs, IMAGPART_EXPRs and REAL...
Martin Jambor
1
-1
/
+8
2013-05-24
Fix the typo of discriminator.
Dehao Chen
1
-4
/
+4
2013-05-24
Change the discriminator assignment algorithm to make it more robust.
Dehao Chen
1
-35
/
+34
2013-05-16
cfghooks.c (copy_bbs): Add update_dominance argument.
Steve Ellcey
1
-14
/
+23
2013-05-06
re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...
Richard Biener
1
-1
/
+4
2013-04-30
function.h (loops_for_fn): New inline function.
Richard Biener
1
-12
/
+13
2013-04-29
re PR middle-end/57103 (ICE: verify_gimple failed: location references block ...
Richard Biener
1
-21
/
+14
2013-04-26
omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
Richard Biener
1
-13
/
+69
2013-04-26
tree-cfg.c (execute_build_cfg): Build the loop tree.
Richard Biener
1
-2
/
+16
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-29
/
+34
2013-04-19
re PR tree-optimization/56982 (Bad optimization with setjmp())
Richard Biener
1
-17
/
+34
2013-04-02
re PR c++/34949 (Dead code in empty destructors.)
Jakub Jelinek
1
-2
/
+2
2013-03-29
Add uniform debug dump function names.
Lawrence Crowl
1
-1
/
+36
2013-03-28
re PR tree-optimization/56695 (ICE in expand_vec_cond_expr, at optabs.c:6751)
Marek Polacek
1
-1
/
+4
2013-03-21
tree-cfg.c (verify_expr_no_block): New function.
Richard Biener
1
-1
/
+29
2013-03-21
tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...
Richard Biener
1
-1
/
+1
2013-03-08
re PR lto/56570 (ICE when streaming a TREE_BLOCK)
Richard Biener
1
-0
/
+9
2013-03-08
tree-inline.c (expand_call_inline): Do not associate a BLOCK with the locatio...
Richard Biener
1
-0
/
+2
2013-01-14
tree-cfg.c (verify_expr_location, [...]): New functions.
Richard Biener
1
-1
/
+98
2013-01-14
tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.
Richard Biener
1
-7
/
+0
2013-01-11
tree-cfg.c (verify_node_sharing_1): Split out from ...
Richard Biener
1
-5
/
+14
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-12-12
dumpfile.h (enum tree_dump_index): Remove TDI_vcg.
Steven Bosscher
1
-100
/
+0
2012-12-04
rtl.h (print_insn_with_notes): Remove prototype.
Steven Bosscher
1
-0
/
+1
2012-11-27
tree-cfg.c (verify_gimple_comparison): Verify that vector comparison returns ...
Marc Glisse
1
-1
/
+10
2012-11-20
Introduce vNULL to use as a nil initializer for vec<>.
Diego Novillo
1
-2
/
+2
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-63
/
+54
2012-11-06
tm: Add uninstrumented code path
Aldy Hernandez
1
-3
/
+3
2012-11-01
This patch normalizes more bitmap function names.
Lawrence Crowl
1
-2
/
+2
2012-11-01
invoke.texi: Update -fopt-info documentation.
Sharad Singhai
1
-0
/
+5
2012-10-09
* basic-block. (profile_record): New struct, moved from passes.c.
Steven Bosscher
1
-0
/
+25
2012-10-03
re PR middle-end/54782 (ICE: in change_scope, at final.c:1543 with -O -ffast-...
Dehao Chen
1
-0
/
+18
2012-10-02
re PR tree-optimization/54713 (error: non-trivial conversion at assignment in...
Jakub Jelinek
1
-0
/
+74
2012-09-24
tree-cfg.c (move_stmt_op): Reset the expr block only when necessary.
Dehao Chen
1
-2
/
+4
2012-09-19
Integrate lexical block into source_location.
Dehao Chen
1
-15
/
+15
2012-09-13
ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...
Steven Bosscher
1
-1
/
+41
2012-09-07
Modify gcc/*.[hc] double_int call sites to use the new interface.
Lawrence Crowl
1
-4
/
+2
2012-09-04
gimple.h (gimple_build_switch): Remove.
Steven Bosscher
1
-18
/
+3
2012-09-03
re PR tree-optimization/46590 (long compile time with -O2 and many loops)
Michael Matz
1
-8
/
+4
2012-08-24
predict.c (maybe_hot_frequency_p): New parameter fun.
Martin Jambor
1
-26
/
+24
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-0
/
+51
2012-08-14
cfgexpand.c (expand_used_vars): Use virtual_operand_p.
Richard Guenther
1
-10
/
+10
2012-08-13
tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...
Steven Bosscher
1
-5
/
+4
2012-08-13
tree-cfg.c (print_loop): Avoid ICEing for loops marked for removal and loops ...
Richard Guenther
1
-2
/
+12
2012-08-10
tree-cfg.c (dump_function_to_file): Make sure to dump anonymous SSA names whe...
Richard Guenther
1
-9
/
+12
2012-08-10
tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...
Richard Guenther
1
-7
/
+28
2012-08-07
tree-flow.h (copy_ssa_name_fn): New function.
Richard Guenther
1
-1
/
+1
2012-08-07
tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into...
Richard Guenther
1
-0
/
+8
2012-08-07
gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
Richard Guenther
1
-3
/
+2
[next]