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
2010-05-06
gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
Jason Merrill
1
-13
/
+24
2010-05-06
gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for stripping WITH_...
Jason Merrill
1
-11
/
+10
2010-05-05
gimplify.c (gimplify_return_expr): Gimplify the size expressions of a variabl...
Eric Botcazou
1
-3
/
+16
2010-05-05
re PR c++/43787 (memory copy of empty class (sizeof is one))
Jason Merrill
1
-211
/
+218
2010-04-30
toplev.c: Include varray.h for statistics dumping.
Steven Bosscher
1
-1
/
+0
2010-04-28
Uniquization of constants at the Tree level
Eric Botcazou
1
-16
/
+2
2010-04-26
gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
Eric Botcazou
1
-35
/
+31
2010-04-19
gimple.h (create_tmp_reg): Declare.
Martin Jambor
1
-11
/
+20
2010-04-12
expr.c (categorize_ctor_elements_1): Properly count sub-elements of non-const...
Eric Botcazou
1
-4
/
+4
2010-04-08
tree.h (TREE_ADDRESSABLE): Document its effect for function types.
Eric Botcazou
1
-0
/
+12
2010-03-25
re PR c/43385 (glibc regex testsuite failures)
Jakub Jelinek
1
-4
/
+8
2010-03-01
re PR middle-end/41250 (hppa has DECL_VALUE_EXPR decls appearing in the funct...
Richard Guenther
1
-1
/
+11
2010-02-24
re PR debug/43150 (Proper debug info for debugging VLAs)
Jakub Jelinek
1
-3
/
+4
2010-02-19
re PR middle-end/42233 (c++ builtin_expect code generation regression)
Jakub Jelinek
1
-0
/
+26
2010-02-07
re PR tree-optimization/42956 (internal compiler error: Segmentation fault wi...
Richard Guenther
1
-3
/
+66
2010-01-31
re PR middle-end/42898 (volatile structures and compound literal initializers)
Richard Guenther
1
-0
/
+15
2010-01-09
Update copyright notices of my recent commits.
Alexandre Oliva
1
-1
/
+1
2010-01-09
re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compil...
Alexandre Oliva
1
-1
/
+2
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-27
/
+27
2009-11-13
re PR middle-end/42029 (ICE with complex data type and openmp for reduction c...
Jakub Jelinek
1
-0
/
+2
2009-10-26
re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...
Janus Weil
1
-50
/
+0
2009-09-14
builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.
Richard Henderson
1
-3
/
+7
2009-09-14
Squash commit of EH in gimple
Richard Henderson
1
-8
/
+0
2009-08-26
re PR c/41163 (verify_gimple fails)
Richard Guenther
1
-2
/
+14
2009-08-25
gimplify.c (prepare_gimple_addressable): New static function.
Eric Botcazou
1
-11
/
+27
2009-08-19
omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...
Michael Matz
1
-8
/
+2
2009-08-13
re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing)
Richard Guenther
1
-1
/
+6
2009-08-12
alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.
Richard Guenther
1
-2
/
+1
2009-07-18
re PR c/40787 (ICE: verify_gimple failed in gcc.dg/pr35899.c)
Richard Guenther
1
-0
/
+8
2009-07-17
re PR c/40401 (ICE: verify_gimple failed)
Richard Guenther
1
-6
/
+14
2009-07-17
re PR c++/40780 (ICE in gimplify_conversion)
Jakub Jelinek
1
-2
/
+2
2009-07-16
re PR c/40435 (Revision 148442 caused many regressions on trunk)
Aldy Hernandez
1
-36
/
+50
2009-07-07
re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)
Manuel López-Ibáñez
1
-0
/
+1
2009-07-07
tree.c (set_expr_locus): Remove.
Manuel López-Ibáñez
1
-5
/
+5
2009-07-07
c-lex.c: Replace %H by an explicit location.
Manuel López-Ibáñez
1
-1
/
+1
2009-06-29
re PR middle-end/38212 (restrict implementation causes wrong-code)
Richard Guenther
1
-79
/
+4
2009-06-12
java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.
Aldy Hernandez
1
-25
/
+33
2009-05-22
re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)
Richard Guenther
1
-13
/
+0
2009-05-21
tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.
Richard Guenther
1
-0
/
+18
2009-05-11
re PR middle-end/40026 (ICE during gimplify_init_constructor)
Paolo Bonzini
1
-7
/
+6
2009-05-05
re PR middle-end/39666 (spurious warning with ranged-switch statements)
Jakub Jelinek
1
-9
/
+52
2009-05-05
attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.
Joseph Myers
1
-10
/
+10
2009-05-02
re PR regression/40001 (r146817 broke libgloss build for SPU)
Richard Guenther
1
-3
/
+8
2009-04-27
re PR c/39928 (gimplify_expr failure)
Richard Guenther
1
-1
/
+6
2009-04-26
tree-nested.c (get_nonlocal_vla_type): If not optimizing, call note_nonlocal_...
Jakub Jelinek
1
-1
/
+42
2009-04-24
combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
Ian Lance Taylor
1
-5
/
+10
2009-04-23
gimplify.c (gimplify_modify_expr_rhs): Do not do a direct assignment from the...
Eric Botcazou
1
-2
/
+5
2009-04-21
c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...
Eric Botcazou
1
-23
/
+68
2009-03-31
re PR middle-end/23401 (Gimplifier produces too many temporaries)
Richard Guenther
1
-91
/
+46
2009-03-29
c-common.c (c_expand_expr, c_staticp): Remove.
Paolo Bonzini
1
-2
/
+104
[next]