| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | Include setjmp.h. | kenner | 1994-03-13 | 1 | -3/+24 |
* | (momentary_function_firstobj): New variable. | wilson | 1994-03-08 | 1 | -7/+33 |
* | (build_nt, build_parse_node): Remove `register' from decl of CODE. | kenner | 1994-03-06 | 1 | -2/+2 |
* | (make_node, stabilize_reference_1): Abort if unknown class. | kenner | 1994-02-27 | 1 | -0/+7 |
* | (substitute_in_type, case REAL_TYPE): Fix typo in previous change. | kenner | 1994-02-26 | 1 | -1/+1 |
* | (substitute_in_type, case REAL_TYPE): Allow TYPE_{MIN,MAX}_VALUE to be | kenner | 1994-02-25 | 1 | -5/+10 |
* | Remove unneeded test for STRING_TYPE. | bothner | 1994-02-16 | 1 | -1/+0 |
* | If __STDC__, include gstdarg and use ANSI form of varargs. | kenner | 1994-02-10 | 1 | -15/+33 |
* | (int_fits_type_p): Properly handle case of variable bounds for types. | kenner | 1994-02-09 | 1 | -6/+8 |
* | (FILE_FUNCTION_FORMAT): Fix typo if neither dot nor dollar in label. | kenner | 1994-02-02 | 1 | -1/+1 |
* | (build_type_variant): Simplify by using build_type_copy. | kenner | 1994-02-01 | 1 | -13/+3 |