Age | Commit message (Expand) | Author | Files | Lines |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 19 | -316/+374 |
2001-03-27 | * parse.y (source_end_java_method): Likewise. | Richard Henderson | 2 | -4/+5 |
2001-03-27 | gthr-single.h (UNUSED): New. | Richard Henderson | 2 | -15/+27 |
2001-03-27 | bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions. | Richard Henderson | 10 | -15/+26 |
2001-03-28 | * memchr.c (memchr): Adjust condition to avoid infinite loop. | Kaveh R. Ghazi | 2 | -1/+5 |
2001-03-28 | configure.in: Don't check for bcopy. | Kaveh R. Ghazi | 5 | -117/+103 |
2001-03-27 | rtl.h (LCT_NORETURN): New. | Richard Henderson | 3 | -1/+38 |
2001-03-27 | function.c (expand_function_start): Set DECL_REGISTER on a pseudo used for DE... | Richard Henderson | 2 | -1/+9 |
2001-03-28 | objc-act.c (objc_init): Use dump_base_name. | Stan Shebs | 2 | -31/+78 |
2001-03-28 | Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly. | Alexandre Oliva | 5 | -21/+36 |
2001-03-28 | * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3. | Alexandre Oliva | 2 | -1/+5 |
2001-03-28 | pt.c (check_default_tmpl_args): Make error messages clearer. | Phil Edwards | 2 | -2/+10 |
2001-03-28 | InitialContext.java (init): Fix typo. | Joerg Brunsmann | 4 | -8/+24 |
2001-03-28 | * reload1.c (eliminate_regs): Don't abort on MEM USEs. | John David Anglin | 2 | -0/+10 |
2001-03-27 | Fix ia64-linux kernel miscompile, bad unwind info when reorder epilogue block. | Jim Wilson | 3 | -6/+58 |
2001-03-27 | Makefile.in (SYSTEM_H): Define. | Kaveh R. Ghazi | 9 | -218/+238 |
2001-03-27 | Fix ia64-linux ICE on bash. | Jim Wilson | 2 | -12/+53 |
2001-03-27 | * cppmacro.c (stringify_arg): Null terminate strings. | Neil Booth | 2 | -2/+8 |
2001-03-27 | config.gcc (m68hc11-*-*, [...]): Convert to new tm.h inclusion style. | Zack Weinberg | 7 | -167/+30 |
2001-03-27 | c++config (_STL_USE_CONCEPT_CHECKS): Disable by default. | Benjamin Kosnik | 2 | -6/+7 |
2001-03-27 | tests_flags.in: Change the order of libstdc++ and libc | Peter Schmid | 2 | -31/+39 |
2001-03-27 | system.h: Include symcat.h. | Kaveh R. Ghazi | 11 | -29/+25 |
2001-03-27 | Daily bump. | GCC Administrator | 5 | -5/+5 |
2001-03-27 | * c-typeck.c (digest_init): Fold init expression. | Alan Modra | 4 | -0/+12 |
2001-03-27 | dump.c (dump_access): New function. | Mike Yang | 2 | -3/+50 |
2001-03-27 | basic_file.h (get_fileno): Remove. | Benjamin Kosnik | 11 | -100/+85 |
2001-03-27 | * sbitmap.c (sbitmap_copy): Call memcpy, not bcopy. | Kaveh R. Ghazi | 2 | -2/+5 |
2001-03-27 | except.c (eh_regs): Save results of build_pointer_type to a temp as FUNCTION_... | Alan Modra | 2 | -4/+9 |
2001-03-27 | configure.in: Added X86_WIN32 target (Win32, CygWin, MingW). | Jon Beniston | 9 | -70/+265 |
2001-03-27 | c-common.h (DECL_NUM_STMTS): New macro. | Mark Mitchell | 17 | -40/+171 |
2001-03-27 | Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s... | Bryce McKinlay | 3 | -2/+8 |
2001-03-26 | error.c: Also undefine 'A' macro used for cp_printers definition. | Phil Edwards | 1 | -0/+1 |
2001-03-26 | configure.in: Make target subdirectory in build dir. | Bryce McKinlay | 5 | -717/+1026 |
2001-03-26 | parse.y (find_as_inner_class): Follow current package indications not to mist... | Alexandre Petit-Bianco | 2 | -1/+17 |
2001-03-26 | combine.c (try_combine): Use memcpy, not bcopy. | Kaveh R. Ghazi | 3 | -4/+10 |
2001-03-26 | i386.md (push mem DI peep2): New. | Jan Hubicka | 2 | -7/+183 |
2001-03-26 | i386.c (struct machine_function): Add save_varrargs_registers. | Jan Hubicka | 4 | -14/+170 |
2001-03-26 | Implement DR 209 | Nathan Sidwell | 9 | -27/+165 |
2001-03-26 | Daily bump. | GCC Administrator | 5 | -5/+5 |
2001-03-25 | exception.cc (java_eh_info): Make value type jthrowable. | Richard Henderson | 36 | -284/+294 |
2001-03-26 | * toplev.c (set_float_handler): Use memcpy, not bcopy. | Kaveh R. Ghazi | 2 | -1/+5 |
2001-03-26 | constants.c (PUTN): Use memcpy, not bcopy. | Kaveh R. Ghazi | 4 | -7/+13 |
2001-03-26 | class.c (add_method): Use memcpy/memmove, not bcopy. | Kaveh R. Ghazi | 3 | -13/+18 |
2001-03-25 | * gcc.c-torture/execute/20010325-1.c: New test. | Joseph Myers | 2 | -0/+19 |
2001-03-25 | h8300.md (umodqi3): Output a tab instead of a space. | Kazu Hirata | 2 | -4/+12 |
2001-03-25 | mkconfig.sh (DEFINES): Handle entries with '='. | Kaveh R. Ghazi | 5 | -35/+16 |
2001-03-25 | i386.md (ashldi3, [...]): Change predicates to shiftdi_operand; use ix86_expa... | Jan Hubicka | 4 | -21/+648 |
2001-03-25 | i386.md (movstrsi): Move offline. | Jan Hubicka | 4 | -456/+1171 |
2001-03-25 | Daily bump. | GCC Administrator | 5 | -5/+5 |
2001-03-25 | Makefile.am: New targets, doxygen and doxygen-maint. | Phil Edwards | 6 | -2/+1621 |