tree-cfg.c (verify_expr): Check with is_gimple_address.
[platform/upstream/gcc.git] / gcc / gimplify.c
2008-04-23 Paolo Bonzinitree-cfg.c (verify_expr): Check with is_gimple_address.
2008-04-18 Eric Botcazougimplify.c (gimplify_modify_expr_rhs): Gimplify the...
2008-04-18 Jan Hubickaexcept.c (dw2_size_of_call_site_table, [...]): Use...
2008-03-24 Richard Guentherre PR c/22371 (C front-end produces mis-match types...
2008-03-18 Jan Hubickatree-pretty-print.c: Include predict.h.
2008-03-18 Jakub Jelinekre PR middle-end/35611 (FAIL: libgomp.c/omp-nested...
2008-03-06 Jakub JelinekFormatting nit.
2008-03-06 Jakub Jelinekgimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR...
2008-02-14 Eric Botcazoure PR middle-end/35136 (ICE caused by address calculati...
2008-02-12 Eric Botcazoure PR middle-end/35136 (ICE caused by address calculati...
2008-02-04 Richard Guentherre PR middle-end/35043 (ICE in tree-data-ref because...
2008-01-25 Jakub Jelinekre PR middle-end/33333 (ICE with #pragma omp parallel...
2008-01-16 Jakub Jelinekre PR middle-end/34668 (ICE in find_compatible_field...
2008-01-09 Richard Guentherre PR tree-optimization/30132 (ICE in find_lattice_valu...
2008-01-04 Aldy Hernandezre PR tree-optimization/34448 (ICE in declare_inline_va...
2007-12-13 Eric Botcazoure PR middle-end/33088 (spurious exceptions with -ffloa...
2007-12-12 Aldy Hernandezgimplify.c (gimplify_modify_expr_rhs): Handle the case...
2007-12-06 Jakub Jelinek[multiple changes]
2007-11-20 Richard Guentherre PR middle-end/34154 (gcc 4.1.1 bug / case ranges...
2007-11-10 Jakub Jelinekre PR fortran/34020 (Bogus codegen for openmp atomics...
2007-10-29 Richard Sandifordre PR tree-optimization/33614 (ICE on semi-constant...
2007-10-29 Razya Ladelsky2007-09-23 Razya Ladelsky
2007-10-09 Richard Guentherre PR middle-end/33692 (Type checking error with addres...
2007-09-20 Jakub Jelinekre PR c/33238 (ICE on statement expression using variab...
2007-09-07 Zdenek Dvorakcgraphbuild.c (rebuild_cgraph_edges): Export.
2007-09-06 Tom Tromeytree-cfg.c (remove_bb): Only warn if line is non-zero.
2007-09-05 Jakub Jelinekbuiltins.def (BUILT_IN_VA_ARG_PACK): New built-in.
2007-09-05 Sandra LoosemoreAdd target hook invoked when cfun changes.
2007-09-04 Richard Guentherre PR tree-optimization/33291 (a+=2; a+=2 not simplifi...
2007-08-27 Jason Merrillre PR c++/31337 (ICE with statement expression)
2007-08-14 Kaveh R. Ghazialias.c (component_uses_parent_alias_set): Constify.
2007-08-11 Ian Lance Tayloralias.h (alias_set_type): Define new type.
2007-08-08 Chao-ying Futree.def (FIXED_POINT_TYPE): New type.
2007-08-07 Ian Lance Taylorcommon.opt (finstrument-functions-exclude-function...
2007-07-29 Kaveh R. Ghaziattribs.c (hash_attr, [...]): Constify.
2007-07-26 Richard Guentherconfigure.ac: Add types checking to stage1 checking...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-25 Kaveh R. Ghazic-common.c (fname_as_string, [...]): Constify.
2007-07-12 Richard Guenthergimplify.c (gimplify_conversion): Make sure that the...
2007-07-09 Zdenek Dvoraktree-scalar-evolution.c (scev_const_prop): Add argument...
2007-07-07 Kazu Hirataauto-inc-dec.c, [...]: Fix comment typos.
2007-07-06 Richard Guenthergimplify.c (gimplify_call_expr): Prefer DECL_ARGUMENTS...
2007-07-02 Richard Guentherre PR middle-end/15988 (ICE in fold_convert with pointe...
2007-06-29 Richard Guentherre PR middle-end/32493 (Fails to inline varargs functio...
2007-06-27 Richard Guentherre PR middle-end/32492 (attribute always_inline -...
2007-06-23 Richard Guentherre PR tree-optimization/16876 (ICE on testcase with...
2007-06-23 Jan Hubickare PR middle-end/31541 (cannot take address of bit...
2007-06-21 Jakub Jelinekre PR middle-end/32362 (ICE: in lookup_decl_in_outer_ct...
2007-06-20 Jakub Jelinekre PR inline-asm/32109 (ICE with inline-asm and class...
2007-06-16 Andrew Pinski[multiple changes]
2007-06-12 Ian Lance Taylorre PR libstdc++/29286 (placement new does not change...
2007-05-30 Richard Guentherre PR middle-end/32152 (omp lowering creates mismatched...
2007-05-07 Jan Hubickagimplify.c (gimplify_expr): Do not crash when folding...
2007-05-04 Jan Hubickafold-const.c (fold_unary): Convert (T1)(X op Y) into...
2007-05-01 Jan Hubickatree.h (maybe_fold_offset_to_component_ref): Remove.
2007-04-12 Richard Guentherre PR tree-optimization/24689 (operand_equal_p does...
2007-03-31 Richard Guentheromp-low.c (splay-tree.h): Include.
2007-02-19 Eric Botcazougimplify.c (gimplify_init_ctor_preeval_1): Detect poten...
2007-02-19 Roger Saylefunction.c (gimplify_parameters): Call build_gimple_mod...
2007-02-15 Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-02-15 Eric Botcazougimplify.c (gimplify_modify_expr): During gimplification...
2007-02-07 Jakub Jelinekre PR c++/30703 (ICE Segmentation fault on using OpenMP)
2007-01-29 Simon Martinre PR c++/28266 (ICE on invalid default variable)
2007-01-24 Jakub Jelinekre PR middle-end/27416 (ICE on invalid firstprivate...
2007-01-24 Jakub Jelinekre PR middle-end/30494 (ICE with VLA and openmp)
2007-01-03 Andrew Pinskire PR target/20353 (uclibc does not provide C99 math...
2007-01-01 Andrew PinskiFix misspelling of GIMPLE_MODIFY_STMT.
2007-01-01 Andrew Pinskire PR middle-end/30253 (ICE with statement expression...
2007-01-01 Andrew Pinskigimplify.c (gimplify_init_constructor <case VECTOR_TYPE...
2007-01-01 Andrew Pinskigimplify.c (gimplify_return_expr): Make the temporary...
2006-12-12 Andrew Pinskire PR middle-end/28436 (accessing an element via a...
2006-12-05 Aldy HernandezMerge gimple-tuples-branch into mainline.
2006-11-28 Jan HubickaPrivatize SSA variables into gimple_df.
2006-11-16 Eric Botcazoure PR middle-end/26306 (ICE on volatile array with...
2006-11-15 Paolo Bonzinire PR tree-optimization/29753 (Volatile semantics ignor...
2006-11-13 Jason Merrillre PR middle-end/28915 (ICE: tree check: expected class...
2006-11-11 Richard Guenthertree.def (FIX_CEIL_EXPR, [...]): Remove unused tree...
2006-10-27 Jan Hubickabuiltins.c (fold_builtin): Don't generate NOP_EXPR...
2006-10-26 Ben Ellistongimplify.c (get_name): Remove extraneous break.
2006-10-11 Richard Guentherre PR inline-asm/29119 (Internal compiler error while...
2006-10-07 Kazu Hirata* gimplify.c, sched-int.h: Fix comment typos.
2006-10-06 Olivier Hainquegimplify.c (gimplify_type_sizes): Don't recurse on...
2006-10-02 Jakub Jelinekre PR c/29154 (*(* ppointer++)++ = *pointer++ generates...
2006-09-28 Eric Botcazougimplify.c (gimplify_init_ctor_preeval): Call maybe_wit...
2006-09-01 Jason Merrillre PR c++/28899 (gimplification failed)
2006-08-25 Joseph Myersre PR c/27893 (ICE with TREE_CONSTANT VLA sizes inside...
2006-08-21 Jason Merrillre PR c++/27115 (ICE in cp_expr_size or miscompilation...
2006-08-21 Olivier Hainquegimplify.c (gimplify_init_constructor): Arrange for...
2006-08-15 Jakub Jelinekre PR middle-end/28724 (atomic produces type mismatches)
2006-07-18 Olivier Hainquetree.h (categorize_ctor_elements): Adjust prototype...
2006-06-24 Olivier Hainquegimplify.c (gimplify_scalar_mode_aggregate_compare...
2006-06-23 Olivier Hainquetree.c (max_int_size_in_bytes): New function, inspired...
2006-06-13 Eric Botcazoure PR debug/26754 (Wrong debug info for variable access...
2006-06-12 Eric Botcazougimplify.c (gimplify_expr): Treat VIEW_CONVERT_EXPR...
2006-05-25 Mark Mitchellre PR c++/20103 (ICE in create_tmp_var with C99 style...
2006-05-23 Andrew MacLeodre PR c++/26757 (C++ front-end producing two DECLs...
2006-05-17 Jakub Jelinekre PR middle-end/27415 (Iteration var in firstprivate...
2006-05-16 Jakub Jelinekre PR c/27499 (ICE with unsigned iteration variable...
2006-05-04 Jakub Jelinekre PR middle-end/27388 (omp_is_private issues)
2006-05-03 Jakub Jelinekre PR fortran/27395 (Problem with arrays in the OpenMP...
next