Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-02-15 | sh.md: Guard insn splits against illegal registers. | Andrew Haley | 3 | -5/+10 |
2000-02-15 | gjavah.c: Delete ACC_VISIBILITY define. | Joerg Brunsmann | 5 | -706/+725 |
2000-02-15 | Makefile.in (lcm.o): Depend on insn-attr.h. | J"orn Rennecke | 10 | -166/+704 |
2000-02-15 | gjavah.c (jni_print_char): New function. | Tom Tromey | 2 | -25/+43 |
2000-02-15 | * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD. | Loren J. Rittle | 2 | -0/+11 |
2000-02-15 | New test - sjlj ICE, originally from openbsd | Zack Weinberg | 1 | -0/+16 |
2000-02-15 | Makefile.in (TREE_H, [...]): Depend on version.h. | Kaveh R. Ghazi | 42 | -64/+92 |
2000-02-15 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-14 | Add support for MCore port | Nick Clifton | 6 | -220/+335 |
2000-02-14 | Backend for Motorola's MCore processors. | Nick Clifton | 13 | -0/+9785 |
2000-02-14 | collect2.c (main): If we have frames, then we will need to import the frame h... | Geoff Keating | 2 | -2/+33 |
2000-02-14 | basic_block.h: Added prototype for reorder_basic_blocks. | Stan Cox | 4 | -0/+768 |
2000-02-14 | gcc.texi (Passes): Fix typo. | Hans-Peter Nilsson | 4 | -4/+10 |
2000-02-14 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-14 | cpplib.c (do_define): Only free the old definition if it actually had one. | Zack Weinberg | 2 | -1/+7 |
2000-02-14 | cppfiles.c (read_and_prescan): When emitting deferred newlines... | Neil Booth | 2 | -5/+13 |
2000-02-14 | cse.c (cse_altered): New internal flag. | Zack Weinberg | 2 | -1/+15 |
2000-02-14 | Remove duplicate test case - same as gcc.dg/20000127-1.c | Zack Weinberg | 1 | -134/+0 |
2000-02-13 | * sparc/sol2.h (LIB_SPEC): Link -ldl if profiling. | Rainer Orth | 2 | -1/+5 |
2000-02-13 | * combine.c (simplify_comparison): Fix typo. | Jeffrey A Law | 2 | -1/+5 |
2000-02-13 | prefix.c (concat, lookup_key): Use xmalloc and xrealloc consistently. | Neil Booth | 2 | -3/+8 |
2000-02-13 | parse.y (frob_specs): Split out... | Jason Merrill | 5 | -853/+864 |
2000-02-13 | new | Jason Merrill | 1 | -0/+27 |
2000-02-13 | update | Jason Merrill | 3 | -4/+4 |
2000-02-13 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-12 | flow.c (flow_loop_tree_node_add): Use better algorithm by passing previously ... | Michael Hayes | 2 | -27/+26 |
2000-02-12 | * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete. | Michael Hayes | 2 | -2/+4 |
2000-02-12 | crtstuff.c (__do_global_ctors_aux, [...]): Add prototype argument. | Kaveh R. Ghazi | 7 | -17/+31 |
2000-02-12 | Daily bump. | Jeff Law | 2 | -2/+2 |
2000-02-12 | i386.c (ix86_emit_restore_regs_using_mov): Break out from ... | Jan Hubicka | 2 | -15/+59 |
2000-02-11 | oops - remove extranseous SAYMBOL_REF_FLAG usage from -mlong-calls patch | Nick Clifton | 1 | -15/+0 |
2000-02-11 | Minot for,matting imrpovemants and synchronisation with devo sources | Nick Clifton | 9 | -188/+198 |
2000-02-11 | Minor formatting tidyups. | Dmitri Makarov | 4 | -11/+60 |
2000-02-11 | Denis Chertykov <denisc@overta.ru> | Denis Chertykov | 9 | -9/+9763 |