summaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* tree-pretty-print.c (dump_decl_name): Cast LABEL_DECL_UID to int when printing.Ian Lance Taylor2007-09-061-4/+2
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-0/+9
* fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi2007-09-051-8/+8
* re PR tree-optimization/33291 (a+=2; a+=2 not simplified to a+=4; with -O3...Richard Guenther2007-09-041-13/+22
* tree-pretty-print.c: Include output.h.Joseph Myers2007-08-311-2/+3
* tree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.Richard Guenther2007-08-291-1/+1
* tree-pretty-print.c (dump_generic_node): Annotate GIMPLE_MODIFY_STMTs with vo...Richard Guenther2007-08-231-0/+7
* tree-pretty-print.c (debug_generic_expr): Add a comment about the function.Andrew Pinski2007-08-191-0/+6
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+11
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-1/+17
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* [multiple changes]Andrew Pinski2007-06-151-0/+5
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+11
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak2007-06-101-0/+3
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-6/+7
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-05-171-2/+24
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-0/+23
* re PR middle-end/25923 ([gfortran] garbled diagnostics with -O -Wuninitialized)Simon Martin2007-04-241-3/+7
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-04-221-3/+3
* tree-pretty-print.c (dump_generic_node): Print ARRAY_REF lower bound and elem...Richard Guenther2007-04-121-2/+2
* tree-pretty-print.c (dump_generic_node): Report precision of unnamed integer ...Joseph Myers2007-03-261-0/+8
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-6/+16
* tree-pretty-print.c (dump_generic_node): Print parentheses when operands have...Ian Lance Taylor2007-01-101-3/+3
* tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ...Richard Guenther2007-01-081-10/+7
* tree-pretty-print.c (dump_generic_node): Avoid outputing "(void) 0;" as the e...Roger Sayle2006-12-221-4/+10
* Add memory reuse to virtual operands in the operand scanner.Andrew MacLeod2006-12-181-2/+2
* Makefile.in: Add dependencies.Jan Hubicka2006-12-131-0/+2
* [multiple changes]Diego Novillo2006-12-111-34/+106
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-5/+12
* c-tree.texi: Document new tree codes.Ira Rosen2006-11-221-0/+32
* tree-pretty-print.c (dump_generic_node): Print sign of Inf.Kaveh R. Ghazi2006-11-111-1/+1
* tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes.Richard Guenther2006-11-111-6/+0
* tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX i...Andrew Pinski2006-11-081-6/+1
* [multiple changes]Dorit Nuzman2006-11-081-2/+52
* tree-pretty-print.c (dump_generic_node): Use HOST_WIDE_INT_PRINT to print hig...Adam Nemet2006-11-011-1/+3
* tree.h (tree_value_handle): Remove struct value_set declaration.Daniel Berlin2006-10-301-1/+5
* tree-pretty-print.c (pretty_print_string): No need to handle '\0' as a specia...Ben Elliston2006-05-101-3/+1
* re PR libgomp/26651 ([gomp] #omp for ordered leaks memory)Richard Henderson2006-04-131-1/+8
* re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code)Richard Henderson2006-03-221-2/+2
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-1/+1
* re PR tree-optimization/25879 (TDF_CHAIN makes -fdump-tree-all-all useless)Andrew Pinski2006-02-201-24/+17
* tree.def (CHAR_TYPE): Remove.Roger Sayle2006-02-081-1/+0
* re PR middle-end/25886 (up to 256 tree codes for Objective-C++)Diego Novillo2006-01-251-113/+130
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-0/+20
* Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman2006-01-191-1/+23
* [multiple changes]Diego Novillo2006-01-181-39/+368
* In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-12-061-0/+3
* tree-pretty-print.c (op_symbol): Handle LROTATE_EXPR and RROTATE_EXPR.Richard Guenther2005-12-021-0/+6
* pretty-print.h (pp_widest_integer): New macro.Jan Hubicka2005-07-311-0/+10