aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-03tree-pretty-print.c (dump_location): Make it extern.Manuel López-Ibáñez1-44/+4
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-3/+19
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+10
2014-05-06Merge in wide-int.Kenneth Zadeck1-11/+5
2014-02-21Correct TDF_RAW pretty-printing of GIMPLE_OMP_FOR's GF_OMP_FOR_KIND_CILKSIMD.Thomas Schwinge1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-4/+0
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-8/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-3/+3
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+5
2013-11-15re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec...Richard Biener1-2/+12
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-31gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek1-2/+14
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-2/+8
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+6
2013-10-23gimple-pretty-print.c (dump_ssaname_info): Always print "# " before the info,...Jakub Jelinek1-8/+10
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-8/+8
2013-10-11target.c: New file.Jakub Jelinek1-3/+116
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-12/+12
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-32/+46
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-3/+25
2013-08-23diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.Gabriel Dos Reis1-1/+1
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-4/+0
2013-08-05gimple-pretty-print.c (buffer): Remove.Gabriel Dos Reis1-23/+16
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-10/+10
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-75/+75
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-1/+0
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+15
2013-03-08trans-mem.c (expand_transaction): Do not set PR_INSTRUMENTEDCODE if GTMA_HAS_...Aldy Hernandez1-0/+5
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