Age | Commit message (Expand) | Author | Files | Lines |
1997-12-15 | Bring over changes from latest gcc-2.8 pre-release. | Jeff Law | 18 | -46/+118 |
1997-12-14 | Change from latest gcc-2.8 prerelease | Jeff Law | 1 | -0/+7 |
1997-12-14 | call.c (implicit_conversion): Don't call build_user_type_conversion_1 with a ... | Mark Mitchell | 3 | -3/+17 |
1997-12-14 | tweak | Jason Merrill | 1 | -1/+0 |
1997-12-14 | tweak comment | Jason Merrill | 1 | -1/+4 |
1997-12-13 | * expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod. | Per Bothner | 2 | -0/+7 |
1997-12-12 | flow.c (flow_analysis): Be consistent with find_basic_blocks in determining w... | Jason Merrill | 2 | -1/+5 |
1997-12-12 | errfn.c (cp_pedwarn, [...]): Replace extern decls with casts. | Jason Merrill | 4 | -45/+21 |
1997-12-12 | add dwarf2 note | Jason Merrill | 1 | -0/+3 |
1997-12-12 | integrate.c (initialize_for_inline): In DECL_RTL of a PARM_DECL, look inside ... | Richard Kenner | 2 | -2/+10 |
1997-12-12 | Rebuild after recent changes. | Jeff Law | 1 | -496/+495 |
1997-12-12 | osf2or3.h (LIB_SPEC): Restore missing defn. | Jason Merrill | 4 | -2/+9 |
1997-12-12 | except.c (call_get_eh_context): Don't mess with sequences. | Jason Merrill | 2 | -15/+10 |
1997-12-12 | Finish last change. I'm no emacs wizard :( | Jeff Law | 1 | -17/+17 |
1997-12-12 | Fix minor bug in BeOS changes. | Jeff Law | 1 | -0/+3 |
1997-12-12 | Revert last change | Jeff Law | 3 | -17/+3 |
1997-12-12 | collect2.c (write_c_file_glob): Allocate initial frame object in static stora... | Paul Eggert | 2 | -2/+18 |
1997-12-12 | except.c (call_get_eh_context): Don't take a parm. | Jason Merrill | 5 | -258/+22 |
1997-12-12 | xm-go32.h (EXECUTABLE_SUFFIX): Define. | Marc Lehmann | 2 | -0/+13 |
1997-12-11 | linux.h (STACK_BOUNDARY): Define as 64 for glibc2. | Dave Love | 3 | -3/+17 |
1997-12-11 | fixincludes (str{len,spn,cspn} return value): Handle different layout on sysV88. | Manfred Hollstein | 2 | -0/+53 |
1997-12-11 | tree.c, tree.h: Change tree_code_type, tree_code_length, and tree_code_name f... | John F. Carr | 9 | -263/+236 |
1997-12-11 | cvs commit ChangeLog config.sub configure configure.in toplev.c | Fred Fish | 12 | -6/+337 |
1997-12-11 | * config.guess: Add BeOS support. | Fred Fish | 2 | -0/+10 |
1997-12-11 | m68k.h (GO_IF_LEGITIMATE_ADDRESS): No longer cater to horribly old and broken... | Jeffrey A Law | 2 | -3/+10 |
1997-12-11 | objc-act.c (lang_report_error_function): Disable. | H.J. Lu | 3 | -10/+170 |
1997-12-12 | decl2.c (comdat_linkage): Also set DECL_COMDAT. | Jason Merrill | 3 | -17/+18 |
1997-12-12 | flow.c (find_basic_blocks): A CALL_INSN that can throw starts a new basic block. | Jason Merrill | 2 | -2/+13 |
1997-12-12 | except.c (use_eh_context): Don't copy_rtx a REG. | Jason Merrill | 8 | -419/+26 |
1997-12-11 | Thread-safe EH support for pthreads, DCE threads and Solaris threads. | Teemu Torma | 1 | -0/+321 |
1997-12-11 | [multiple changes] | Teemu Torma | 20 | -134/+567 |
1997-12-11 | Rebuild after recent changes. | Jeff Law | 1 | -0/+6 |
1997-12-11 | sol2.h: Use 64 bit multiply and divide functions in Solaris libc. | John F. Carr | 2 | -0/+16 |
1997-12-11 | rtl.h (global_rtl): New variable, replacing separate variables for commonly u... | John F. Carr | 4 | -94/+112 |
1997-12-11 | configure.in ({rs6000,powerpc}-*-*): Enable Haifa scheduler by default. | David Edelsohn | 3 | -2/+123 |
1997-12-11 | Bring over from changes from devo. | Brendan Kehoe | 2 | -0/+12 |
1997-12-11 | tFile.cc (t4): Cast TMPFILE to char* in the call to unlink... | Brendan Kehoe | 2 | -1/+7 |
1997-12-11 | libio.h (__P): Name its arg `p' instead of `params'. | Brendan Kehoe | 2 | -22/+28 |
1997-12-11 | stdiostream.cc (sys_read): Declare ch with int type, rather than without a type. | Michael Meissner | 2 | -1/+6 |
1997-12-11 | * configure.in (target frags): Add *-linux-gnu. | H.J. Lu | 2 | -0/+15 |
1997-12-11 | Another handful of gcc-2.8 changes (will it ever go out the door?). | Jeff Law | 9 | -29/+65 |
1997-12-11 | * pt.c (instantiate_decl): Defer all templates but inline functions. | Jason Merrill | 2 | -8/+13 |
1997-12-10 | * combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS. | Jeff Law | 2 | -1/+8 |
1997-12-10 | Fixed typo. | Anthony Green | 2 | -1/+5 |
1997-12-09 | Fix thinko. | Jeff Law | 1 | -1/+1 |
1997-12-09 | init.c (expand_vec_init): Don't fold a list of parameters. | Jason Merrill | 2 | -16/+4 |
1997-12-09 | toplev.c (main): Check HAVE_GETRLIMIT and HAVE_SETRLIMIT in addition to RLIMI... | Manfred Hollstein | 2 | -1/+6 |
1997-12-09 | rs6000.h (FUNCTION_ARG_PADDING): Define. | David Edelsohn | 3 | -0/+43 |
1997-12-09 | * m68k.c: Include tree.h only once. | Manfred Hollstein | 2 | -1/+4 |
1997-12-09 | integrate.c (save_for_inline_copying): Make a new reg_parm_stack_loc. | Richard Kenner | 2 | -0/+12 |