aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-1/+5
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+4
2014-06-17Fix dot dump bugXinliang David Li1-0/+1
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-6/+0
2014-05-06Merge in wide-int.Kenneth Zadeck1-8/+22
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-2/+10
2014-04-08re PR libfortran/60706 (FAIL: gfortran.dg/size_kind_2.f90 -O scan-tree-dum...Richard Biener1-0/+6
2014-03-26tree-pretty-print.c (percent_K_format): Implement special case for LTO and it...Richard Biener1-0/+19
2014-02-28re PR middle-end/60147 (ICE with -fdump-tree-original and NAMELIST)Tobias Burnus1-0/+9
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
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