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
/
gimplify.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-12
re PR c++/51060 (Temporary object stack space is not re-used)
Jason Merrill
1
-2
/
+36
2011-11-08
gengtype.c (write_field_root): Avoid out-of-scope access of newv.
Michael Matz
1
-5
/
+34
2011-11-08
Merge from transactional-memory branch.
Aldy Hernandez
1
-0
/
+59
2011-10-14
gimplify.c (gimplify_expr): Take care that for bitwise-binary transformation ...
Kai Tietz
1
-2
/
+15
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-10
/
+10
2011-10-07
Rename vshuffle/vec_shuffle to vec_perm.
Richard Henderson
1
-1
/
+1
2011-10-07
re PR middle-end/50527 (inconsistent vla align)
Tom de Vries
1
-2
/
+3
2011-10-03
Vector shuffling patch from Artem Shinkarov.
Artjoms Sinkarovs
1
-0
/
+1
2011-08-30
re PR tree-optimization/48571 (Missed data-dependence for (bogus?) reconstruc...
Richard Guenther
1
-42
/
+27
2011-08-29
20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff@gmail.com>
Artjoms Sinkarovs
1
-1
/
+4
2011-08-17
tree.h (convert_to_ptrofftype_loc): New function.
Richard Guenther
1
-1
/
+1
2011-08-11
re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...
Richard Guenther
1
-0
/
+1
2011-08-02
backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...
Jakub Jelinek
1
-13
/
+41
2011-07-21
ChangeLog gcc/
Kai Tietz
1
-6
/
+23
2011-07-19
gimplify.c (gimplify_expr): Gimplify TRUTH_NOT_EXPR as BIT_XOR_EXPR, same as ...
Richard Guenther
1
-10
/
+17
2011-07-18
gimplify.c (gimplify_expr): Use input_location, not saved_location when build...
Richard Guenther
1
-4
/
+4
2011-07-14
gimplify.c (gimplify_expr): Only do required conversions.
Richard Guenther
1
-36
/
+30
2011-07-13
tree.h (categorize_ctor_elements): Remove comment.
Richard Sandiford
1
-21
/
+23
2011-07-08
re PR c++/45437 (Loses reference during update)
Jason Merrill
1
-0
/
+7
2011-07-07
re PR middle-end/49640 (Internal compiler in C99 code (using variable-length ...
Jakub Jelinek
1
-2
/
+20
2011-06-10
cp-tree.h (error_operand_p): Remove.
Paolo Carlini
1
-4
/
+4
2011-05-26
re PR c++/49165 (ICE on for-loop/throw combination)
Jakub Jelinek
1
-2
/
+7
2011-05-19
tree-cfg.c (verify_gimple_assign_binary): Barf on TRUTH_AND_EXPR, TRUTH_OR_EX...
Kai Tietz
1
-1
/
+17
2011-05-13
gimplify.c (gimplify_expr): Make sure operand is boolified.
Kai Tietz
1
-7
/
+11
2011-05-13
re PR middle-end/48984 (Many testsuite failures)
Kai Tietz
1
-3
/
+3
2011-05-12
gimplify.c (gimple_boolify): Re-boolify expression arguments even if expressi...
Kai Tietz
1
-31
/
+35
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
1
-7
/
+7
2011-05-05
* gimplify.c (create_tmp_var_raw): Don't call build_type_variant.
Jakub Jelinek
1
-5
/
+0
2011-04-22
re PR c/48716 (gcc OpenMP static variable declared in scope inside construct ...
Jakub Jelinek
1
-1
/
+1
2011-04-15
tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P.
Michael Matz
1
-1
/
+1
2011-04-15
gimplify.c: Fix issues in comments throughout.
Eric Botcazou
1
-75
/
+69
2011-04-12
re PR tree-optimization/46076 (constant propagation and compile-time math no ...
Richard Guenther
1
-2
/
+14
2011-04-11
gimplify.c (gimple_fold_indirect_ref): Check host_integerp before calling tre...
Richard Guenther
1
-2
/
+3
2011-04-11
cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...
Martin Jambor
1
-5
/
+7
2011-03-25
tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg.
Richard Guenther
1
-3
/
+1
2011-03-22
* gimplify.c (gimplify_cond_expr): Gimplify COMPOUND_EXPR conditions.
Eric Botcazou
1
-0
/
+5
2011-03-21
* gimplify.c (gimplify_vla_decl): Set TREE_THIS_NOTRAP flag.
Eric Botcazou
1
-0
/
+1
2011-03-18
re PR c++/23372 (Temporary aggregate copy not elided when passing parameters ...
Jason Merrill
1
-1
/
+11
2011-03-07
gimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_a...
Paul Wögerer
1
-2
/
+2
2011-03-03
re PR c/47963 (ICE: tree check: expected tree that contains 'decl common' str...
Jakub Jelinek
1
-2
/
+3
2010-12-08
gimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is en...
Richard Guenther
1
-0
/
+2
2010-12-01
tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...
Jan Hubicka
1
-3
/
+21
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-19
common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...
Joseph Myers
1
-0
/
+40
2010-11-05
re PR middle-end/43690 (Internal compiler error detected by avr-gcc.)
Jakub Jelinek
1
-0
/
+7
2010-11-04
re PR tree-optimization/45991 (ICE: verify_stmts failed: Invalid address oper...
Richard Guenther
1
-1
/
+5
2010-11-04
tree.def (FMA_EXPR): New tree code.
Richard Guenther
1
-4
/
+26
2010-11-03
builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.
Nathan Froyd
1
-1
/
+1
2010-10-31
tree.h (EXPR_LOC_OR_HERE): New macro.
Jason Merrill
1
-16
/
+6
2010-10-27
gimplify.c (gimplify_decl_expr): Handle anonymous artificial variables sooner.
Jason Merrill
1
-8
/
+8
[next]