| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (type_list_equal): If the types of the default arguments | merrill | 1994-09-01 | 1 | -1/+3 |
* | (build_type_variant): Only return existing type if it | wilson | 1994-08-20 | 1 | -13/+8 |
* | * tree.c (stabilize_reference): Handle COMPOUND_EXPR. | bothner | 1994-08-11 | 1 | -0/+7 |
* | (permanent_allocation): When freeing to momentary_function_firstobj, | kenner | 1994-08-01 | 1 | -1/+4 |
* | (change_main_variant): Return type now void. | kenner | 1994-07-29 | 1 | -1/+1 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -4/+4 |
* | (staticp, case FUNCTION_DECL): A nested function isn't static. | kenner | 1994-06-14 | 1 | -1/+6 |
* | (TYPE_HASH): Move definition to top of file. | kenner | 1994-05-06 | 1 | -4/+109 |
* | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | kenner | 1994-03-30 | 1 | -2/+2 |
* | (stabilize_reference_1): Remove decl of unused variable. | kenner | 1994-03-25 | 1 | -1/+0 |
* | (build_real): Add `overflow' var; pass to CHECK_FLOAT_VALUE. | kenner | 1994-03-20 | 1 | -1/+3 |
* | Don't declare last parameter of stdarg function to be register. | ian | 1994-03-16 | 1 | -2/+2 |
* | (tree_int_cst_sgn): New function. | kenner | 1994-03-14 | 1 | -0/+18 |