aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-03rtl.h (print_insn_with_notes): Prototype.Steven Bosscher1-6/+43
2012-10-30Remove alloca from dump_gimple_bb_headerH.J. Lu1-11/+3
2012-10-01dumpfile.c: New file with parts moved from tree-dump.c.Sharad Singhai1-25/+25
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-3/+1
2012-08-24predict.c (maybe_hot_frequency_p): New parameter fun.Martin Jambor1-2/+5
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-1/+1
2012-08-12re PR middle-end/54193 (dump_gimple_assign raw can't handle 4 operands)Marc Glisse1-9/+17
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-3/+3
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-15/+2
2012-07-25* gimple-pretty-print.c (gimple_dump_bb_buff): Call pp_flush.Steven Bosscher1-0/+1
2012-07-20basic-block.h (BB_FLAGS_TO_PRESERVE): New define.Steven Bosscher1-14/+20
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-75/+25
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-17/+16
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-0/+2
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