aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-01re PR bootstrap/45321 (ARM bootstrap failure due to stdarg_p change)Mikael Pettersson1-4/+2
2010-08-30Stack usage supportEric Botcazou1-1/+6
2010-08-20tree.h (alias_diag_flags): New enum.Olivier Hainque1-1/+12
2010-08-17tree.h (host_integerp): Add ATTRIBUTE_PURE when not ENABLE_TREE_CHECKING.Jakub Jelinek1-1/+13
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-1/+0
2010-08-12tree-flow.h (struct ptr_info_def): Add align and misalign fields.Richard Guenther1-1/+1
2010-08-10tree.h (get_object_alignment): Adjust prototype.Richard Guenther1-1/+1
2010-08-10tree.h (tree_node_kind): Delete.Nathan Froyd1-2/+0
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson1-3/+1
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-1/+0
2010-07-23tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek1-1/+9
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-0/+2
2010-07-15* tree.h (TREE_RTL_OPERAND_CHECK): Delete.Nathan Froyd1-12/+0
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-0/+1
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-1/+2
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-0/+2
2010-07-10tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.Richard Sandiford1-1/+6
2010-07-05double-int.h (fit_double_type): Remove declaration.Anatoly Sokolov1-1/+1
2010-07-05tree.c (reference_alias_ptr_type): New function.Richard Guenther1-0/+1
2010-07-05tree.h (build_call_list): Remove.Nathan Froyd1-1/+0
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-2/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+4
2010-06-30tree.h (block_may_fallthru): Declare here.Manuel López-Ibáñez1-4/+4
2010-06-28double-int.h (force_fit_type_double): Remove declaration.Anatoly Sokolov1-0/+1
2010-06-25With large parts from Jim Wilson:Bernd Schmidt1-0/+1
2010-06-18tree.h (record_layout_info): Change type of pending_statics field to a VEC.Nathan Froyd1-1/+1
2010-06-17tree.h (vec_member): Declare.Nathan Froyd1-0/+1
2010-06-14re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build)Jakub Jelinek1-2/+1
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-9/+17
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-06re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-0/+2
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek1-0/+11
2010-06-01tree.h (build_nt_call_list): Delete.Nathan Froyd1-1/+0
2010-05-31* tree.h (tree_range_check_failed): Declare noreturn.Jan Hubicka1-1/+2
2010-05-28Revert "Fix PR c++/44188"Dodji Seketeli1-2/+0
2010-05-27re PR c++/44188 (Fails to produce DW_AT_typedef for typedef of anonymous struct)Dodji Seketeli1-0/+2
2010-05-27print-tree.c (debug_vec_tree): New fn.Jason Merrill1-0/+2
2010-05-26demangle-expected: Add tests for __int128 and unsigned __int128 types.Kai Tietz1-0/+4
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-0/+2
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-2/+0
2010-05-19Revert:Nathan Froyd1-0/+1
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-1/+0
2010-05-19tree.h (build_int_cstu): Implement as static inline.Anatoly Sokolov1-1/+8
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-0/+2
2010-05-17tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd1-2/+0
2010-05-15vecir.h: New file with VEC primitives for tree, gimple, and rtl.Steven Bosscher1-5/+1
2010-05-15tree.h (ctor_to_list): Delete.Nathan Froyd1-4/+0
2010-05-15tree.h (memory_identifier_string): Remove.Jan Hubicka1-3/+0
2010-05-14* tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.Eric Botcazou1-5/+1
2010-05-10c-common.c (struct c_common_attributes): Add fnspec attribute.Richard Guenther1-0/+24