Age | Commit message (Expand) | Author | Files | Lines |
1994-11-16 | (rest_of_compilation): Always rerun jump_optimize after CSE if -O2. | Richard Kenner | 1 | -1/+1 |
1994-10-25 | (lang_options): Add -f{no-,}access-control. | Jason Merrill | 1 | -0/+2 |
1994-10-18 | Fix comment | Jason Merrill | 1 | -5/+1 |
1994-09-30 | Don't include times.h for winnt. | Richard Kenner | 1 | -4/+8 |
1994-09-05 | *** empty log message *** | Jason Merrill | 1 | -0/+2 |
1994-09-02 | Add better error messages than abort to reload1, and print insn involed. | Michael Meissner | 1 | -8/+19 |
1994-08-30 | Add -Wreorder | Jason Merrill | 1 | -0/+2 |
1994-07-18 | (rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if | Jim Wilson | 1 | -0/+1 |
1994-07-07 | expr.c (expand_expr, [...]): All cleanups have to be protected by interim exc... | Mike Stump | 1 | -0/+16 |
1994-07-01 | (compile_file): Pass through static consts and inlines | Jason Merrill | 1 | -24/+46 |
1994-06-30 | (lang_options): Add -W{no-,}non-virtual-dtor. | Jason Merrill | 1 | -0/+2 |
1994-06-26 | (v_message_with_decl): Avoid fwrite for stderr; mixing it with fprintf | Richard Kenner | 1 | -4/+11 |
1994-06-24 | Add -W[no]-bad-function-cast. | Richard Kenner | 1 | -0/+2 |
1994-06-23 | (compile_file): Use TREE_SYMBOL_REFERENCED instead of | Jason Merrill | 1 | -15/+8 |
1994-06-23 | (compile_file): Don't try to write function if we didn't save insns | Richard Kenner | 1 | -0/+1 |
1994-06-16 | (compile_file): Unset DECL_DEFER_OUTPUT on decls considered at end of file. | Jason Merrill | 1 | -0/+9 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -4/+9 |
1994-05-31 | (v_pedwarn_with_decl): Don't even issue warnings from | Doug Evans | 1 | -7/+9 |
1994-05-31 | (lang_options): Add -f{no-,}implicit-templates. | Jason Merrill | 1 | -0/+4 |
1994-05-27 | toplev.c (compile_file): Call init_regs after `word_mode' is valid. | Doug Evans | 1 | -1/+1 |
1994-05-13 | calls.c (expand_call): Only destroy temporaries at the end of function calls,... | Mike Stump | 1 | -0/+6 |
1994-05-06 | loose some C++ options. | Mike Stump | 1 | -4/+0 |
1994-05-02 | Don't write out static consts now, unless we need them. | Per Bothner | 1 | -6/+25 |
1994-04-20 | (compile_file): Call new function init_regs. | Doug Evans | 1 | -4/+2 |
1994-04-20 | Add -fhandle-signatures for C++ frontend. | Mike Stump | 1 | -0/+2 |
1994-04-13 | Don't warn about unused static const variables. | Per Bothner | 1 | -5/+4 |
1994-04-06 | Add -f[no-]vtable-thunks (for C++). | Per Bothner | 1 | -0/+2 |
1994-04-06 | (lang_options): Group and alphabetize some options. | Richard Kenner | 1 | -44/+48 |
1994-04-06 | (lang_options): Add -Wmissing-declarations. | Richard Kenner | 1 | -0/+2 |
1994-03-30 | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | Richard Kenner | 1 | -2/+2 |
1994-03-25 | (compile_file): Remove unused label. | Richard Kenner | 1 | -2/+0 |
1994-03-24 | (v_pedwarn_with_decl): Don't cause compilation to fail | Doug Evans | 1 | -1/+9 |
1994-03-14 | (compile_file): Call bc_write_file here and pass asm_out_file, not stdout. | Richard Kenner | 1 | -4/+4 |
1994-03-11 | Use PVPROTO for varargs prototypes. | Richard Kenner | 1 | -14/+14 |
1994-03-08 | (compile_file): Likewise. | Jim Wilson | 1 | -1/+1 |
1994-02-27 | (id_clash_len): Now unsigned. | Richard Kenner | 1 | -1/+26 |
1994-02-14 | (lang_options): Add -W{no,}extern-inline. | Richard Kenner | 1 | -0/+2 |
1994-02-10 | Use PROTO for varargs functions. | Richard Kenner | 1 | -71/+144 |
1994-02-08 | Include ctype.h. | Richard Kenner | 1 | -0/+1 |
1994-02-08 | (open_dump_file): New function. | Doug Evans | 1 | -115/+32 |
1994-02-05 | (rest_of_compilation): Invoke MACHINE_DEPENDENT_REORG if defined. | Richard Kenner | 1 | -0/+5 |
1994-02-02 | (lang_options): Sort C++ options and add -f{no-,}external-templates. | Richard Kenner | 1 | -34/+36 |
1994-02-01 | (rest_of_compilation): `volatile' function warning corrected to read | Richard Kenner | 1 | -1/+1 |
1994-01-31 | Unify error and message functions: | Richard Kenner | 1 | -153/+426 |
1994-01-24 | (compile_file): If yyparse returns an error, pop all | Jim Wilson | 1 | -2/+9 |
1994-01-23 | (rest_of_compilation): Defer compilation of function that were specified as i... | Richard Kenner | 1 | -3/+5 |
1994-01-08 | (rest_of_compilation): jump_optimize can change max_reg_num so rerun reg_scan | Doug Evans | 1 | -2/+5 |
1994-01-03 | (rest_of_compilation): Pass 1 for flag_before_jump first | Torbjorn Granlund | 1 | -1/+1 |
1993-12-31 | (main): Turn on -fomit-frame-pointer if it is safe. | Richard Kenner | 1 | -0/+8 |
1993-12-24 | cse.c (cse_insn): Set "cse_jumps_altered" when collapsing a switch statement ... | Jeff Law | 1 | -0/+4 |