aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-28revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-92/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-102/+6
2008-02-26tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-0/+92
2008-02-25revert: tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-76/+0
2008-02-25tree-flow.h (uid_decl_map_hash, [...]): Move ...Richard Guenther1-0/+76
2008-01-30re PR c/34993 (ICE with attribute for array with unknown bound)Richard Henderson1-2/+3
2008-01-22re PR c++/34914 (Member pointer to vector rejected)Jakub Jelinek1-0/+5
2008-01-22re PR c++/34917 (ICE with const vector)Jakub Jelinek1-0/+2
2008-01-22* tree.c (check_qualified_type): Improve function description.Ben Elliston1-1/+1
2008-01-17tree.c (substitute_in_expr): Add missing 'break'.Eric Botcazou1-2/+3
2008-01-16re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c)Richard Guenther1-7/+12
2008-01-09re PR tree-optimization/34679 (ICE: tree check: expected integer_type, have e...Richard Guenther1-1/+2
2007-12-15* tree.c (type_hash_add): Fix whitespace.Alexandre Oliva1-1/+1
2007-11-26* tree.c (type_hash_add): Don't violate strict aliasing rules.Alexandre Oliva1-1/+1
2007-11-19PR debug/29436, c/32326Jason Merrill1-7/+18
2007-11-06re PR target/33579 (INIT_PRIORITY is broken)Mark Mitchell1-4/+0
2007-10-26re PR c++/33601 (ICE with pointers to members using "const C" as the class id...Douglas Gregor1-2/+2
2007-10-19revert: re PR tree-optimization/32921 (Revision 126326 causes 12% slowdown)Richard Guenther1-1/+1
2007-10-19re PR tree-optimization/32921 (Revision 126326 causes 12% slowdown)Richard Guenther1-1/+1
2007-09-24re PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with attributes)Jakub Jelinek1-7/+14
2007-09-23tree.h (block_nonartificial_location): New prototype.Jakub Jelinek1-0/+36
2007-09-13Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro...Michael Meissner1-0/+52