aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-02pretty-print.h (pp_unsigned_wide_integer): New.Richard Guenther1-3/+5
2011-08-26tree-pretty-print (dump_generic_node): Test for NULL_TREE before accessing TR...Tom de Vries1-0/+4
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+29
2011-07-01tree-pretty-print.c (dump_generic_code): Print [idx]= and [idx1 ...Jakub Jelinek1-8/+47
2011-06-06tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva1-6/+7
2011-06-01format clean upDavid Li1-1/+1
2011-06-01Better function header dumpDavid Li1-0/+36
2011-05-30Revert wrong checkinXinliang David Li1-22/+0
2011-05-30New option to disable/enable optimization passes.Xinliang David Li1-0/+22
2011-03-15re PR middle-end/47650 (wrong output of print_generic_decl() called from a pl...Richard Guenther1-8/+12
2010-11-05re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)Jakub Jelinek1-0/+11
2010-10-08re PR debug/45673 (-fcompare-debug failure with minor difference in dumps)Alexandre Oliva1-0/+8
2010-09-13re PR testsuite/45604 (New test failures)Alexandre Oliva1-4/+0
2010-09-08re PR debug/45419 (-fcompare-debug failure at -O3)Alexandre Oliva1-5/+8
2010-09-07tree-pretty-print.c (dump_generic_node): Dump void types as void.Richard Guenther1-0/+2
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-12/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-4/+10
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-7/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-14re PR target/44930 (another problem with line break in output with -fverbose-...Richard Guenther1-1/+1
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-1/+5
2010-07-13re PR middle-end/44911 (line breaks in asm comments break assembly with -fver...Richard Guenther1-2/+4
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-5/+0
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+75
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+22
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+3
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+51