summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-3/+2
* tree.h (MOVE_NONTEMPORAL): Remove.Richard Guenther2012-09-061-3/+0
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-1/+3
* cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher2012-08-071-2/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-5/+5
* Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson2012-07-101-23/+9
* tree-pretty-print.c (dump_generic_node): Properly test the result of exact_log2.Richard Guenther2012-07-051-1/+1
* Add MULT_HIGHPART_EXPRRichard Henderson2012-06-271-0/+5
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-4/+5
* tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther2012-03-121-5/+35
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-16/+0
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-16/+0
* Revert two unintended commitsRichard Henderson2011-12-131-0/+16
* Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson2011-12-131-16/+0
* 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