aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-6/+14
2009-07-17re PR c++/40780 (ICE in gimplify_conversion)Jakub Jelinek1-2/+2
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-36/+50
2009-07-07re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code)Manuel López-Ibáñez1-0/+1
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-5/+5
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-79/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-25/+33
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-13/+0
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther1-0/+18
2009-05-11re PR middle-end/40026 (ICE during gimplify_init_constructor)Paolo Bonzini1-7/+6