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
2009-04-29
tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts of floating poi...
Richard Guenther
1
-1
/
+12
2009-04-29
tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue parameter.
Richard Guenther
1
-6
/
+8
2009-04-27
re PR java/38374 (constant pool references have wrong types in ADDR_EXPR)
Richard Guenther
1
-0
/
+21
2009-04-25
tree.c (list_equal_p): New function.
Jan Hubicka
1
-0
/
+3
2009-04-25
tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.
Jan Hubicka
1
-5
/
+26
2009-04-20
basic-block.h (get_all_dominated_blocks): Declare.
Richard Guenther
1
-15
/
+1
2009-04-18
cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.
Jan Hubicka
1
-1
/
+4
2009-04-18
re PR tree-optimization/39804 (internal compiler error: in propagate_necessit...
Richard Guenther
1
-1
/
+2
2009-04-17
df.h: Include "timevar.h".
Ian Lance Taylor
1
-3
/
+3
2009-04-16
tree-cfg.c (verify_gimple_assign_binary): Allow POINTER_PLUS_EXPR-like PLUS_E...
Richard Guenther
1
-15
/
+44
2009-04-16
re PR middle-end/39625 (Revision 145338 breaks ability to build Ada)
Richard Guenther
1
-1
/
+23
2009-04-14
tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.
Richard Guenther
1
-30
/
+37
2009-04-09
c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC &ARRAY addresses by a...
Richard Guenther
1
-5
/
+2
2009-04-03
re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)
Richard Guenther
1
-23
/
+6
2009-03-31
re PR middle-end/23401 (Gimplifier produces too many temporaries)
Richard Guenther
1
-0
/
+5
2009-03-06
re PR debug/39372 (Missing DW_AT_location for constructor static variable)
Jakub Jelinek
1
-2
/
+2
2009-03-05
re PR debug/39379 (DW_TAG_imported* no longer emitted)
Jakub Jelinek
1
-3
/
+15
2009-02-27
re PR debug/39267 (gdb testsuite regressions)
Jan Hubicka
1
-0
/
+5
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-06
re PR tree-optimization/38977 (bash no longer builds with profile-feedback)
Richard Guenther
1
-3
/
+8
2009-01-04
tree.def (LSHIFT_EXPR, [...]): Add commentary.
Richard Sandiford
1
-1
/
+8
2009-01-01
Fix typo.
Andrew Pinski
1
-1
/
+1
2009-01-01
re PR middle-end/30142 ([meta-bug] invalid gimple)
Andrew Pinski
1
-8
/
+11
2008-12-30
tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH state...
Steven Bosscher
1
-1
/
+1
2008-12-27
re PR middle-end/38633 (ICE with #pragma omp parallel and struct declaration)
Jakub Jelinek
1
-0
/
+2
2008-12-11
Fix testsuite/gfortran.dg/graphite/id-4.f90.
Sebastian Pop
1
-6
/
+1
2008-10-09
tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.
Jakub Jelinek
1
-3
/
+6
2008-10-07
re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...
Jakub Jelinek
1
-1
/
+23
2008-09-18
re PR middle-end/37284 (ICE on valid code with -fstrict-aliasing)
Richard Guenther
1
-0
/
+12
2008-09-17
tree-cfg.c (verify_types_in_gimple_assign): Rename to ...
Richard Guenther
1
-192
/
+324
2008-09-09
tree-cfg.c (verify_types_in_gimple_op): Remove.
Richard Guenther
1
-133
/
+178
2008-09-04
rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...
Ian Lance Taylor
1
-1
/
+1
2008-09-03
re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....
Jan Hubicka
1
-2
/
+5
2008-09-02
re PR tree-optimization/36766 (natGC.cc:229: internal compiler error: Segment...
Jakub Jelinek
1
-1
/
+7
2008-09-02
backport: configure: Regenerate.
Sebastian Pop
1
-1
/
+1
2008-08-31
tree-cfg.c (verify_types_in_gimple_assign): Dump mismatched types instead of ...
Richard Guenther
1
-4
/
+21
2008-08-20
diagnostic.c (inform): Add an explicit location_t parameter.
Manuel López-Ibáñez
1
-1
/
+1
2008-08-18
tree-cfg.c (verify_types_in_gimple_assign): Verify copies and loads have the ...
Richard Guenther
1
-0
/
+10
2008-08-18
passes.c (init_optimization_passes): Remove cleanup_cfg1, sdse1 and addressab...
Richard Guenther
1
-5
/
+2
2008-08-09
gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.
Richard Guenther
1
-2
/
+10
2008-07-28
backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.
Richard Biener
1
-1955
/
+1553
2008-07-21
Makefile.in: Replace toplev.h with TOPLEV_H.
Rafael Avila de Espindola
1
-1
/
+1
2008-06-27
re PR debug/36617 (Debug info for OpenMP code is almost non-existent)
Jakub Jelinek
1
-27
/
+88
2008-06-20
ggc.h (GGC_RESIZEVAR): New, reorder macros.
Kaveh R. Ghazi
1
-4
/
+5
2008-06-06
c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.
Jakub Jelinek
1
-2
/
+4
2008-05-18
tree-cfg.c (verify_gimple_expr): Allow conversions from pointers to sizetype ...
Richard Guenther
1
-1
/
+4
2008-05-16
[multiple changes]
Diego Novillo
1
-13
/
+28
2008-05-16
invoke.text (-fdump-tree-*-verbose): New option.
Kenneth Zadeck
1
-0
/
+7
2008-05-10
tree-cfg.c (valid_fixed_convert_types_p): New function.
Richard Sandiford
1
-0
/
+33
2008-05-09
pa.c (reloc_needed): Use CASE_CONVERT.
Tomas Bily
1
-4
/
+2
[next]