summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-32/+1
* c-common.h (add_stmt): Change prototype.Mark Mitchell2000-09-101-0/+15
* top level:Zack Weinberg2000-08-291-1/+1
* * tree.c: Fix formatting.Kazu Hirata2000-08-291-100/+103
* [multiple changes]Jason Merrill2000-08-281-13/+21
* [multiple changes]Zack Weinberg2000-08-051-19/+0
* Warning fixes:Kaveh R. Ghazi2000-07-121-0/+1
* Vector support: type node creation & debugging supportBernd Schmidt2000-06-251-0/+51
* tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek2000-06-141-0/+5
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-18/+14
* Fix DWARF2 64-bit enum debugging support, for debugging IA-64 emacs bugs.James E. Wilson2000-06-081-1/+3
* Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner2000-05-311-36/+0
* tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner2000-05-271-16/+16
* alias.c (record_component_aliases): New function.Richard Kenner2000-05-221-2/+7
* tree.c (build_common_tree_nodes): Do not build TI nodes unless HOST_BITS_PER_...John David Anglin2000-05-171-0/+4
* top level:Zack Weinberg2000-05-091-19/+14
* simplify-rtx.c (simplify_ternary_operation): Cast to unsigned.Jason Merrill2000-05-041-2/+3
* * tree.c (staticp, case LABEL_DECL): New case.Richard Kenner2000-05-031-3/+4
* tree.c (get_callee_fndecl): Extract the initial value from a readonly decl.Jason Merrill2000-04-281-0/+8
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-191-7/+4
* toplev.c: Make *_time variable long to reduce chance of overflow.Richard Kenner2000-04-151-3/+5
* * tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.Richard Kenner2000-04-121-29/+23
* tree.c (tree_expr_nonnegative_p): New function.Kaveh R. Ghazi2000-04-081-0/+19
* sparc.c (output_restore_regs): Prototype.Kaveh R. Ghazi2000-04-041-0/+1
* tree.c (unsave_expr_1): Don't mess with a TARGET_EXPR that hasn't been expanded.Jason Merrill2000-03-291-0/+7
* stor-layout.c (bit_from_pos, [...]): New functions.Richard Kenner2000-03-291-10/+5
* stor-layout.c (layout_type, [...]): early_type_list is now a list of TREE_LIS...Richard Kenner2000-03-261-4/+2
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-37/+51
* tree.c (lang_safe_for_unsave): Remove.Richard Henderson2000-03-241-27/+37
* tree.c (size_in_bytes): Return size_zero_node, not integer_zero_node.Mark Mitchell2000-03-221-1/+1
* tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell2000-03-211-5/+5
* Makefile.in (tree.o): Depend on HASHTAB_H.Martin v. Löwis2000-03-191-53/+100
* tree.h (tree_index): Remove enumerals for integer types.Mark Mitchell2000-03-191-0/+2
* Sibling call optimizations.Jeffrey A Law2000-03-171-0/+79
* * Clean up usages of TREE_INT_CST_LOW.Richard Kenner2000-03-171-2/+56
* function.c (put_var_into_stack): Use type_for_mode to calculate part_type.Jason Merrill2000-03-131-0/+16
* tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill2000-03-091-13/+0
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-30/+102
* builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner2000-02-271-40/+3
* tree.h (TREE_SET_PERMANENT): New macro.Zack Weinberg2000-02-241-13/+8
* c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner2000-02-191-5/+9
* loop.c (canonicalize_condition): New function, broken out of get_condition.John Wehle2000-02-181-0/+18
* combine.c (make_extraction, [...]): Avoid warning on mixed-signedness conditi...Richard Kenner2000-02-101-0/+44
* toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-16/+16
* Update copyrights for last checkin.Kaveh Ghazi2000-01-111-1/+1
* Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi2000-01-101-1/+1
* acconfig.h: New ENABLE flags: TREE_CHECKING, RTL_CHECKING, GC_CHECKING, GC_AL...Zack Weinberg1999-12-261-4/+4
* Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1999-12-241-1/+1
* * tree.c (real_value_from_int_cst): Clear REAL_VALUE_TYPE object first.Richard Kenner1999-12-201-0/+4
* alias.c: Minor reformatting.Richard Kenner1999-12-181-101/+141