summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree.h (set_decl_incoming_rtl): Add a by_reference_p parameter.Richard Sandiford2007-12-191-1/+1
* dwarf2out.c (reference_to_unused): Don't emit strings in initializers just be...Alexandre Oliva2007-12-151-2/+2
* PR 34081/C++Andreas Krebbel2007-11-261-1/+1
* tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2007-11-251-1/+2
* re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou2007-11-191-1/+0
* re PR tree-optimization/33870 (miscompiles sqlite)Richard Guenther2007-11-161-8/+6
* pr 33870Diego Novillo2007-11-131-5/+12
* tree.h (struct tree_struct_field_tag): Move field in_nested_struct ...Diego Novillo2007-11-071-4/+5
* re PR tree-optimization/33870 (miscompiles sqlite)Diego Novillo2007-11-071-0/+6
* re PR target/33579 (INIT_PRIORITY is broken)Mark Mitchell2007-11-061-4/+3
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-0/+2
* c-common.h: Remove the prototype for c_expand_body.Kazu Hirata2007-10-141-1/+0
* Revert:Eric Botcazou2007-10-061-2/+1
* tree.h (block_nonartificial_location): New prototype.Jakub Jelinek2007-09-231-0/+1
* re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill2007-09-221-0/+2
* re PR tree-optimization/33146 (ICE in build_polynomial_chrec, at tree-chrec.h...Richard Guenther2007-09-221-1/+3
* Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, pro...Michael Meissner2007-09-131-0/+62
* tree-flow.h (const_block_stmt_iterator): Remove.Diego Novillo2007-09-071-1/+1
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-15/+10
* builtins.def (BUILT_IN_VA_ARG_PACK): New built-in.Jakub Jelinek2007-09-051-0/+7
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-0/+1
* fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi2007-09-051-4/+3
* c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi2007-09-011-4/+0
* tree.h (struct tree_function_decl): Increase size of function_code bitfield.Richard Guenther2007-08-281-4/+4
* tree.h (DECL_DISREGARD_INLINE_LIMITS): New.Richard Guenther2007-08-281-5/+18
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+3
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-4/+4
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-5/+5
* langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther2007-08-201-0/+1
* tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther2007-08-201-2/+14
* tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey2007-08-171-8/+0
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-2/+2
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-1/+4
* alias.h (alias_set_type): Define new type.Ian Lance Taylor2007-08-111-6/+7
* tree.h (fixed_zerop): Declare as taking a const_tree.Michael Matz2007-08-091-1/+1
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-2/+224
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-0/+2
* attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi2007-07-291-25/+67
* calls.c (special_function_p, [...]): Constify.Kaveh R. Ghazi2007-07-281-12/+12
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-10/+10
* expr.c (handled_component_p): Constify.Kaveh R. Ghazi2007-07-251-50/+50
* cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi2007-07-251-1/+1
* coretypes.h (const_bitmap, [...]): New.Kaveh R. Ghazi2007-07-251-31/+31
* re PR target/25413 (wrong alignment or incorrect address computation in vecto...Dorit Nuzman2007-07-121-0/+6
* builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL.Geoffrey Keating2007-07-121-4/+2
* re PR tree-optimization/32663 (revision 126369 went into an infinite loop)Daniel Berlin2007-07-121-6/+0
* re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating2007-07-101-18/+14
* * tree.h (DECL_ALIGN): Back out previous change.Geoffrey Keating2007-07-031-1/+1
* * tree.h (DECL_ALIGN): Prevent use on a FUNCTION_DECL.Geoffrey Keating2007-07-031-1/+1