aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-01-09Make-lang.in (java.install-common, [...]): Prepend $(DESTDIR) to destination ...Christian Cornelssen2-52/+61
2003-01-09Make-lang.in (treelang.install.common.done, [...]): Prepend $(DESTDIR) to des...Christian Cornelssen2-9/+16
2003-01-09Make-lang.in (c++.install-common, [...]): Prepend $(DESTDIR) to destination p...Christian Cornelssen2-31/+44
2003-01-09Make-lang.in (ada.install-info, [...]): Prepend $(DESTDIR) to the destination...Christian Cornelssen3-168/+175
2003-01-09Make-lang.in (f77.install-common, [...]): Prepend $(DESTDIR) to destination p...Christian Cornelssen2-24/+30
2003-01-09Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.Andreas Jaeger13-183/+200
2003-01-09sh.h (CASE_VECTOR_MODE): Use SImode for a non-optimizing compile.Kaz Kojima2-2/+9
2003-01-09i386.c (ix86_attribute_table): Add new attributes ms_struct and gcc_struct.Douglas B Rupp4-2/+135
2003-01-08re PR rtl-optimization/8750 (Cygwin prolog generation erroneously emitting __...Danny Smith2-0/+10
2003-01-09rs6000.md: Replace *store_multiple_string with *stmsi[3-8].Dale Johannesen2-5/+108
2003-01-09re PR target/9210 ([gcc-3.3] bootstrap error in libffi building nof libs)Jeff Sturm2-1/+10
2003-01-09function.c (assign_parms): Don't set pretend_args_size if REG_PARM_STACK_SPACE.Dale Johannesen3-4/+14
2003-01-09dyncast1.C: Remove reference to AMD A29KLarin Hennessy52-65/+107
2003-01-09(This line wasn't in the ChangeLog even though the change was committed)Nathanael Nerode1-0/+2
2003-01-09* gcc.hlp: Delete.Nathanael Nerode2-403/+4
2003-01-09* i386.c (ix86_expand_int_addcc): Fix thinko.Jan Hubicka2-1/+5
2003-01-08rs6000.h (FUNCTION_MODE): Always use SImode.David Edelsohn4-159/+100
2003-01-08parser.c (cp_parser_primary_expression): See through explicitly scoped ALIAS_...Jason Merrill3-4/+21
2003-01-08config.gcc (mipsisa32r2-*-elf*, [...]): New targets, to support MIPS32 Releas...Chris Demetriou8-60/+199
2003-01-08* decl.c: ANSIfy function declarations.Nathanael Nerode2-639/+381
2003-01-08parser.c (cp_parser_asm_definition): Correct handling of omitted operands.Mark Mitchell4-3/+22
2003-01-08aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache variable.Andreas Schwab3-8/+14
2003-01-08re PR c++/9030 (Template friends and access to local classes)Kriang Lerdsuwanakij7-42/+187
2003-01-08h8300.c (output_logical_op): Replace byte/word extraction of det with b0, b1,...Kazu Hirata2-30/+41
2003-01-08h8300.h (CONSTANT_ADDRESS_P): Allow CONST and HIGH on all variants.Kazu Hirata2-2/+6
2003-01-08* java-tree.h: Protect against multiple inclusion.Nathanael Nerode2-0/+8
2003-01-08Makefile.in (PARTITION_H): New.Josef Zlomek3-1/+10
2003-01-08arm.h (ENABLE_XF_PATTERNS): Delete.Richard Earnshaw3-271/+15
2003-01-08i386-cadd.c: New test.Jan Hubicka3-0/+46
2003-01-08i386.md (adddi3_carry_rex64, [...]): Name pattern.Jan Hubicka8-10/+220
2003-01-08Daily bump.GCC Administrator1-1/+1
2003-01-08re PR other/8947 (Please add a Warning about "-malign-double" in docs)Janis Johnson2-4/+12
2003-01-07config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld, should come fro...Andreas Schwab2-10/+13
2003-01-07cselib.c (cselib_current_insn_in_libcall): New static variable.Jan Hubicka4-0/+21
2003-01-07tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do not normally affect...David Edelsohn2-7/+14
2003-01-07* tree.c: Delete bogus #if 0 code.Nathanael Nerode2-9/+4
2003-01-07re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka9-62/+262
2003-01-07configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.Andreas Schwab4-164/+174
2003-01-07alias.c (find_base_value): Only use new_reg_base_value shortcut if the regist...Richard Henderson2-2/+9
2003-01-07i386.c (ix86_init_mmx_sse_builtins): __builtin_ia32_ldmxcsr and __builtin_ia3...Sylvain Pion3-13/+20
2003-01-07re PR libstdc++/9076 (Call Frame Instructions are not handled correctly durin...Benjamin Kosnik2-1/+11
2003-01-07* cfganal.c (flow_call_edges_add): Don't crash on noreturn call.Richard Henderson3-5/+15
2003-01-07class.c (add_assume_compiled): Don't adjust parent if we're already at the ro...Tom Tromey2-2/+9
2003-01-07cfg.c: Include alloc-pool.hDaniel Berlin4-55/+72
2003-01-07h8300.c (output_logical_op): Simplify and optimize the handling of SImode.Kazu Hirata2-36/+80
2003-01-07class.c (layout_class_type): Don't use PCC_BITFIELD_TYPE_MATTERS if not defined.Andreas Schwab2-1/+8
2003-01-07mips.c (mips_va_arg): In the EABI code, apply the big-endian correction to in...Richard Sandiford2-5/+7
2003-01-07Daily bump.GCC Administrator1-1/+1
2003-01-07Segher Boessenkool <segher@koffie.nl>Aldy Hernandez3-11/+23
2003-01-07h8300.c (final_prescan_insn): Constify uid.Kazu Hirata2-11/+20