Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-10-16 | scoping | Jason Merrill | 1 | -64/+60 | |
From-SVN: r12972 | |||||
1996-10-16 | irix6 ctors | Jason Merrill | 4 | -38/+105 | |
From-SVN: r12971 | |||||
1996-10-16 | * exlsi.h (CHECK_FLOAT_VALUE): Removed. | Mike Stump | 1 | -21/+0 | |
From-SVN: r12970 | |||||
1996-10-16 | (CPP_PREDEFINES): Add -D_LONGLONG. | Jim Wilson | 1 | -2/+6 | |
(CPP_SPECS): Remove -D_LONGLONG. From-SVN: r12969 | |||||
1996-10-16 | (parallel inc/dec and branch-if-zero/nonzero): 4 new patterns. | Torbjorn Granlund | 1 | -0/+68 | |
From-SVN: r12968 | |||||
1996-10-16 | Add support for MIPS EABI | Ian Lance Taylor | 4 | -59/+307 | |
From-SVN: r12967 | |||||
1996-10-15 | dwarf | Jason Merrill | 1 | -3/+1 | |
From-SVN: r12966 | |||||
1996-10-15 | * loop.c (strength_reduce): Avoid taking PATTERN of a label. | Doug Evans | 1 | -6/+12 | |
From-SVN: r12965 | |||||
1996-10-15 | (CPP_SPEC): Restore -D_LANGUAGE_C for Objective C. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r12964 | |||||
1996-10-15 | Use SUBTARGET_CPP_SIZE_SPEC correctly | Ian Lance Taylor | 1 | -4/+7 | |
From-SVN: r12963 | |||||
1996-10-15 | -g1 | Jason Merrill | 1 | -4/+6 | |
From-SVN: r12962 | |||||
1996-10-15 | (output_bound_representation): Fix typo in prototype. | Torbjorn Granlund | 1 | -1/+1 | |
From-SVN: r12961 | |||||
1996-10-14 | (jump_optimize): Check for if (...) { x = a; goto l; } x = b; | Jim Wilson | 1 | -0/+90 | |
From-SVN: r12960 | |||||
1996-10-14 | inheritance | Jason Merrill | 1 | -25/+69 | |
From-SVN: r12959 | |||||
1996-10-12 | (split_specs_attrs): Delete. | Doug Evans | 1 | -67/+0 | |
From-SVN: r12958 | |||||
1996-10-12 | fold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs). | Doug Evans | 1 | -1/+1 | |
* fold-const.c (make_range): Handle NULL operand 0 (like in BIND_EXPRs). From-SVN: r12957 | |||||
1996-10-12 | rest_of_compilation | Jason Merrill | 1 | -3/+5 | |
From-SVN: r12956 | |||||
1996-10-11 | DWARF supports C++ | Jason Merrill | 1 | -9/+0 | |
From-SVN: r12955 | |||||
1996-10-11 | Initial revision | Mike Stump | 1 | -0/+55 | |
From-SVN: r12954 | |||||
1996-10-11 | 89th Cygnus<->FSF quick merge | Mike Stump | 10 | -385/+167 | |
From-SVN: r12953 | |||||
1996-10-11 | 89th Cygnus<->FSF quick merge | Mike Stump | 4 | -34/+37 | |
From-SVN: r12952 | |||||
1996-10-11 | disable has_inlines | Jason Merrill | 1 | -1/+1 | |
From-SVN: r12951 | |||||
1996-10-11 | Rework specs to subtarget specs and EXTRA_SPECS | Ian Lance Taylor | 12 | -333/+157 | |
From-SVN: r12950 | |||||
1996-10-11 | abi64 support | Jason Merrill | 2 | -71/+239 | |
From-SVN: r12949 | |||||
1996-10-10 | Only create TOC save area if function makes calls. | Michael Meissner | 1 | -1/+1 | |
From-SVN: r12948 | |||||
1996-10-10 | Delete now unused variable rs6000_save_toc_p. | Michael Meissner | 1 | -3/+0 | |
From-SVN: r12947 | |||||
1996-10-10 | Correctly handle saving toc space in NT | Michael Meissner | 2 | -14/+2 | |
From-SVN: r12946 | |||||
1996-10-10 | Use register_operand, not reg_or_0_operand, in FP conditional move | Ian Lance Taylor | 1 | -4/+4 | |
From-SVN: r12945 | |||||
1996-10-10 | Fix last change; fix large stack frames and int->double conversion | Michael Meissner | 1 | -62/+35 | |
From-SVN: r12944 | |||||
1996-10-09 | Don't define EMPTY_FIELD_BOUNDARY | Ian Lance Taylor | 1 | -3/+0 | |
From-SVN: r12943 | |||||
1996-10-09 | Define EMPTY_FIELD_BOUNDARY is 32 (less surprising) | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r12942 | |||||
1996-10-09 | Move some definitions from abi64.h to iris6.h | Ian Lance Taylor | 2 | -69/+70 | |
From-SVN: r12941 | |||||
1996-10-09 | (store_constructor): Delete unnecessary increment. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r12940 | |||||
1996-10-09 | (do_include): Treat ENOTDIR like ENOENT when an open fails. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r12939 | |||||
1996-10-09 | (OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since | Richard Kenner | 1 | -7/+0 | |
-ansi doesn't change it. From-SVN: r12938 | |||||
1996-10-09 | Update comments. | Richard Kenner | 1 | -6/+1 | |
From-SVN: r12937 | |||||
1996-10-09 | (DOLLARS_IN_IDENTIFIERS): Remove. | Richard Kenner | 9 | -57/+9 | |
From-SVN: r12936 | |||||
1996-10-09 | (cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS. | Richard Kenner | 1 | -3/+3 | |
(parse_name): Diagnose $ in identifier if pedantic. (cpp_handle_options): -traditional no longer messes with dollars_in_ident. From-SVN: r12935 | |||||
1996-10-09 | (dollars_in_ident): Remove; replaced by is_idchar['$']. | Richard Kenner | 1 | -24/+7 | |
(main): Initialize is_idchar and is_idstart directly when given -$. Ignore DOLLARS_IN_IDENTIFIERS. (rescan): Diagnose $ in identifier if pedantic. (initialize_char_syntax): Assume $ is allowed in identifier; `main' will change this if -$ is given. From-SVN: r12934 | |||||
1996-10-09 | (initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS. | Richard Kenner | 1 | -2/+0 | |
From-SVN: r12933 | |||||
1996-10-09 | Formerly tm.texi.~234~ | Richard Kenner | 1 | -3/+2 | |
From-SVN: r12932 | |||||
1996-10-09 | Formerly invoke.texi.~320~ | Richard Kenner | 1 | -2/+2 | |
From-SVN: r12931 | |||||
1996-10-09 | (dollars_in_ident): DOLLARS_IN_IDENTIFIERS is now Boolean. | Richard Kenner | 1 | -13/+4 | |
(c_decode_option): -fdollars-in-identifiers is now independent of -ansi, of -traditional, and of DOLLARS_IN_IDENTIFIERS. From-SVN: r12930 | |||||
1996-10-09 | Formerly extend.texi.~109~ | Richard Kenner | 1 | -18/+4 | |
From-SVN: r12929 | |||||
1996-10-09 | Formerly cpp.texi.~24~ | Richard Kenner | 1 | -5/+6 | |
From-SVN: r12928 | |||||
1996-10-09 | (yylex): Treat `$' just like `_', except issue a diagnostic if | Richard Kenner | 1 | -8/+9 | |
!dollars_in_ident or if pedantic. From-SVN: r12927 | |||||
1996-10-09 | (default_compilers): -ansi no longer implies -$ to cpp. | Richard Kenner | 1 | -4/+4 | |
From-SVN: r12926 | |||||
1996-10-09 | (split_specs_attrs): New function. | Richard Kenner | 1 | -0/+70 | |
From-SVN: r12925 | |||||
1996-10-09 | Update number of shift/reduce conflicts. | Richard Kenner | 1 | -26/+82 | |
({typed_declspecs,reserved_declspecs,declmods}_no_prefix_attr): New. (current_declspecs): Initialize to NULL_TREE. (fndef): Pass current_declspecs, not $1, to start_function. (old_style_parm_decls): Renamed from xdecls. (datadecl, declmods): Add references to new rules. (setspecs): Call split_specs_attrs. (absdcl1): Remove case with setattrs. From-SVN: r12924 | |||||
1996-10-09 | (sdbout.o): Make dependency list match included files. | Richard Kenner | 1 | -2/+3 | |
From-SVN: r12923 |