| Commit message (Expand) | Author | Age | Files | Lines |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -19/+23 |
* | * tree.def (OFFSET_REF): Remove. | mrs | 1996-05-31 | 1 | -9/+0 |
* | (unsave_expr_now): Avoid use of NULL_RTX since no rtl.h. | kenner | 1996-05-19 | 1 | -3/+3 |
* | * expr.c (expand_expr, cond TARGET_EXPR): Make TARGET_EXPRs | mrs | 1996-05-17 | 1 | -3/+5 |
* | * expr.c (expand_expr, cond UNSAVE_EXPR): Move from the C++ | mrs | 1996-05-17 | 1 | -0/+85 |
* | * expr.c (expand_increment): Add third parameter to know when to | mrs | 1996-05-06 | 1 | -4/+4 |
* | (build_real_from_int_cst): Remove spurious test for | kenner | 1996-05-05 | 1 | -1/+1 |
* | (real_value_from_int_cst): New arg, TYPE. | kenner | 1996-04-14 | 1 | -5/+12 |
* | (substitute_in_expr): Don't return new expression if nothing changed. | kenner | 1996-04-09 | 1 | -164/+44 |
* | (substitute_in_expr, case COMPONENT_REF): Ignore if inner | kenner | 1996-03-17 | 1 | -1/+7 |
* | (staticp): Check DECL_NO_STATIC_CHAIN on nested functions. | merrill | 1996-03-05 | 1 | -1/+1 |
* | (decl_function_context): Do decl_function_context right for | merrill | 1996-02-21 | 1 | -1/+1 |
* | Changes to distinguish typedef from original type in debug output. | bothner | 1996-02-12 | 1 | -0/+8 |
* | (merge_attributes): Moved here from c-typeck.c. | dje | 1996-01-09 | 1 | -0/+38 |
* | * libgcc2.c (__empty): An empty function used by the C++ frontend for | mrs | 1995-12-18 | 1 | -0/+3 |
* | (staticp, case INDIRECT_EXPR): Disable case. | kenner | 1995-10-02 | 1 | -0/+5 |
* | (save_expr): Return original for ERROR_MARK. | kenner | 1995-09-25 | 1 | -1/+1 |
* | (simple_cst_equal): Work around enum bug in vax ultrix 4.3 pcc. | kenner | 1995-06-19 | 1 | -1/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | *** empty log message *** | merrill | 1995-05-24 | 1 | -4/+3 |
* | (type_list_equal, simple_cst_list_equal, index_type_equal): | kenner | 1995-05-24 | 1 | -24/+25 |
* | (valid_machine_attribute): Handle attribute on pointer-to-function | kenner | 1995-05-22 | 1 | -0/+27 |
* | (simple_cst_equal): Don't look at language-specific nodes since we | kenner | 1995-05-20 | 1 | -2/+7 |
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -5/+5 |
* | (substitute_in_expr): Preserve TREE_READONLY. | kenner | 1995-04-30 | 1 | -26/+39 |
* | (attribute_hash_list): New function. | dje | 1995-04-28 | 1 | -51/+136 |
* | (valid_machine_attribute): Update last change. | kenner | 1995-04-27 | 1 | -4/+4 |
* | (valid_machine_attribute): Use new function attribute_in_list, makes | kenner | 1995-04-25 | 1 | -25/+49 |
* | (chain_member_purpose): Make similar to chain_member_value. | kenner | 1995-04-25 | 1 | -2/+2 |
* | (integer_all_onesp): Test to size of mode, not TYPE_PRECISION. | kenner | 1995-04-21 | 1 | -1/+3 |
* | (get_set_constructor_bytes): Fix BITS_BIG_ENDIAN -> BYTES_BIG_ENDIAN. | bothner | 1995-04-19 | 1 | -1/+1 |
* | (chain_member_purpose): New function. | kenner | 1995-04-02 | 1 | -0/+18 |
* | (valid_machine_attribute): Now receive name and args. | kenner | 1995-03-30 | 1 | -15/+22 |
* | Handle compilation of nested functions from another scope. | merrill | 1995-03-15 | 1 | -24/+73 |
* | Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes. | bothner | 1995-03-02 | 1 | -1/+1 |
* | * tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN. | bothner | 1995-02-28 | 1 | -1/+1 |
* | Formatting changes. | kenner | 1995-02-23 | 1 | -10/+4 |
* | (chain_member_value, decl_attribute_variant): New functions. | kenner | 1995-02-21 | 1 | -1/+91 |
* | tree.c (get_set_constructor_bytes): New function. Replaces ... | bothner | 1995-02-15 | 1 | -9/+8 |
* | (stabilize_reference_1): No longer static. | kenner | 1995-02-14 | 1 | -2/+1 |
* | * tree.c (permanent_allocation): Pop function_maybepermanent_obstack, | bothner | 1995-02-13 | 1 | -1/+1 |
* | (stabilize_reference): Fix typo in last change. | kenner | 1995-01-18 | 1 | -1/+1 |
* | (stabilize_reference, case RTL_EXPR): New case. | kenner | 1995-01-18 | 1 | -1/+8 |
* | (preserve_momentary): New function. | kenner | 1994-12-07 | 1 | -0/+9 |
* | (integer_{zero,one,all_ones,pow2}p): Handle COMPLEX_CST. | kenner | 1994-11-16 | 1 | -18/+45 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -5/+4 |
* | (staticp): A non-nested function is always static. | kenner | 1994-11-16 | 1 | -4/+2 |
* | (save_tree_status): Add argument to indicate that the new | merrill | 1994-10-02 | 1 | -16/+24 |
* | * tree.c (decl_function_context): Don't treat C++ member | mrs | 1994-09-09 | 1 | -1/+1 |
* | (get_set_constructor_bits, get_set_constructor_words): New functions. | bothner | 1994-09-08 | 1 | -0/+99 |