aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata12-55/+70
2002-09-21rs6000.md (floatdisf2_internal2): Combine insns.Alan Modra2-2/+11
2002-09-20m32r.c: Follow spelling conventions.Kazu Hirata24-62/+88
2002-09-20Don't clobber app register r5 in muldi3.Jim Wilson2-7/+11
2002-09-21i386.md (UNSPEC_GOTNTPOFF, [...]): New.Jakub Jelinek3-14/+50
2002-09-20Fix v850 ICE.Jim Wilson2-0/+11
2002-09-20* testsuite/gcc.dg/cpp/tr-warn2.c: Additional test.Neil Booth2-1/+3
2002-09-20mips.c (dfhigh, [...]): Remove.Richard Henderson3-103/+38
2002-09-20* gcc.dg/tls/struct-1.c: New test.Jakub Jelinek2-0/+36
2002-09-20cppmacro.c: Don't warn about function-like macros without '(' during pre-expa...Neil Booth4-10/+28
2002-09-20Fix -O3 stdarg miscompilation.Jim Wilson3-9/+14
2002-09-20rs6000.c (rs6000_emit_prologue): Update for change to load_macho_picbase.Geoffrey Keating3-13/+47
2002-09-20rs6000.h (ELIMINABLE_REGS): Use RS6000_PIC_OFFSET_TABLE_REGNUM rather than ha...Geoffrey Keating2-7/+16
2002-09-20real.c (real_hash): New.Richard Henderson9-91/+216
2002-09-20hpux.h (STARTFILE_SPEC): Modify.Steve Ellcey2-13/+34
2002-09-20i386.c (legitimate_pic_address_disp_p): Allow UNSPEC_NTPOFF and UNSPEC_DTPOFF...Jakub Jelinek2-6/+5
2002-09-20* gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.Richard Earnshaw2-1/+7
2002-09-20990208-1.x: XFAIL this at -O3 for ARM-based systems.Richard Earnshaw2-1/+6
2002-09-20Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>Jeroen Dobbelaere2-2/+9
2002-09-20real.c (do_fix_trunc): Static.Richard Henderson2-1/+42
2002-09-20real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson5-304/+289
2002-09-20Daily bump.GCC Administrator3-3/+3
2002-09-19real.h (UNKNOWN_FLOAT_FORMAT, [...]): Move ...Richard Henderson13-61/+22
2002-09-20mmix.md ("negdf2"): Rewrite.Hans-Peter Nilsson2-4/+18
2002-09-20* gcc.c-torture/execute/ieee/mzero3.c: New test.Hans-Peter Nilsson2-0/+53
2002-09-20Mention removed duplicate cxxfilt settingHans-Peter Nilsson1-1/+2
2002-09-20scanasm.exp (scan-assembler-dem, [...]): Adjust for c++filt moved to binutils.Hans-Peter Nilsson2-14/+15
2002-09-19fix subreg optimization bug introduced 2002-05-25Jim Wilson2-1/+6
2002-09-19* gcc.dg/20020312-2.c: Update for darwin.Geoffrey Keating2-4/+9
2002-09-19Remove creation of invalid subreg. PR 7705, 7339, 7720.Dale Johannesen2-0/+9
2002-09-19s390.c (addr_generation_dependency_p): Handle SUBREG and STRICT_LOW_PART with...Ulrich Weigand3-17/+80
2002-09-19cp-tree.h: New prototype for walk_vtabls().Devang Patel4-52/+98
2002-09-19hpux.h (CTORS_SECTION_ASM_OP): New.Steve Ellcey2-4/+35
2002-09-19fp-bit.c: Follow spelling conventions.Kazu Hirata22-72/+96
2002-09-19sh.h (UNSPEC_GOTOFF_P): Define.Stephen Clarke2-2/+13
2002-09-19Daily bump.GCC Administrator2-2/+2
2002-09-19Daily bump.GCC Administrator1-1/+1
2002-09-18ifcvt.c (noce_process_if_block): Correctly detect X modified with INSN_B befo...Richard Henderson3-21/+35
2002-09-18calls.c (store_one_arg): Rename default_align to parm_align; always adjust pa...Richard Henderson2-12/+25
2002-09-18toplev.c (backend_init): Move init_real_once invocation ...Richard Henderson2-3/+10
2002-09-18sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove RTX_UNCHANG...Richard Henderson2-6/+12
2002-09-18* real.c (round_for_format): Collect sticky as unsigned long, not bool.Richard Henderson2-3/+7
2002-09-19rs6000.md: (floatdisf2): Rename to floatdisf2_internal1.Alan Modra2-4/+55
2002-09-18real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.Richard Henderson2-2/+7
2002-09-18s390.c (s390_address_cost): New function.Ulrich Weigand4-11/+28
2002-09-18stor-layout.c (place_field): Handle alignment of whole structures when MSVC c...Douglas B Rupp4-44/+203
2002-09-18re PR rtl-optimization/7967 (optimization produces wrong code (ARM))Richard Earnshaw2-1/+8
2002-09-18decl.c (grokdeclarator): Use assert, not internal_error.Nathan Sidwell4-18/+19
2002-09-18s390.c: Follow spelling convention.Kazu Hirata14-56/+72
2002-09-18rs6000.c (rs6000_emit_move): Handle V1DImode moves.Nick Clifton4-0/+24