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
/
gimplify.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2010-10-22
gimplify.c (gimplify_variable_sized_compare): Preserve the source location in...
Eric Botcazou
1
-3
/
+6
2010-10-16
gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info...
Eric Botcazou
1
-1
/
+4
2010-10-11
vec.h (VEC_qsort): Define.
Nathan Froyd
1
-3
/
+1
2010-10-11
tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
Ian Lance Taylor
1
-0
/
+2
2010-09-23
re PR tree-optimization/45750 (ICE: in iterative_hash_expr, at tree.c:6831 on...
Richard Guenther
1
-1
/
+5
2010-09-20
re PR tree-optimization/45704 (load byte instruction is used for volatile int)
Richard Guenther
1
-0
/
+9
2010-09-20
re PR tree-optimization/45605 (Missed devirtualization)
Jan Hubicka
1
-0
/
+3
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-9
/
+0
2010-09-04
re PR bootstrap/45519 (Failed to bootstrap)
Richard Guenther
1
-16
/
+47
2010-09-03
tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
Richard Guenther
1
-9
/
+4
2010-09-01
alias.c (ao_ref_from_mem): Adjust.
Richard Guenther
1
-3
/
+8
2010-09-01
gimplify.c (gimplify_init_constructor): Do not create a temporary for a volat...
Eric Botcazou
1
-3
/
+4
2010-08-30
Stack usage support
Eric Botcazou
1
-0
/
+2
2010-08-30
re PR middle-end/45423 (#pragma omp atomic on bool has issues)
Jakub Jelinek
1
-0
/
+4
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-9
/
+6
2010-08-20
gimplify.c (gimplify_modify_expr): When assigning to volatiles, copy the src ...
Nathan Sidwell
1
-1
/
+4
2010-08-19
re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...
Jason Merrill
1
-0
/
+4
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-10
/
+10
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-05
re PR c++/44808 (ICE: tree check: expected var_decl, have result_decl in gimp...
Jakub Jelinek
1
-1
/
+1
2010-07-05
tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.
Richard Guenther
1
-1
/
+0
2010-07-04
re PR middle-end/44809 (Mozilla build fails in gimplification.)
Richard Guenther
1
-1
/
+1
2010-07-03
* gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
Eric Botcazou
1
-7
/
+4
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-50
/
+96
2010-06-25
re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)
Manuel López-Ibáñez
1
-2
/
+2
2010-06-17
gimplify.c (gimplify_bind_expr): Always promote complex and vector variables ...
Richard Guenther
1
-8
/
+3
2010-06-15
re PR fortran/44536 (OMP: missing error with default(none))
Jakub Jelinek
1
-1
/
+1
2010-06-07
gimplify.c (gimplify_cleanup_point_expr): For empty body and EH-only cleanup ...
Richard Guenther
1
-3
/
+4
2010-06-02
gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling" change f...
Steven Bosscher
1
-0
/
+4
2010-06-01
gimplify.c: Do not include except.h and optabs.h.
Steven Bosscher
1
-11
/
+4
2010-05-27
diagnostic-core.h: New.
Joseph Myers
1
-3
/
+3
2010-05-21
diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...
Joseph Myers
1
-0
/
+1
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-1
/
+0
2010-05-21
re PR middle-end/44101 (ICE compiling 25_algorithms/fill/4.cc on Tru64 UNIX V...
Eric Botcazou
1
-2
/
+5
2010-05-19
langhooks.h (struct lang_hooks): Add new field deep_unsharing.
Eric Botcazou
1
-35
/
+113
2010-05-15
vecir.h: New file with VEC primitives for tree, gimple, and rtl.
Steven Bosscher
1
-41
/
+0
2010-05-14
re PR c++/44127 (G++ emits unnecessary EH code)
Jason Merrill
1
-1
/
+1
2010-05-12
re PR middle-end/44085 (OpenMP - untied task accesses threadprivate - non-con...
Jakub Jelinek
1
-8
/
+40
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
[next]