aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Remove zone allocator.Diego Novillo1-11/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-02re PR c++/55804 (GCC omits required call to constructor)Jason Merrill1-5/+0
2012-12-06re PR c++/55032 (Internal compiler error: in strip_typedefs, at cp/tree.c:1199)Jason Merrill1-0/+5
2012-11-26fold-const.c (const_binop): Adjust comment.Eric Botcazou1-7/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-66/+65
2012-11-14tree.c (set_call_expr_flags): New function.Jan Hubicka1-17/+34
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-29re PR middle-end/55027 (simplify vector multiplication by 1)Marc Glisse1-24/+76
2012-10-25re PR c++/54427 (Expose more vector extensions)Marc Glisse1-0/+11
2012-10-24re PR debug/54828 (ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0)Jakub Jelinek1-2/+7
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-0/+9
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-17/+21
2012-09-29tree.c (truth_type_for): New function.Marc Glisse1-0/+16
2012-09-19Integrate lexical block into source_location.Dehao Chen1-3/+18
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-4/+2
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-25/+23
2012-08-23tree.c (copy_node_stat): Clear DECL_STRUCT_FUNCTION.Jakub Jelinek1-0/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+2
2012-08-13re PR c/53968 (integer undefined behaviors in GCC)Jakub Jelinek1-1/+1
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-0/+7
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-3/+0
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-2/+0
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-35/+1
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-38/+36
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-10Add VEC_WIDEN_MULT_EVEN/ODD_EXPRRichard Henderson1-0/+2
2012-07-09re PR c++/53882 (ICE in type_contains_placeholder_1, at tree.c:3015)Jason Merrill1-0/+2
2012-07-04tree.c (find_decls_types_r): Handle TYPE_CONTEXT the same as in free_lang_dat...Richard Guenther1-1/+9
2012-07-03re PR c++/53826 ([alpha]: ICE in fold_convert_loc, at fold-const.c:2008)Jason Merrill1-1/+1
2012-06-30coverage.c (bbg_file_stamp): New.Nathan Sidwell1-12/+26
2012-06-27Add MULT_HIGHPART_EXPRRichard Henderson1-0/+4
2012-06-11re PR debug/53470 (ICE when linking with -g in splice_child_die, at dwarf2out...Richard Guenther1-5/+11
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-5/+5
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-1/+1
2012-05-27tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.Nathan Sidwell1-4/+11
2012-05-25re PR lto/52178 (Ada bootstrap failure in LTO mode)Eric Botcazou1-2/+5
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-33/+18
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-1/+0
2012-04-24tree-pretty-print.h (default_tree_printer): Do not declare.Manuel López-Ibáñez1-4/+2
2012-04-19re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Michael Matz1-1/+0
2012-04-16re PR c/52977 (internal compiler error: Segmentation fault with `-x c-header'...Richard Guenther1-10/+20
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-4/+4
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-0/+1
2012-03-28* tree.c (tree_size) <VECTOR_CST>: New case.Eric Botcazou1-0/+4
2012-03-16tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther1-8/+13
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-28/+41
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-1/+2
2012-03-12tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther1-19/+15