aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-12/+0
2009-07-06tree.c: Include debug.h.Diego Novillo1-117/+261
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-5/+118
2009-06-29tree.c (process_call_operands): Propagate TREE_READONLY from the operands.Eric Botcazou1-26/+32
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-57/+2
2009-06-26re PR c/39902 (x * 1.0DF gets wrong value)Janis Johnson1-8/+17
2009-06-19tree.c (substitute_in_expr): Tweak and reformat.Eric Botcazou1-79/+100
2009-06-17tree.h (STRIP_NOPS, [...]): Use tree_strip_nop_conversions...Adam Nemet1-0/+73
2009-06-15re PR middle-end/40439 (Bootstrap broken on FreeBSD in tree.c)Richard Guenther1-1/+2
2009-06-14passes.c: Add bswap pass.Andreas Krebbel1-0/+29
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-13/+26
2009-06-05re PR middle-end/40340 (Fortification warning no longer emitted in inlines)Jakub Jelinek1-25/+5
2009-05-29tree.c (handle_dll_attribute): Check if node is of kind FUNCTION_DECL for DEC...Kai Tietz1-1/+2
2009-05-24re PR tree-optimization/40233 (Test failures with "alignment of array element...Richard Guenther1-1/+2
2009-05-22Fix PR tree-optimization/40219Michael Meissner1-5/+7
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-4/+0
2009-05-22tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell1-1/+7
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-1/+69
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-0/+51
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-4/+4
2009-05-12tree.c (iterative_hash_pointer): Delete.Alexandre Oliva1-25/+6
2009-05-05attribs.c (decl_attributes): Use %qE for identifiers in diagnostics.Joseph Myers1-9/+9
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-0/+12
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-3/+5
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-19* tree.c (protected_set_expr_location): Fix formatting.Eric Botcazou1-1/+2
2009-04-18tree.c (function_args_count): Remove.Kazu Hirata1-20/+0
2009-04-16c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst...Paolo Bonzini1-0/+13
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-22/+2
2009-03-30re PR middle-end/38237 (multiple weak directives)Steve Ellcey1-0/+12
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+55
2009-03-29c-common.c (c_expand_expr, c_staticp): Remove.Paolo Bonzini1-8/+6
2009-03-03re PR tree-optimization/39272 (-D_FORTIFY_SOURCE=2 no longer warns with new g...Richard Guenther1-0/+36
2009-02-23re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka1-0/+45
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-8/+8
2008-11-19tree.c (build2_stat): Allow non-POINTER_PLUS_EXPRs with non-sizetype offsets ...Richard Guenther1-2/+7
2008-10-29re PR middle-end/11492 (Bogus warning with -Wsign-compare)Manuel López-Ibáñez1-0/+27
2008-10-22tree.def (COMPLEX_TYPE): Constrain element type.Richard Guenther1-0/+4
2008-10-21re PR java/35485 (libjava is disabled by default)David Edelsohn1-3/+2
2008-10-16re PR tree-optimization/37525 (IVOPTS difference causing 20% degradation in 1...Jakub Jelinek1-32/+73
2008-10-14re PR c++/37553 (ICE in build_c_cast)Douglas Gregor1-5/+6
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-0/+2
2008-10-01tree.c (contains_placeholder_p): Return 0 for a SAVE_EXPR.Geert Bosch1-0/+5
2008-09-17re PR objc/37460 (NeXT runtime ICEs)Andrew Pinski1-3/+2
2008-09-17tree.c (protected_set_expr_location): Don't unnecessarily check for error_mar...Jakub Jelinek1-1/+1
2008-09-04re PR tree-optimization/37345 (Segfault in decl_function_context (TYPE_MAIN_V...Jan Hubicka1-2/+12
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-0/+10
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka1-3/+78
2008-08-28re PR c++/36741 (Bogus "large integer implicitly truncated" passing size_t co...Dodji Seketeli1-0/+15
2008-08-23tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka1-0/+34