Age | Commit message (Expand) | Author | Files | Lines |
1999-04-17 | alpha.c (alpha_expand_prologue): Use gen_adddi3 instead of emit_move_insn+plu... | Richard Henderson | 3 | -21/+71 |
1999-04-17 | c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename. | Zack Weinberg | 12 | -12/+33 |
1999-04-17 | uninit-9.c (func): Use __builtin_alloca instead of alloca to avoid the need f... | Richard Henderson | 2 | -1/+6 |
1999-04-17 | better support SMP builds in libf2c | Craig Burley | 2 | -0/+13 |
1999-04-17 | decl.c (xref_tag): Revise handling of nested template declarations. | Mark Mitchell | 4 | -69/+154 |
1999-04-17 | remove -fugly, other doc fixes | Craig Burley | 8 | -248/+298 |
1999-04-17 | forgot to add ffe.texi, the actual g77 front-end internals docs | Craig Burley | 1 | -0/+883 |
1999-04-17 | Check for circularity only if ENABLE_CHECKING is defined | Craig Burley | 2 | -0/+7 |
1999-04-17 | add g77 front-end internals docs | Craig Burley | 3 | -1/+16 |
1999-04-17 | rewrite to use block/scope structure of GBE | Craig Burley | 13 | -2736/+3844 |
1999-04-17 | cccp.c: Make fatal non-static. | Zack Weinberg | 2 | -2/+6 |
1999-04-17 | c4x.md (*andqi3_255_clobber,*andqi3_65535_clobber): New logical and patterns ... | Michael Hayes | 2 | -3/+77 |
1999-04-16 | Daily bump. | Jeff Law | 1 | -1/+1 |
1999-04-16 | system.h: Always prototype abort. | Zack Weinberg | 21 | -83/+89 |
1999-04-16 | Note char-conversion-related optimizations. | Per Bothner | 1 | -0/+9 |
1999-04-16 | InputStreamReader.java (<init>): Set super.in correctly. | Per Bothner | 3 | -55/+120 |
1999-04-16 | InputStreamReader.java (<init>): Set super.in correctly. | Per Bothner | 1 | -23/+56 |
1999-04-16 | class.c (finish_struct): Remove unused variable. | Mark Mitchell | 5 | -8/+46 |
1999-04-16 | tweak spelling | Jason Merrill | 1 | -1/+1 |
1999-04-16 | Makefile.am: Various changes for new files and conversions. | Per Bothner | 2 | -11/+64 |
1999-04-16 | Makefile.am: Various changes for new files and conversions. | Per Bothner | 1 | -14/+48 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+72 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 4 | -0/+23330 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 6 | -11/+319 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+176 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+27 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -1/+5 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+6 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -1/+1 |
1999-04-16 | Fix truncated comments. | Per Bothner | 2 | -12948/+12948 |
1999-04-16 | UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows g... | Per Bothner | 3 | -4/+51 |
1999-04-16 | UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows g... | Per Bothner | 1 | -1/+7 |
1999-04-16 | c4x.md (mulqf3_clrqf_clobber, [...]): New patterns to support parallel multip... | Michael Hayes | 2 | -1/+36 |
1999-04-16 | cp-tree.h (TREE_NONLOCAL_FLAG): Remove. | Mark Mitchell | 8 | -76/+106 |
1999-04-16 | config.h (__start): Declare as `int' in alpha/OSF1 case. | Tom Tromey | 2 | -1/+6 |
1999-04-15 | tree.c (valid_machine_attribute): If we're modifying the FUNCTION_TYPE within... | Jason Merrill | 2 | -0/+13 |
1999-04-15 | Daily bump. | Jeff Law | 1 | -1/+1 |
1999-04-16 | decl.c (warn_about_implicit_typename_lookup): New function. | Mark Mitchell | 4 | -49/+113 |
1999-04-15 | Revert accidental checkin of the FCOMI patch that I was testing. | Jeff Law | 1 | -105/+59 |
1999-04-15 | * i386.c (x86_adjust_cost): Move break statement to correct place. | Jan Hubicka | 2 | -61/+110 |
1999-04-15 | expr.c (expand_assignment): Force pointers to proper mode if POINTERS_EXTEND_... | Donn Terry | 2 | -1/+11 |
1999-04-15 | xm-alpha.h (alloca.h): Add Interix to list of special machines that don't lik... | Donn Terry | 2 | -1/+4 |
1999-04-15 | pa.h (HAVE_PRE_INCREMENT, [...]): Fix pa_cpu value from 8000 to PROCESSOR_8000. | Jerry Quinn | 1 | -4/+4 |
1999-04-15 | pa.h (HAVE_PRE_INCREMENT, [...]): Fix pa_cpu value from 8000 to PROCESSOR_8000. | Jerry Quinn | 1 | -0/+6 |
1999-04-15 | configure.in (checkfuncs): Check for sbrk. | Mumit Khan | 5 | -60/+129 |
1999-04-15 | Makefile.am (ordinary_java_source_files): Added new Connection and Handler cl... | Warren Levy | 7 | -1/+243 |
1999-04-15 | except.c (start_catch_hadler): Be sure rtime_address is Pmode if POINTERS_EXT... | Donn Terry | 2 | -0/+6 |
1999-04-15 | except.c (expand_eh_return): Force pointers to proper mode if POINTERS_EXTEND... | Donn Terry | 2 | -0/+11 |
1999-04-15 | cp-tree.h (lookup_nested_field): Remove. | Mark Mitchell | 6 | -73/+26 |
1999-04-15 | cp-tree.h (lang_type): Add documentation. | Mark Mitchell | 9 | -4160/+4263 |