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-11-18
decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.
Richard Sandiford
1
-2
/
+2
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
/
+2
2013-11-12
gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.
Andrew MacLeod
1
-1
/
+1
2013-10-31
tree-cfg.c (assert_unreachable_fallthru_edge_p): New function.
Jakub Jelinek
1
-0
/
+44
2013-10-30
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-1
/
+2
2013-10-24
re PR other/33426 (Support of #pragma ivdep)
Tobias Burnus
1
-0
/
+66
2013-10-23
tree-ssa-loop.h: Remove include files.
Andrew MacLeod
1
-1
/
+2
2013-10-23
tree-ssa.h: Remove all #include's
Andrew MacLeod
1
-0
/
+10
2013-10-18
tree-ssa.h: Don't include gimple-low.h...
Andrew MacLeod
1
-0
/
+1
2013-10-17
tree-flow.h (struct omp_region): Move to omp-low.c.
Andrew MacLeod
1
-93
/
+4
2013-10-11
target.c: New file.
Jakub Jelinek
1
-0
/
+9
2013-10-09
tree-flow.h: Remove all remaining prototypes...
Andrew MacLeod
1
-58
/
+143
2013-10-01
tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.
Andrew MacLeod
1
-43
/
+0
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-1
/
+1
2013-09-30
re PR tree-optimization/58532 (bootstrap failure with BOOT_CFLAGS="-g -O3")
Richard Biener
1
-0
/
+3
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-12
/
+12
2013-09-27
re PR middle-end/58551 (ICE with abort in OpenMP SESE region inside of some l...
Jakub Jelinek
1
-8
/
+25
2013-09-13
re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...
Jakub Jelinek
1
-3
/
+20
2013-09-13
tree-data-ref.h (known_dependences_p): Move here ...
Richard Biener
1
-0
/
+1
2013-09-12
tree-ssa.h: New.
Andrew MacLeod
1
-1
/
+1
2013-09-11
re PR c++/58377 (spurious "may be used uninitialized" warning with -Og)
Richard Biener
1
-0
/
+1
2013-09-05
re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)
Richard Biener
1
-21
/
+10
2013-08-31
cgraph.c (cgraph_get_body): Update call of lto_input_function_body.
Jan Hubicka
1
-0
/
+6
2013-08-05
Automated conversion of passes to C++ classes
David Malcolm
1
-90
/
+177
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
[next]