Age | Commit message (Expand) | Author | Files | Lines |
1998-02-13 | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 19 | -62/+134 |
1998-02-12 | call.c (build_over_call): Convert builtin abs, labs and fabs to tree-codes. | Andreas Schwab | 3 | -2/+24 |
1998-02-13 | * combine.c (can_combine_p): Handle USEs in PARALLELs. | J"orn Rennecke | 2 | -0/+41 |
1998-02-12 | * call.c (standard_conversion): A BASE_CONV replaces an RVALUE_CONV. | Jason Merrill | 2 | -1/+9 |
1998-02-12 | linux.h (LIB_SPEC): Add -lc for -shared if USE_GNULIBC_1 is not defined. | H.J. Lu | 5 | -3/+25 |
1998-02-12 | cp-tree.h: Add access_protected_virtual_node. | Jason Merrill | 7 | -394/+388 |
1998-02-12 | sysv4.h (ENDFILE_SPEC): add missing %(endfile_linux) for -mcall-linux | Franz Sirl | 2 | -1/+6 |
1998-02-12 | system.h: New file to get common systems includes and various definitions and... | Kaveh R. Ghazi | 2 | -0/+193 |
1998-02-12 | * cccp.c (new_include_prefix): Correctly handle -I./. | Jeffrey A Law | 2 | -1/+5 |
1998-02-12 | * gcc.dg/ifelse-1.c: New test. | Jeffrey A Law | 2 | -0/+24 |
1998-02-12 | com.c (type_for_mode): Add explicit braces to avoid ambiguous `else'. | Kaveh R. Ghazi | 11 | -168/+262 |
1998-02-12 | � | Benjamin Kosnik | 1 | -0/+51 |
1998-02-12 | decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837 | Benjamin Kosnik | 1 | -1/+1 |
1998-02-12 | decl.c (shadow_tag): Give error for typedef-ing built-in types Fixes g++/14837 | Benjamin Kosnik | 1 | -0/+4 |
1998-02-12 | Replace gen_rtx (CONST_INT...) calls with GEN_INT calls | Michael Meissner | 2 | -37/+42 |
1998-02-12 | expr.c (expand_assignment): Correct typo exposed by -Wall. | Robert Lipe | 2 | -1/+5 |
1998-02-12 | call.c (reference_binding): Use comptypes when comparing TYPE_MAIN_VARIANTS t... | Mark Mitchell | 2 | -2/+39 |
1998-02-12 | typeck.c (build_ptrmemfunc): Typecheck pointer-to-member conversions. | Mark Mitchell | 4 | -12/+29 |
1998-02-12 | cse.c (delete_dead_from_cse): If a libcall produces a constant result and tha... | Jeffrey A Law | 2 | -6/+40 |
1998-02-12 | mips.md (trucndihi2,truncdiqi2): Change these to support mips16. | Gavin Koch | 2 | -7/+25 |
1998-02-12 | mips.c (movdi_operand): Direct referances to symbols that arn't mips16 consts... | Gavin Koch | 2 | -4/+51 |
1998-02-12 | mips.md (extendsidi2): Allow extension to/from a non-mips16 register. | Gavin Koch | 2 | -4/+9 |
1998-02-11 | i386.c: Conditionally include <stdlib.h>, <string.h>, and <strings.h>. | Marc Lehmann | 2 | -0/+17 |
1998-02-11 | tree.c (is_overloaded_fn): Use really_overloaded_fn. | Mark Mitchell | 2 | -20/+18 |
1998-02-11 | Makefile.in (WARN_CFLAGS): New variable. | Kaveh R. Ghazi | 2 | -6/+16 |
1998-02-11 | i386.c (reg_mentioned_in_mem): Don't abort when falling through default case ... | Mark Mitchell | 2 | -2/+8 |
1998-02-11 | Patch from Lee Iverson. | Lee Iverson | 2 | -1/+5 |
1998-02-11 | * mips/mips.md (movdi): These PLUS's need to be Pmode. | Gavin Koch | 2 | -2/+6 |
1998-02-10 | new | Jason Merrill | 12 | -18/+108 |
1998-02-10 | cp-tree.h (push_template_decl): Return the decl passed in, or an equivalent d... | Mark Mitchell | 8 | -3242/+3243 |
1998-02-10 | Copy comment to go with the subtraction patch. | Richard Henderson | 1 | -0/+2 |
1998-02-10 | Makefile.in (dwarf2out.o, [...]): Depend on insn-codes.h, it gets included in... | Kaveh R. Ghazi | 2 | -10/+18 |
1998-02-10 | com.c (ffecom_ptr_to_expr): Do upper - lower in the native type, so as to pro... | Richard Henderson | 2 | -3/+10 |
1998-02-10 | stor-layout.c (layout_type): Do upper - lower in the native type, so as to pr... | Richard Henderson | 2 | -1/+9 |
1998-02-10 | except.c (start_dynamic_cleanup): Remove unused variable 'dhc'. | Robert Lipe | 3 | -33/+41 |
1998-02-10 | i386.c: Added include for recog.h. | Marc Lehmann | 2 | -11/+32 |
1998-02-10 | i386.c, [...]: Change gen_rtx (X, ...) to gen_rtx_X (...). | John F. Carr | 4 | -121/+119 |
1998-02-10 | flow.c (life_analysis): Do not conside the stack pointer live at the end of a... | Jeffrey A Law | 2 | -2/+12 |
1998-02-10 | * pt.c (convert_nontype_argument): Fix typo. | Jason Merrill | 2 | -3/+4 |
1998-02-10 | pt.c (check_explicit_specialization): Allow old-style specialization of class... | Jason Merrill | 2 | -15/+31 |
1998-02-10 | decl.c (grokdeclarator): Use DECL_USE_TEMPLATE instead when deciding to overr... | Jason Merrill | 2 | -5/+9 |
1998-02-10 | For movdi_v8plus pattern, output stx on alternative 1 and fzero on alternativ... | John F. Carr | 2 | -2/+7 |
1998-02-10 | Add support for squangling. | Andrew Macleod | 1 | -355/+616 |
1998-02-10 | Add -fsquangle and -fno-squangle. | Andrew Macleod | 1 | -0/+2 |
1998-02-10 | Add declaration for flag_do_squangling. | Andrew Macleod | 1 | -0/+5 |
1998-02-10 | Add -fsquangle to option processing list. | Andrew Macleod | 1 | -1/+8 |
1998-02-10 | Add squangling support. (First cut at improved Name mangling) | Andrew Macleod | 1 | -0/+30 |
1998-02-10 | Patch from jfc to fix printf format problems. | John Carr | 1 | -14/+12 |
1998-02-10 | rs6000.c (setup_incoming_varargs): Always set rs6000_sysv_varargs_p. | Richard Kenner | 2 | -3/+10 |
1998-02-09 | * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c. | H.J. Lu | 2 | -0/+11 |