aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-05-29avr.c (avr_base_arch_macro, [...]): New.Neil Booth3-166/+119
2002-05-29netbsd.h (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_AOUT.Jason Thorpe2-6/+13
2002-05-29i386.c (ix86_output_function_epilogue): New.Richard Henderson4-77/+109
2002-05-29i386.c (ix86_compute_frame_layout): Do add bottom alignment for alloca.Richard Henderson3-2/+29
2002-05-29i386.c (output_pic_addr_const): Lowercase rip.Richard Henderson2-2/+14
2002-05-29netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.Jason Thorpe3-16/+43
2002-05-29Revert this patch:Jeff Law3-71/+1
2002-05-29re PR preprocessor/6844 (Seg fault when trying to preprocess a file with lots...Neil Booth2-1/+7
2002-05-29linux.h (SUBTARGET_CPP_SPEC): Add support for mips5/mips32/mips64 and _MIPS_I...Eric Christopher2-11/+19
2002-05-29fr30.md: Remove previous restriction on splits.Nick Clifton3-13/+19
2002-05-29netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.Jason Thorpe4-30/+51
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth11-188/+414
2002-05-29rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.Joel Sherrill2-2/+6
2002-05-29netbsd.h (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_...Jason Thorpe2-8/+19
2002-05-29haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th...Jeff Law3-3/+73
2002-05-29ssa.c (rename_insn_1): Rename uses of undefined registers to prevent confusio...Chris Lattner2-7/+20
2002-05-29re PR target/6838 (cris-elf ICE (gcc 3.1))Hans-Peter Nilsson2-30/+47
2002-05-29* gcc.c-torture/execute/20020529-1.c: New test.Hans-Peter Nilsson2-0/+82
2002-05-29h8300-protos.h: Remove the prototype for o_operand.Kazu Hirata4-48/+72
2002-05-29* config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.Ulrich Weigand2-0/+82
2002-05-29s390.c (legitimate_pic_operand_p): Do not accept symbolic LARL operands.Ulrich Weigand2-11/+7
2002-05-29s390.md (cmpstr_64/31): Mark whole input registers as used.Hartmut Penner2-2/+11
2002-05-29Daily bump.GCC Administrator3-3/+3
2002-05-28i386.c (ix86_save_reg): Examine regs_ever_live...Richard Henderson4-52/+61
2002-05-29netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define common CPP built-ins for ...Jason Thorpe4-0/+72
2002-05-28flow.c (update_life_info_in_dirty_blocks): Only do a partial update if UPDATE...Richard Henderson2-6/+24
2002-05-28optabs.c (expand_binop): Fix nwords sign warnings.David Edelsohn2-8/+12
2002-05-28* config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.Toshiyasu Morita2-0/+5
2002-05-28config/sh reorganization to factor out endianness and coff:J"orn Rennecke12-211/+321
2002-05-28sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.David Edelsohn3-3/+9
2002-05-28openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN): Remove, inherited from gas.h.Marc Espie2-17/+7
2002-05-28install.texi (binaries): Change mingw binaries link to www.mingw.org.Danny Smith2-2/+6
2002-05-28* cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.Zdenek Dvorak2-1/+5
2002-05-28i386.c (ix86_compute_frame_layout): Do not add bottom alignment for leaf func...Richard Henderson2-5/+14
2002-05-28milli32.S, [...]: Delete unused files.Zack Weinberg4-2369/+5
2002-05-28varasm.c (default_binds_local_p): Check TREE_PUBLIC before DECL_EXTERNAL.Richard Henderson2-4/+7
2002-05-28flow.c (calculate_global_regs_live): Rename call_used to invalidated_by_call.Richard Henderson2-7/+11
2002-05-28* cfg.c (dump_flow_info): Print bb->index, not i, for block number.Richard Henderson2-1/+5
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg30-44/+104
2002-05-28basic-block.h (last_basic_block): Declare.Zdenek Dvorak13-133/+126
2002-05-28* config/h8300/h8300.md (two anonymous patterns): New.Kazu Hirata2-0/+44
2002-05-28sparc.md (cpu): Tidy.David S. Miller6-65/+90
2002-05-28alpha.c (alpha_in_small_data_p): Return false for STRING_CST.Richard Henderson2-0/+9
2002-05-28Daily bump.GCC Administrator3-3/+3
2002-05-28Fix last commit. Sorry about that.Bo Thorsen1-0/+11
2002-05-28* config.gcc: Obsolete mn10200.Richard Henderson2-0/+5
2002-05-28cppexp.c (interpret_number): Optimize for single-digit and less-than-half-pre...Neil Booth2-21/+57
2002-05-27c-common.c: Add support for __attribute__((nothrow)) to specify that a functi...Roger Sayle5-1/+69
2002-05-27cppexp.c (num_trim): Use 1UL instead of 1 for long int.H.J. Lu2-8/+14
2002-05-27* testsuite/gcc.dg/cpp/arith-3.c: Need -std=c99.Neil Booth2-2/+1