aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-1/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+2
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19tree-pretty-print.c (dump_generic_node): Print class type of OBJ_TYPE_REF.Jan Hubicka1-0/+6
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-0/+4
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+4
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+9
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+1
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+12
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+2
2013-10-11tree-pretty-print.c (dump_generic_node): Allow to dump both (D) and (ab) for ...Richard Biener1-2/+4
2013-10-11target.c: New file.Jakub Jelinek1-47/+257
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-10/+10
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-22/+30
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+35
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-1/+3
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-1/+1
2013-08-04pretty-print.h (pp_bar_bar): New.Gabriel Dos Reis1-39/+39
2013-08-03pretty-print.h (pp_underscore): New.Gabriel Dos Reis1-110/+109
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-03rtl.h (print_insn_with_notes): Prototype.Steven Bosscher1-5/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+4
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-3/+2
2012-09-06tree.h (MOVE_NONTEMPORAL): Remove.Richard Guenther1-3/+0
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-1/+3
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-5/+5
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-23/+9
2012-07-05tree-pretty-print.c (dump_generic_node): Properly test the result of exact_log2.Richard Guenther1-1/+1
2012-06-27Add MULT_HIGHPART_EXPRRichard Henderson1-0/+5
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-4/+5
2012-03-12tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther1-5/+35
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-16/+0
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-16/+0
2011-12-13Revert two unintended commitsRichard Henderson1-0/+16
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-16/+0
2011-11-08gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz1-2/+4
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+20
2011-10-18md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen1-0/+23
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