| Commit message (Expand) | Author | Age | Files | Lines |
* | * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h, | ghazi | 2002-03-03 | 46 | -207/+18 |
* | * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h, | ghazi | 2002-03-03 | 17 | -44/+6 |
* | * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in | ghazi | 2002-03-03 | 25 | -80/+94 |
* | * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl | rth | 2002-03-03 | 2 | -1/+7 |
* | * c-decl.c (start_decl): Initialized variables are not common. | rth | 2002-03-03 | 1 | -0/+4 |
* | * c-decl.c (start_decl): Initialized variables are not common. | rth | 2002-03-03 | 2 | -1/+6 |
* | Make --CLASSPATH by a synonym for --classpath and -classpath. | bothner | 2002-03-03 | 9 | -76/+101 |
* | * gcc.c (option_map): Suport new --bootclasspath option. | bothner | 2002-03-03 | 2 | -1/+7 |
* | Daily bump. | gccadmin | 2002-03-03 | 2 | -4/+4 |
* | 2002-03-03 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-03-03 | 2 | -1/+5 |
* | * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register | rth | 2002-03-03 | 3 | -1/+38 |
* | * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies | rth | 2002-03-03 | 2 | -2/+6 |
* | Revert bogus commit. | rth | 2002-03-03 | 1 | -16/+16 |
* | * attribs.c (handle_alias_attribute): Don't call assemble_alias. | rth | 2002-03-03 | 4 | -8/+54 |
* | * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; | rth | 2002-03-03 | 65 | -217/+225 |
* | * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h, | ghazi | 2002-03-03 | 43 | -116/+16 |
* | cp: | nathan | 2002-03-02 | 5 | -7/+48 |
* | 2002-02-28 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2002-03-02 | 3 | -9/+41 |
* | * config/h8300/h8300-protos.h: Add a prototype for | kazu | 2002-03-02 | 4 | -47/+173 |
* | * config/sparc/sparc.c (sparc_initialize_trampoline): Use | kenner | 2002-03-02 | 2 | -28/+33 |
* | * emit-rtl.c (offset_address): Call update_temp_slot_address. | kenner | 2002-03-02 | 2 | -0/+5 |
* | Daily bump. | gccadmin | 2002-03-02 | 2 | -4/+4 |
* | * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss. | ghazi | 2002-03-02 | 8 | -2/+89 |
* | * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't | amodra | 2002-03-02 | 2 | -1/+6 |
* | * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not | rth | 2002-03-01 | 2 | -4/+9 |
* | * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up. | kazu | 2002-03-01 | 2 | -27/+35 |
* | * toplev.c (rest_of_compilation): Delete dead jumptables before | hubicka | 2002-03-01 | 4 | -2/+11 |
* | Reduced testcase of a 252.eon (SPEC2000) problem. | matz | 2002-03-01 | 1 | -0/+27 |
* | * gcc.c-torture/compile/981223-1.x: New. | rth | 2002-03-01 | 3 | -0/+50 |
* | * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete. | dje | 2002-03-01 | 4 | -7/+10 |
* | 2002-03-01 Michael Matz <matz@suse.de> | matz | 2002-03-01 | 2 | -2/+13 |
* | * config/h8300/h8300-protos.h: Fix formatting. | kazu | 2002-03-01 | 4 | -21/+27 |
* | * config/h8300/h8300.c (print_operand): Support 16-bit | kazu | 2002-03-01 | 3 | -13/+46 |
* | Daily bump. | gccadmin | 2002-03-01 | 2 | -4/+4 |
* | * expmed.c (store_bit_field): Prevent generation of CONCATs; | rth | 2002-03-01 | 2 | -11/+19 |
* | 2002-03-01 Phil Edwards <pme@gcc.gnu.org> | pme | 2002-03-01 | 2 | -0/+10 |
* | * doc/tm.texi (ASM_WEAKEN_DECL): Document. | amodra | 2002-03-01 | 11 | -104/+211 |
* | * g++.dg/opt/vtgc1.C: Adjust patterns for ia64. | rth | 2002-03-01 | 2 | -20/+27 |
* | * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros. | jason | 2002-03-01 | 7 | -38/+197 |
* | * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition | rth | 2002-03-01 | 7 | -17/+58 |
* | * gcc.c (init_gcc_specs): Get -static and -static-libgcc to | aoliva | 2002-03-01 | 2 | -5/+10 |
* | * expr.c (build_java_arraystore_check): Fix formatting. | bryce | 2002-02-28 | 2 | -3/+7 |
* | 2002-02-28 David O'Brien <obrien@FreeBSD.org> | obrien | 2002-02-28 | 3 | -1/+9 |
* | * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have | rth | 2002-02-28 | 2 | -23/+36 |
* | * mklibgcc.in: Don't use GNU make extension. | jakub | 2002-02-28 | 2 | -8/+12 |
* | * c-parse.in (STATIC): New terminal. | neil | 2002-02-28 | 2 | -45/+47 |
* | * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: | neil | 2002-02-28 | 2 | -0/+6 |
* | * haifa-sched.c (sched_emit_insn): New. | rth | 2002-02-28 | 4 | -46/+42 |
* | * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign | amacleod | 2002-02-28 | 2 | -4/+9 |
* | * config/h8300/h8300.c: Fix formatting. | kazu | 2002-02-28 | 3 | -8/+13 |