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
/
tree-cfg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-05
re PR bootstrap/51648 (Profiledbootstrap failure on x86_64-linux)
Jakub Jelinek
1
-7
/
+19
2011-12-23
Delete VEC_EXTRACT_EVEN/ODD_EXPR.
Richard Henderson
1
-2
/
+0
2011-12-23
Delete VEC_INTERLEAVE_*_EXPR.
Jakub Jelinek
1
-2
/
+0
2011-12-19
re PR tree-optimization/51596 (ICE: verify_flow_info failed: BB 6 can not thr...
Jakub Jelinek
1
-1
/
+2
2011-12-16
re PR tree-optimization/51576 (Bootstrap failure with go)
Jakub Jelinek
1
-4
/
+3
2011-12-14
tree-cfg.c (replace_uses_by): Fixup TREE_CONSTANT for propagating all kinds o...
Richard Guenther
1
-2
/
+2
2011-12-14
tree-cfg.c (replace_uses_by): Only mark blocks altered that will make a diffe...
Richard Guenther
1
-14
/
+23
2011-12-13
Revert two unintended commits
Richard Henderson
1
-0
/
+2
2011-12-13
Delete VEC_INTERLEAVE_*_EXPR.
Richard Henderson
1
-2
/
+0
2011-12-13
re PR tree-optimization/51481 (ice: dead STMT in EH table)
Richard Guenther
1
-1
/
+2
2011-11-09
revert: tree-cfg.c (verify_gimple_call): Verify that gimple_call_cannot_inlin...
Richard Guenther
1
-10
/
+0
2011-11-09
re PR tree-optimization/51039 (ICE: in estimate_function_body_sizes, at ipa-i...
Richard Guenther
1
-0
/
+10
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-16
/
+93
2011-11-06
tree-cfg.c (gimple_can_merge_blocks_p): For -O0 don't remove any user labels.
Jakub Jelinek
1
-2
/
+2
2011-11-05
re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)
Jakub Jelinek
1
-2
/
+17
2011-10-30
tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.
Dmitry Plotnikov
1
-2
/
+6
2011-10-18
md.texi (vec_widen_ushiftl_hi, [...]): Document.
Ira Rosen
1
-0
/
+38
2011-10-07
Rename vshuffle/vec_shuffle to vec_perm.
Richard Henderson
1
-5
/
+5
2011-10-03
Vector shuffling patch from Artem Shinkarov.
Artjoms Sinkarovs
1
-0
/
+53
2011-09-30
re PR tree-optimization/50574 (gcc.c-torture/execute/vector-compare-1.c FAILs...
Richard Guenther
1
-2
/
+2
2011-09-05
tree-cfg.c (replace_uses_by): Use fold_stmt, not fold_stmt_inplace.
Richard Guenther
1
-1
/
+3
2011-09-01
expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...
Richard Guenther
1
-17
/
+15
2011-08-29
20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
Artjoms Sinkarovs
1
-12
/
+42
2011-08-19
arm.md (maddhidi4): Remove '*' from name.
Andrew Stubbs
1
-2
/
+2
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-4
/
+4
2011-08-16
tree.h (ptrofftype_p): New helper function.
Richard Guenther
1
-6
/
+4
2011-07-23
bb-reorder: Split EH edges crossing partitions.
Richard Henderson
1
-1
/
+1
2011-07-21
ChangeLog gcc/
Kai Tietz
1
-1
/
+3
2011-07-19
gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...
Richard Guenther
1
-15
/
+2
2011-07-05
07-05-2011 Razya Ladelsky <razya@il.ibm.com>
Razya Ladelsky
1
-32
/
+1
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-3
/
+2
2011-06-14
re PR fortran/49103 (local variables exchange values / wrong code with -O3)
Jakub Jelinek
1
-0
/
+19
2011-06-06
tree-pretty-print.c (dump_function_header): Add flags.
Alexandre Oliva
1
-1
/
+1
2011-06-01
Better function header dump
David Li
1
-6
/
+1
2011-05-19
tree-cfg.c (verify_gimple_assign_binary): Barf on TRUTH_AND_EXPR, TRUTH_OR_EX...
Kai Tietz
1
-19
/
+1
2011-05-18
re PR middle-end/48989 (FAIL: gfortran.dg/lto/pr46036 f_lto_pr46036_0.o assem...
Richard Guenther
1
-10
/
+16
2011-05-13
Change edge_to_cases_cleanup to return true.
Nathan Froyd
1
-1
/
+9
2011-05-13
gimplify.c (gimplify_expr): Make sure operand is boolified.
Kai Tietz
1
-0
/
+9
2011-05-12
gimplify.c (gimple_boolify): Re-boolify expression arguments even if expressi...
Kai Tietz
1
-4
/
+4
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-3
/
+4
2011-04-29
builtins.c (fold_builtin_classify_type): Use integer_type_node for the type o...
Richard Guenther
1
-1
/
+1
2011-04-20
Makefile.in (INTERNAL_FN_DEF, [...]): Define.
Richard Sandiford
1
-5
/
+27
2011-04-18
fix doubled-word typos in comments and strings: e.g., s/in in/in/
Jim Meyering
1
-2
/
+2
2011-04-08
gimple.h (gimple_call_fntype): New function.
Richard Guenther
1
-2
/
+2
2011-04-07
basic-block.h (force_nonfallthru): Move to...
Eric Botcazou
1
-0
/
+1
2011-03-31
tree.h (CASE_CHAIN): Define.
Nathan Froyd
1
-6
/
+6
2011-03-25
Changelog c-family/
Kai Tietz
1
-1
/
+1
2011-03-25
tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
Richard Guenther
1
-241
/
+196
2011-03-25
tree-cfg.c (verify_gimple_assign_unary): Drop special casing of complex types...
Richard Guenther
1
-9
/
+3
2011-03-22
gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.
Richard Guenther
1
-3
/
+5
[next]