aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26build_string commentsJason Merrill1-0/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-22/+20
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-1/+10
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-3/+3
2011-09-29tree.c (build_opaque_vector_type): Make opaque vectors variant types of the c...Richard Guenther1-7/+19
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-2/+2
2011-08-18tree.h (tree_int_cst_msb): Remove.Richard Guenther1-12/+14
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther1-2/+1
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-2/+8
2011-07-31Handle SIZE_TYPE being unsigned short.Richard Henderson1-0/+2
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