summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* gengtype.c (write_field_root): Avoid out-of-scope access of newv.Michael Matz2011-11-081-2/+4
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+20
* md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen2011-10-181-0/+23
* Rename vshuffle/vec_shuffle to vec_perm.Richard Henderson2011-10-071-2/+2
* Vector shuffling patch from Artem Shinkarov.Artjoms Sinkarovs2011-10-031-0/+10
* pretty-print.h (pp_unsigned_wide_integer): New.Richard Guenther2011-09-021-3/+5
* tree-pretty-print (dump_generic_node): Test for NULL_TREE before accessing TR...Tom de Vries2011-08-261-0/+4
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-0/+29
* tree-pretty-print.c (dump_generic_code): Print [idx]= and [idx1 ...Jakub Jelinek2011-07-011-8/+47
* tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva2011-06-061-6/+7
* format clean upDavid Li2011-06-011-1/+1
* Better function header dumpDavid Li2011-06-011-0/+36
* Revert wrong checkinXinliang David Li2011-05-301-22/+0
* New option to disable/enable optimization passes.Xinliang David Li2011-05-301-0/+22
* re PR middle-end/47650 (wrong output of print_generic_decl() called from a pl...Richard Guenther2011-03-151-8/+12
* re PR debug/46307 (ICE with FMA_EXPR in DEBUG stmts)Jakub Jelinek2010-11-051-0/+11
* re PR debug/45673 (-fcompare-debug failure with minor difference in dumps)Alexandre Oliva2010-10-081-0/+8
* re PR testsuite/45604 (New test failures)Alexandre Oliva2010-09-131-4/+0
* re PR debug/45419 (-fcompare-debug failure at -O3)Alexandre Oliva2010-09-081-5/+8
* tree-pretty-print.c (dump_generic_node): Dump void types as void.Richard Guenther2010-09-071-0/+2
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-12/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-4/+10
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-7/+0
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* re PR target/44930 (another problem with line break in output with -fverbose-...Richard Guenther2010-07-141-1/+1
* re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke2010-07-131-1/+5
* re PR middle-end/44911 (line breaks in asm comments break assembly with -fver...Richard Guenther2010-07-131-2/+4
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-5/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-1/+75
* With large parts from Jim Wilson:Bernd Schmidt2010-06-251-0/+22
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+51
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther2010-04-151-0/+7
* tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.Richard Guenther2010-04-091-1/+4
* tree-dump.c (dump_option_value_in): Add TDF_NOUID.Richard Guenther2009-11-301-5/+18
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+15
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-0/+3
* Squash commit of EH in gimpleRichard Henderson2009-09-141-13/+0
* re PR middle-end/41149 (-fdump-tree-original and procedure pointer components)Janus Weil2009-08-251-13/+1
* tree-pretty-print.c (dump_generic_node): Protect against NULL op0.Diego Novillo2009-07-061-6/+17
* re PR testsuite/40488 (Revision 148642 caused extra failures)Richard Henderson2009-06-181-59/+29
* tree-pretty-print.c (maybe_dump_asm_name): New.Richard Henderson2009-06-171-6/+34
* tree-pretty-print.c (print_call_name): Take the callee, not the call itself.Jason Merrill2009-05-311-12/+10
* tree-pretty-print.c (dump_location): New.Diego Novillo2009-05-271-67/+132
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-11/+0