aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28configure.in (noconfigdirs): Don't compile libiberty, libstdcxx and libgcj fo...Marek Michalkiewicz2-0/+8
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 Administrator7-7/+7
2002-05-28Fix last commit. Sorry about that.Bo Thorsen3-29/+36
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-28* src/x86/ffi.c (ffi_prep_args): Remove reference to avn.Roger Sayle2-1/+5
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
2002-05-27* gcc.c-torture/execute/pure-1.c: New test.Kaveh R. Ghazi2-0/+94
2002-05-27c-common.c (c_common_init): Always use intmax_t.Neil Booth5-452/+11
2002-05-27* c-common.c (c_common_init): Use intmax_t for now.Neil Booth2-1/+5
2002-05-27misc-inst.cc: Define unnecessary algorithm instantiations.Benjamin Kosnik22-1928/+1494
2002-05-27fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a bool...Andrew Haley2-0/+6
2002-05-27Add this file from last commitBo Thorsen1-0/+25
2002-05-27libgcc-x86_64-glibc.ver: Copy this file from the 3.1 branch.Bo Thorsen2-3/+76
2002-05-27ffi.c (ffi_prep_args): Remove unused variable and fix formatting.Bo Thorsen2-52/+51
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak23-218/+269
2002-05-27basic-block.h (can_hoist_p, [...]): new.Jan Hubicka3-0/+276
2002-05-27re PR libstdc++/6795 (stringbuf failure)Benjamin Kosnik7-3/+34
2002-05-27basic-block.h (PEOP_SCAN_DEAD_STORES): New.Jan Hubicka3-7/+23
2002-05-27update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to gcc/gcc/ada/...Joseph Myers2-1/+6
2002-05-27Daily bump.GCC Administrator6-6/+6
2002-05-27* testsuite/gcc.dg/cpp/if-3.c: Forgot to remove.Neil Booth1-25/+0
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth8-8/+923
2002-05-27re PR java/6820 (miscompilation of (a,++a) as arguments to final method)Bryce McKinlay3-0/+22
2002-05-27Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.Geoffrey Keating5-3/+157
2002-05-26avr-protos.h (avr_out_sbxx_branch): Declare.Marek Michalkiewicz4-140/+234
2002-05-26cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.Jakub Jelinek4-1/+50
2002-05-26Fix typo last change.Richard Henderson1-1/+1
2002-05-26* cfg.c (dump_flow_info): Remove extra argument to fprintf.Andreas Jaeger2-1/+5
2002-05-26cppexp.c (possible_sum_sign, [...]): Remove.Neil Booth6-320/+1089
2002-05-26avr.c (avr_asm_only_p): New variable.Marek Michalkiewicz2-1/+13