aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-2/+23
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-38/+12
2009-06-17tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...Adam Nemet1-22/+10
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-4/+6
2009-06-14passes.c: Add bswap pass.Andreas Krebbel1-0/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-9/+14
2009-06-10tree.h (tree_base): Add packed_flag and user_align fields.Nathan Froyd1-24/+21
2009-06-01dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument...Jakub Jelinek1-1/+1
2009-06-01tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE...Olivier Hainque1-0/+5
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-14/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-1/+9
2009-05-15re PR c/16302 (gcc fails to warn about some common logic errors)Manuel López-Ibáñez1-0/+4
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-0/+1
2009-05-14re PR middle-end/40147 (Memory leak in revision 147436)H.J. Lu1-0/+3
2009-05-05tree.h: Remove DECL_BY_REFERENCE from private_flag comment.Jakub Jelinek1-7/+9
2009-05-05tree.h (strip_float_extensions): Remove duplicate declaration.Shujing Zhao1-15/+23
2009-05-03tree.h (TYPE_VECTOR_OPAQUE): Fix documentation.Paolo Bonzini1-2/+2
2009-04-28tree.h (SSA_NAME_VALUE): Remove.Richard Guenther1-11/+0
2009-04-26tree.h (DECL_BY_REFERENCE): Note that it is also valid for !TREE_STATIC VAR_D...Jakub Jelinek1-3/+4
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-0/+1
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-94/+49
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+3
2009-04-20expr.c (handled_component_p): Move ...Richard Guenther1-1/+18
2009-04-18tree-vrp.c (ssa_name_nonzero_p): Remove.Kazu Hirata1-1/+0
2009-04-18tree.c (function_args_count): Remove.Kazu Hirata1-1/+0
2009-04-18tree-iterator.c (expr_only): Remove.Kazu Hirata1-1/+0
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini1-0/+9
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-62/+5
2009-04-02builtins.c (is_builtin_name): New.Rafael Avila de Espindola1-0/+1
2009-03-31tree.h (div_if_zero_remainder): Declare.Richard Guenther1-0/+1
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-7/+1
2009-03-30re PR middle-end/38237 (multiple weak directives)Steve Ellcey1-0/+4
2009-03-30fold-const.c (const_binop, [...]): Do not set TREE_CONSTANT_OVERFLOW.Paolo Bonzini1-3/+0
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+1
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-0/+6
2009-03-28re PR tree-optimization/37795 (if-combine doesn't optimize != after >= test)Richard Guenther1-0/+2
2009-03-27re PR target/39323 (MAX_OFILE_ALIGNMENT in elfos.h is too big)H.J. Lu1-2/+4
2009-03-23cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther1-1/+1
2009-03-03re PR tree-optimization/39272 (-D_FORTIFY_SOURCE=2 no longer warns with new g...Richard Guenther1-0/+1
2009-03-01re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-0/+5
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-10/+10
2009-02-23re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka1-0/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-18re PR target/39179 (Wrong code in c++ for const members initialized in extern...Jason Merrill1-2/+2
2009-01-23re PR middle-end/38932 (ICE in set_value_range, at tree-vrp.c:398)Paolo Bonzini1-0/+1
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-3/+0
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-0/+3
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-1/+8
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-0/+1
2008-10-24re PR c/7543 (no warning for always-false "if (!a & 0x4)" bitwise and on bool...Manuel López-Ibáñez1-0/+11