Age | Commit message (Expand) | Author | Files | Lines |
1998-02-17 | mips.h (CAN_ELIMINATE): Don't eliminate the frame pointer for the stack point... | Gavin Koch | 2 | -6/+18 |
1998-02-17 | parse.y (initdcl0_innards): New grammar symbol. | Mark Mitchell | 3 | -3838/+3831 |
1998-02-17 | Fix problems with last patch. | J"orn Rennecke | 2 | -2/+19 |
1998-02-17 | * parse.y (simple_stmt): Use getdecls() to check for decl. | Jason Merrill | 3 | -4/+8 |
1998-02-17 | rtl.h (force_line_numbers, [...]): Declare. | Joern Rennecke | 3 | -60/+72 |
1998-02-17 | * i386.md (adddi3): Add =!r,0,0,X alternative. | J"orn Rennecke | 2 | -4/+8 |
1998-02-16 | Update documentation for builtin_setjmp related patterns. | Richard Henderson | 1 | -4/+25 |
1998-02-16 | bump copyright date | David Edelsohn | 1 | -1/+1 |
1998-02-16 | rs6000.h (MY_ISCOFF): Add numeric value of U803XTOCMAGIC. | David Edelsohn | 3 | -3/+11 |
1998-02-16 | mips.c (mips_expand_epilogue): Update tsize_rtx if tsize changes to something... | Gavin Koch | 2 | -0/+8 |
1998-02-16 | va-mips.h: Replace casts of pointers to int with casts of pointers to __PTRDI... | Gavin Koch | 2 | -7/+13 |
1998-02-16 | loop.c (strength_reduce, [...]): Use HOST_WIDE_INT_PRINT_DEC to print CONST_I... | John Carr | 2 | -7/+22 |
1998-02-15 | tree.c (first_rtl_op): New fn. | Jason Merrill | 5 | -38/+112 |
1998-02-15 | toplev.c (flag_schedule_reverse_before_reload): Delete variable. | Jeffrey A Law | 4 | -23/+12 |
1998-02-15 | gcc.c: Get system includes... | Kaveh R. Ghazi | 2 | -55/+19 |
1998-02-15 | system.h: Fix return type of bcmp prototype from `void' to `int'. | Kaveh R. Ghazi | 2 | -3/+13 |
1998-02-15 | Fix Irix6 EH failures, was broken by mips16 patch. | Jim Wilson | 2 | -1/+9 |
1998-02-15 | alias.c: Include <stdlib.h> and <string.h>. | John Carr | 2 | -1/+16 |
1998-02-14 | Make-lang.in (DEMANGLER_INSTALL_NAME, [...]): New macros. | Manfred Hollstein | 2 | -2/+23 |
1998-02-14 | * call.c (standard_conversion): Fix multi-level ptr conversions. | Jason Merrill | 3 | -26/+16 |
1998-02-14 | Bump for snapshot | Jeffrey A Law | 2 | -1/+5 |
1998-02-14 | t-semi (STMP_FIXPROTO): Define to nothing. | Richard Earnshaw | 3 | -0/+7 |
1998-02-14 | arm.md (movsfcc): Also validate operands[3] when compiling hard float. | Richard Earnshaw | 2 | -76/+169 |
1998-02-13 | varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat... | Jeffrey A Law | 16 | -26/+80 |
1998-02-13 | disable | Jason Merrill | 1 | -1/+1 |
1998-02-13 | * pt.c (determine_specialization): Give better errors. | Jason Merrill | 2 | -5/+15 |
1998-02-13 | Fix C++ irix6 -g compiler abort. | Jim Wilson | 2 | -13/+71 |
1998-02-13 | * init.c (build_new): Propagate error_mark_node up. | Mike Stump | 2 | -7/+9 |
1998-02-13 | parse.y (simple_stmt): If the condition isn't a declaration, start the contro... | Jason Merrill | 3 | -147/+188 |
1998-02-13 | * except.c (emit_throw): Lose throw_used. | Jason Merrill | 2 | -8/+4 |
1998-02-13 | tweak message | Jason Merrill | 1 | -1/+1 |
1998-02-13 | tweak comments | Jason Merrill | 1 | -2/+2 |
1998-02-13 | sched.c (update_flow_info, REG_WAS_0): Ignore if setting insn was deleted. | J"orn Rennecke | 3 | -0/+22 |
1998-02-13 | * genextract.c (main): Fix typo. | Jeffrey A Law | 2 | -1/+5 |
1998-02-13 | Change timestamp of my last entry to reflect checkin time, not submission | Robert Lipe | 1 | -1/+1 |
1998-02-13 | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 14 | -14/+14 |
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 |