aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-19re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in...Jakub Jelinek1-1/+3
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-5/+4
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-12/+12
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-13/+13
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-201/+80
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-0/+150
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-2/+2
2008-07-15re PR middle-end/36369 (may_alias broken with previous uses of non attributed...Richard Guenther1-0/+13
2008-07-13tree.c (decl_assembler_name_equal): Expect assembler name of decl to be mangl...Jan Hubicka1-7/+28
2008-07-13cgraph.c (assembler_name_hash): New static var.Jan Hubicka1-1/+22
2008-07-08Fix PR tree-optimization/23455 Fix PR tree-optimization/35286 Fix PR tree-opt...Daniel Berlin1-4/+1
2008-07-03re PR bootstrap/33304 (Bootstrap failure on solaris2 using cc due to empty ma...Andrew Haley1-5/+14
2008-07-03tree.c (ctor_to_list): Use FOR_EACH_CONSTRUCTOR_ELT.Jason Merrill1-5/+3
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-0/+20
2008-06-28tree.c (build_varargs_function_type_list): New.Kai Tietz1-11/+48
2008-06-21tree.h (enum tree_code): Include all-tree.def, not tree.def.Ian Lance Taylor1-0/+38
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-32/+38
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-4/+21
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-25Delete get_inner_array_type. Use strip_array_types instead.Alan Modra1-5/+3
2008-05-19tree.c (substitute_placeholder_in_expr) <tcc_vl_exp>: Minor tweak.Eric Botcazou1-5/+6
2008-05-19tree.c (substitute_in_expr): Fix thinko.Eric Botcazou1-6/+7
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-9/+5
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-6/+0
2008-05-07[multiple changes]Kenneth Zadeck1-2/+4
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-56/+135
2008-03-27tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.Eric Botcazou1-37/+0
2008-02-28re PR target/33963 (Dllimport attribute wrongly accepted on typedefs)Joseph Myers1-0/+10