summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR c/54363 (ICE when compiling malformed struct initializers)Jakub Jelinek2013-04-031-1/+2
* re PR middle-end/49640 (Internal compiler in C99 code (using variable-length ...Jakub Jelinek2011-07-071-2/+20
* re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek2011-05-261-2/+7
* re PR c/48716 (gcc OpenMP static variable declared in scope inside construct ...Jakub Jelinek2011-04-221-1/+1
* gimplify.c (gimplify_function_tree): Fix building calls to __builtin_return_a...Paul Wögerer2011-03-071-2/+2
* re PR c/47963 (ICE: tree check: expected tree that contains 'decl common' str...Jakub Jelinek2011-03-031-2/+3
* gimplify.c (gimple_tree_eq): Assert hashes are equal only when checking is en...Richard Guenther2010-12-081-0/+2
* tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_...Jan Hubicka2010-12-011-3/+21
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* common.opt (flag_instrument_functions_exclude_functions, [...]): New Variable...Joseph Myers2010-11-191-0/+40
* re PR middle-end/43690 (Internal compiler error detected by avr-gcc.)Jakub Jelinek2010-11-051-0/+7
* re PR tree-optimization/45991 (ICE: verify_stmts failed: Invalid address oper...Richard Guenther2010-11-041-1/+5
* tree.def (FMA_EXPR): New tree code.Richard Guenther2010-11-041-4/+26
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* tree.h (EXPR_LOC_OR_HERE): New macro.Jason Merrill2010-10-311-16/+6
* gimplify.c (gimplify_decl_expr): Handle anonymous artificial variables sooner.Jason Merrill2010-10-271-8/+8
* gimplify.c (gimplify_variable_sized_compare): Preserve the source location in...Eric Botcazou2010-10-221-3/+6
* gimplify.c (gimplify_type_sizes): If the type is to be ignored for debug info...Eric Botcazou2010-10-161-1/+4
* vec.h (VEC_qsort): Define.Nathan Froyd2010-10-111-3/+1
* tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.Ian Lance Taylor2010-10-111-0/+2
* re PR tree-optimization/45750 (ICE: in iterative_hash_expr, at tree.c:6831 on...Richard Guenther2010-09-231-1/+5
* re PR tree-optimization/45704 (load byte instruction is used for volatile int)Richard Guenther2010-09-201-0/+9
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-0/+3
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-9/+0
* re PR bootstrap/45519 (Failed to bootstrap)Richard Guenther2010-09-041-16/+47
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-9/+4
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-3/+8
* gimplify.c (gimplify_init_constructor): Do not create a temporary for a volat...Eric Botcazou2010-09-011-3/+4
* Stack usage supportEric Botcazou2010-08-301-0/+2
* re PR middle-end/45423 (#pragma omp atomic on bool has issues)Jakub Jelinek2010-08-301-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-9/+6
* gimplify.c (gimplify_modify_expr): When assigning to volatiles, copy the src ...Nathan Sidwell2010-08-201-1/+4
* re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jason Merrill2010-08-191-0/+4
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-10/+10
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR c++/44808 (ICE: tree check: expected var_decl, have result_decl in gimp...Jakub Jelinek2010-07-051-1/+1
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-1/+0
* re PR middle-end/44809 (Mozilla build fails in gimplification.)Richard Guenther2010-07-041-1/+1
* * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.Eric Botcazou2010-07-031-7/+4
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-50/+96
* re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)Manuel López-Ibáñez2010-06-251-2/+2
* gimplify.c (gimplify_bind_expr): Always promote complex and vector variables ...Richard Guenther2010-06-171-8/+3
* re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek2010-06-151-1/+1
* gimplify.c (gimplify_cleanup_point_expr): For empty body and EH-only cleanup ...Richard Guenther2010-06-071-3/+4
* gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling" change f...Steven Bosscher2010-06-021-0/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-11/+4
* diagnostic-core.h: New.Joseph Myers2010-05-271-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* re PR middle-end/44101 (ICE compiling 25_algorithms/fill/4.cc on Tru64 UNIX V...Eric Botcazou2010-05-211-2/+5