aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-5/+6
2012-02-07gimple-pretty-print.c (dump_gimple_phi): Avoid excessive newline in -alias du...Richard Guenther1-3/+5
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-2/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-2/+0
2011-12-13Revert two unintended commitsRichard Henderson1-0/+2
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-2/+0
2011-12-02gimple-pretty-print.c (dump_gimple_call): Dereference fn only if non-NULL.Sameera Deshpande1-0/+3
2011-11-11Implement omp atomic load and store.Richard Henderson1-1/+6
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-4/+166
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+2
2011-10-18tree-ssa-alias.h (struct pt_solution): Remove vars_contains_restrict member.Richard Guenther1-2/+0
2011-10-07Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson1-2/+2
2011-10-03Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs1-0/+10
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-0/+18
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-2/+13
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-3/+10
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-0/+20
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2010-11-22gimple-pretty-print.c (dump_bb_header): Add check for cfun.Basile Starynkevitch1-1/+2
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-0/+8
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-4/+1
2010-08-12tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther1-2/+14
2010-07-21tree-flow.h (referenced_var): Move define ...Richard Guenther1-5/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+30
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-04-16gimple-pretty-print.c (dump_gimple_phi): Dump alias info.Richard Guenther1-1/+26
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther1-0/+73
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-0/+1
2009-09-14builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson1-66/+128
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+44
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+31
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-0/+16
2009-07-22tree-pass.h (TDF_EH): Define.Diego Novillo1-0/+7
2009-06-18re PR testsuite/40488 (Revision 148642 caused extra failures)Richard Henderson1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-0/+4
2009-06-04basic-block.h (struct basic_block_def): Add discriminator field.Cary Coutant1-0/+6
2009-05-31tree-pretty-print.c (print_call_name): Take the callee, not the call itself.Jason Merrill1-1/+1
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-25/+0
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-91/+10
2009-01-02re PR middle-end/38690 (Missing parentheses for (a-1)/2 in final_cleanup)Jakub Jelinek1-33/+66
2008-12-27re PR middle-end/38641 (VEC_EXTRACT_EVEN_EXPR/VEC_EXTRACT_ODD_EXPR no longer ...Jakub Jelinek1-17/+16
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-0/+1857