Age | Commit message (Expand) | Author | Files | Lines |
2000-02-19 | jcf-depend.c (add_entry): Add entries to the end of the list. | Anthony Green | 2 | -5/+17 |
2000-02-19 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-18 | * pa/quadlib.asm (_U_QFgt, _U_Qfge): Fix flags for _U_Qfcmp call. | Jeffrey A Law | 2 | -2/+6 |
2000-02-19 | invoke.texi (Warning Options): Add an explanation of why you might want the -... | Geoff Keating | 2 | -0/+16 |
2000-02-18 | bitmap.c (bitmap_operation): Avoid using -1 for index since unsigned. | Richard Kenner | 17 | -58/+152 |
2000-02-18 | semantics.c (deferred_type_access_control): Walk the entire type_lookups list. | Jason Merrill | 7 | -1111/+1203 |
2000-02-18 | new | Jason Merrill | 3 | -0/+36 |
2000-02-18 | *** empty log message *** | Chandra Chavva | 1 | -0/+17 |
2000-02-18 | Prevent emission of "a.lign 0" directives | Nick Clifton | 3 | -10/+29 |
2000-02-18 | re GNATS gcj/82 (code generation for jvm IRETURN fails on boolean/byte/short ... | Pekka Nikander | 2 | -0/+20 |
2000-02-18 | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 13 | -14/+40 |
2000-02-18 | Fix typos in -fmessage-length doc | Nathan Sidwell | 1 | -1/+1 |
2000-02-18 | Missed changelog for life_analysis fix. | Richard Henderson | 1 | -0/+19 |
2000-02-18 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-18 | loop.c (canonicalize_condition): New function, broken out of get_condition. | John Wehle | 5 | -32/+97 |
2000-02-18 | class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT. | Mark Mitchell | 3 | -5/+4 |
2000-02-17 | ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS. | Mark Mitchell | 4 | -0/+10 |
2000-02-17 | stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt isn't set. | Mark Mitchell | 2 | -2/+11 |
2000-02-17 | invoke.texi (-fmessage-length=n): Document. | Mark Mitchell | 4 | -6/+19 |
2000-02-17 | g++.exp (g++_init): Add -fmessage-length=0 to ALWAYS_CXXFLAGS. | Mark Mitchell | 2 | -0/+9 |
2000-02-17 | * bitmap.c (bitmap_operation): Don't leak bitmap elements. | Jason Merrill | 2 | -1/+10 |
2000-02-17 | function.c (thread_prologue_and_epilogue_insns): Put a line note after the pr... | Mark Mitchell | 2 | -1/+27 |
2000-02-17 | Replace #include <...> with #include "system.h" | Nick Clifton | 2 | -2/+6 |
2000-02-17 | Andy Vaught <andy@maxwell.la.asu.edu> | Andy Vaught | 2 | -7/+10 |
2000-02-17 | configure.in (alpha-linux*, [...]): Add crtbeginS.o and crtendS.o. | Richard Henderson | 7 | -281/+321 |
2000-02-17 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-16 | * Makefile.in (s-crtS, crtbeginS, crtendS): Prefix usage with $(T). | Richard Henderson | 2 | -7/+10 |
2000-02-16 | lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec. | Richard Henderson | 1 | -4/+6 |
2000-02-16 | * longlong.h (__clz_tab): Declare as static to match definition. | Hans-Peter Nilsson | 2 | -2/+6 |
2000-02-16 | xm-djgpp.h (LIBSTDCXX): Delete. | Mark Elbrecht | 3 | -6/+70 |
2000-02-17 | reg-stack.c (emit_swap_insn): Do not put a new insn before a NOTE_BASIC_BLOCK. | Zack Weinberg | 2 | -5/+6 |
2000-02-16 | configure.in: Add support for avr target. | Denis Chertykov | 3 | -97/+104 |
2000-02-17 | Makefile.in (PARSE_C, [...]): Move dependencies on lex.c, lex.h, and PARSE_H ... | Zack Weinberg | 4 | -32/+67 |
2000-02-17 | flow.c (dump_regset, [...]): New functions. | Zack Weinberg | 3 | -25/+98 |
2000-02-16 | invoke.texi: Add AVR invocation docs. | Denis Chertykov | 5 | -3/+131 |
2000-02-16 | * fixinc/fixinc.svr4: Wrap byteorder.h with extern "C". | Jason Merrill | 2 | -1/+13 |
2000-02-16 | Make DECL_CONTEXT mean the class in which a member function was declared, eve... | Mark Mitchell | 18 | -206/+245 |
2000-02-16 | * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE. | Jason Merrill | 2 | -8/+4 |
2000-02-16 | Move RTL checking code into make_insn_raw | Nick Clifton | 2 | -12/+17 |
2000-02-16 | configure (gcc_version): When setting, narrow search to lines containing `ver... | Kaveh R. Ghazi | 12 | -242/+264 |
2000-02-16 | md.texi (Simple Constraints): Add item about whitespace. | Hans-Peter Nilsson | 3 | -6/+43 |
2000-02-16 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-16 | * cpplib.c (do_line): Pedwarn for #line > 32767. | Alexandre Oliva | 2 | -1/+3 |
2000-02-16 | * c-lex.c (readescape): Warn about 'x', but do not reject it. | Alexandre Oliva | 2 | -1/+8 |
2000-02-15 | Jonathan Larmour <jlarmour@redhat.co.uk>: | Jonathan Larmour | 12 | -268/+282 |
2000-02-15 | * configure.in: Add support for avr target. | Denis Chertykov | 3 | -109/+117 |
2000-02-16 | sh.h (OVERRIDE_OPTIONS): Don't set sh_addr_diff_vec_mode. | J"orn Rennecke | 3 | -5/+6 |
2000-02-16 | decl2.c (lang_decode_option): Enable automatic line wrapping. | Gabriel Dos Reis | 2 | -0/+7 |
2000-02-16 | * sh.md (mulsi3_highpart): Add REG_EQUAL note to last insn. | J"orn Rennecke | 2 | -0/+11 |
2000-02-16 | sh.md (udivsi3_i1, [...]): Name. | J"orn Rennecke | 2 | -62/+165 |