aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-10/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05re PR c++/44808 (ICE: tree check: expected var_decl, have result_decl in gimp...Jakub Jelinek1-1/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+0
2010-07-04re PR middle-end/44809 (Mozilla build fails in gimplification.)Richard Guenther1-1/+1
2010-07-03* gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.Eric Botcazou1-7/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-50/+96
2010-06-25re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment)Manuel López-Ibáñez1-2/+2
2010-06-17gimplify.c (gimplify_bind_expr): Always promote complex and vector variables ...Richard Guenther1-8/+3
2010-06-15re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek1-1/+1
2010-06-07gimplify.c (gimplify_cleanup_point_expr): For empty body and EH-only cleanup ...Richard Guenther1-3/+4
2010-06-02gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling" change f...Steven Bosscher1-0/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-11/+4
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-21re PR middle-end/44101 (ICE compiling 25_algorithms/fill/4.cc on Tru64 UNIX V...Eric Botcazou1-2/+5
2010-05-19langhooks.h (struct lang_hooks): Add new field deep_unsharing.Eric Botcazou1-35/+113
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-41/+0
2010-05-14re PR c++/44127 (G++ emits unnecessary EH code)Jason Merrill1-1/+1
2010-05-12re PR middle-end/44085 (OpenMP - untied task accesses threadprivate - non-con...Jakub Jelinek1-8/+40
2010-05-06gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.Jason Merrill1-13/+24
2010-05-06gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for stripping WITH_...Jason Merrill1-11/+10
2010-05-05gimplify.c (gimplify_return_expr): Gimplify the size expressions of a variabl...Eric Botcazou1-3/+16
2010-05-05re PR c++/43787 (memory copy of empty class (sizeof is one))Jason Merrill1-211/+218
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-28Uniquization of constants at the Tree levelEric Botcazou1-16/+2
2010-04-26gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.Eric Botcazou1-35/+31
2010-04-19gimple.h (create_tmp_reg): Declare.Martin Jambor1-11/+20
2010-04-12expr.c (categorize_ctor_elements_1): Properly count sub-elements of non-const...Eric Botcazou1-4/+4
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-0/+12
2010-03-25re PR c/43385 (glibc regex testsuite failures)Jakub Jelinek1-4/+8
2010-03-01re PR middle-end/41250 (hppa has DECL_VALUE_EXPR decls appearing in the funct...Richard Guenther1-1/+11
2010-02-24re PR debug/43150 (Proper debug info for debugging VLAs)Jakub Jelinek1-3/+4
2010-02-19re PR middle-end/42233 (c++ builtin_expect code generation regression)Jakub Jelinek1-0/+26
2010-02-07re PR tree-optimization/42956 (internal compiler error: Segmentation fault wi...Richard Guenther1-3/+66
2010-01-31re PR middle-end/42898 (volatile structures and compound literal initializers)Richard Guenther1-0/+15
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-1/+1
2010-01-09re PR middle-end/42363 (ICE: verify_flow_info failed for gcc.c-torture/compil...Alexandre Oliva1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-27/+27
2009-11-13re PR middle-end/42029 (ICE with complex data type and openmp for reduction c...Jakub Jelinek1-0/+2
2009-10-26re PR fortran/41714 ([OOP] ALLOCATE SOURCE= does not properly copy the value ...Janus Weil1-50/+0
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-3/+7
2009-09-14Squash commit of EH in gimpleRichard Henderson1-8/+0
2009-08-26re PR c/41163 (verify_gimple fails)Richard Guenther1-2/+14
2009-08-25gimplify.c (prepare_gimple_addressable): New static function.Eric Botcazou1-11/+27
2009-08-19omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz1-8/+2
2009-08-13re PR middle-end/41047 (gcc.target/mips/memcpy-1.c failing)Richard Guenther1-1/+6
2009-08-12alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.Richard Guenther1-2/+1
2009-07-18re PR c/40787 (ICE: verify_gimple failed in gcc.dg/pr35899.c)Richard Guenther1-0/+8