aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Biener1-3/+1
2011-07-18re PR middle-end/49675 (ICE (segfault) with -finstrument-functions)Jakub Jelinek1-0/+25
2011-07-17re PR middle-end/49732 (crash on terminal_interface-curses-menus.adb from ncu...Eric Botcazou1-3/+8
2011-07-12cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...Eric Botcazou1-1/+2
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-9/+4
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-0/+46
2011-06-22In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-85/+107
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-07stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...Richard Guenther1-4/+2
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-0/+12
2011-06-01tree.c (free_lang_data): Do not reset boolean_type_node nor char_type_node.Richard Guenther1-19/+0
2011-05-30re PR c/4910 (imacat <imacat@mail.imacat.idv.tw>)Nathan Froyd1-1/+1
2011-05-27move TS_STATEMENT_LIST to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-26make TS_BLOCK a substructure of TS_BASENathan Froyd1-2/+3
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-25move TS_EXP to be a substructure of TS_TYPEDNathan Froyd1-1/+1
2011-05-25libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if LIBGCC2_GNU_PREFIX i...Bernd Schmidt1-4/+12
2011-05-11* tree.c (type_hash_canon): Use struct tree_type_non_common.Jason Merrill1-1/+1
2011-05-11split tree_typeNathan Froyd1-3/+11
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-0/+17
2011-05-04tree.h (build_function_type_array): Declare.Nathan Froyd1-0/+38
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+9
2011-05-02tree.c (tree_code_counts): New global array.Richard Guenther1-0/+8
2011-04-29split checksum into cfg checksum and line checksumXinliang David Li1-6/+18
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-2/+10
2011-04-22tree.c (build_int_cst): Properly create canonicalized integer constants.Richard Guenther1-10/+3
2011-04-21re PR debug/48703 (segfault in canonicalize_for_substitution)Richard Guenther1-4/+0
2011-04-20Revert last patch.Richard Sandiford1-9/+0
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-0/+9
2011-04-19re PR debug/48207 (ICE in lhd_set_decl_assembler_name, at langhooks.c:158)Richard Guenther1-1/+6
2011-04-18tree.c (upper_bound_in_type): Build properly canonicalized INTEGER_CSTs.Richard Guenther1-13/+13
2011-04-18re PR c/48650 (valgrind: Invalid write of size 8 in build_string (tree.c:1524))Richard Guenther1-1/+1
2011-04-14tree.h (struct tree_constructor): Include tree_typed instead of tree_common.Nathan Froyd1-1/+1
2011-04-13tree-flow.h (struct gimple_df): Make free_ssanames a VEC.Nathan Froyd1-1/+1
2011-04-13tree.h (struct tree_int_cst, [...]): Include tree_typed instead of tree_common.Nathan Froyd1-3/+3
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-58/+8
2011-04-12tree.h (struct typed_tree): New.Nathan Froyd1-1/+7
2011-04-09Bail out rather than crashing in array_type_nelts if TYPE_MAX_VALUE is null.Duncan Sands1-0/+4
2011-04-04tree.h (struct tree_const_decl): Inherit from tree_decl_common.Nathan Froyd1-2/+1
2011-04-03tree.c (free_lang_data_in_decl): Zero DECL_VINDEX if it's not an integer.Michael Matz1-0/+7
2011-04-03tree.c (decl_init_priority_insert): Don't create entry for default priority.Michael Matz1-44/+4
2011-03-25Changelog c-family/Kai Tietz1-6/+2
2011-03-25ChangeLog gcc/Kai Tietz1-31/+75
2011-03-24tree.c (record_node_allocation_statistics): New function.Nathan Froyd1-56/+40
2011-03-24re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther1-0/+14
2011-03-22tree.c (build_call_1): New function.Nathan Froyd1-12/+20
2011-03-14re PR tree-optimization/48098 (internal compiler error: in build_vector_from_...Richard Guenther1-2/+8
2011-03-11re PR c++/48073 (ICE with -flto in templated C++ code)Richard Guenther1-1/+2
2011-03-11re PR c++/48069 (FAIL: g++.old-deja/g++.pt/spec26.C)Jason Merrill1-2/+1
2011-03-10re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expa...Jason Merrill1-2/+9