aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth6-116/+211
2001-09-11Do not allow -mgp32 -mfp64; Fix int/long printf warningMichael Meissner5-3/+43
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson6-6/+15
2001-09-10cpplex.c (parse_identifier): Fast-path optimize.Zack Weinberg4-44/+111
2001-09-10Test -fbranch-probabilities with computed gotos.Janis Johnson1-0/+42
2001-09-10Test various C constructs with -fbranch-probabilities.Janis Johnson1-0/+269
2001-09-10Support for tests of -fbranch-probability.Janis Johnson1-0/+55
2001-09-10Support procedures for testing profile-directed optimizations.Janis Johnson1-0/+284
2001-09-10profopt.exp: New, to support profile-directed optimizations.Janis Johnson1-0/+8
2001-09-10add sparc64-*-solaris2 support just like sparcv9-*-solaris2Michael Meissner2-1/+6
2001-09-10* config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).David Edelsohn3-2/+8
2001-09-10builtins.c (c_getstr): Correct thinko in last change and further cleanup.Richard Kenner2-14/+12
2001-09-10dwarf2out.c (incomplete_types, [...]): Make them into varray's and register t...Tim Freeman2-60/+26
2001-09-10New test case (2.95.2 miscompilation)Zack Weinberg1-0/+59
2001-09-10Makefile.in (cfg.o, [...]): New.Jan Hubicka11-6344/+6669
2001-09-10alias.c (clear_reg_alias_info): Use K&R format definition.Richard Kenner7-80/+112
2001-09-10* calls.c (store_one_arg): Expand comment.Richard Sandiford2-2/+12
2001-09-10calls.c (store_one_arg): Make sure that the entire argument is pushed if...Roman Lechtchinsky2-2/+9
2001-09-10* class.c (build_class_ref): Set DECL_EXTERNAL before make_decl_rtl.Richard Henderson2-2/+6
2001-09-10Daily bump.GCC Administrator2-2/+2
2001-09-09* emit-rtl.c (adjust_address): Fix mode for LO_SUM.Richard Henderson2-1/+5
2001-09-09* loop.c (combine_givs): Fix computing of benefit once giv is combined.Jan Hubicka2-0/+11
2001-09-09alpha.c (alpha_next_sequence_number): New.Richard Henderson6-77/+581
2001-09-09Daily bump.GCC Administrator2-2/+2
2001-09-08* reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.Jan Hubicka2-19/+19
2001-09-08Daily bump.GCC Administrator2-2/+2
2001-09-08* i386.h (TARGET_SWITCHES): Fix spelling of option.Andreas Jaeger2-1/+5
2001-09-08install.texi: Explain AIX exception handling work-around.David Edelsohn2-6/+20
2001-09-07rs6000.c (num_insns_constant): Compute number of instructions more accurately.David Edelsohn2-1/+7
2001-09-07re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson4-0/+24
2001-09-07real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available.Roman Lechtchinsky2-454/+475
2001-09-07reload.c (push_reload): Check for subreg_lowpart_p instead of SUBREG_BYTE bei...Roman Lechtchinsky2-4/+10
2001-09-07c-common.c (signed_or_unsigned_type): Handle machine mode types which have no...Richard Henderson3-10/+31
2001-09-07mips.c (override_options): Do not override ISA when ABI specified if MIPS_CPU...Aldy Hernandez2-0/+7
2001-09-07java-tree.h (compile_resource_file): Grouped with other prototypes.Alexandre Petit-Bianco3-4/+6
2001-09-07re PR java/4230 (gcj -C segfaults on static string continuation '+' in gcj 3....Alexandre Petit-Bianco3-4/+46
2001-09-07loop.c (record_giv): Avoid simplifying MULT to ASHIFT.Richard Henderson5-121/+224
2001-09-07h8300-protos.h (general_operand_dst_push): Remove.Kazu Hirata5-45/+89
2001-09-07genattrtab.c (attr_printf): First arg is unsigned.Richard Kenner2-14/+21
2001-09-07Test gcov output for functions that use longjmp.Janis Johnson1-0/+84
2001-09-07Control which kinds of gcov output to verify.Janis Johnson4-0/+10
2001-09-07Add support for a .x file to control XFAIL and wich kinds of gcov outputJanis Johnson1-6/+32
2001-09-07gcov.exp: Add support for a .x file to control XFAIL and which kinds of gcov ...Janis Johnson1-0/+9
2001-09-07mips.c (override_options): Allow abi32 with 64 bit registers.Aldy Hernandez2-2/+6
2001-09-07* i386.h (TARGET_SWITCHES): Fix descriptions.Andreas Jaeger2-4/+8
2001-09-07Daily bump.GCC Administrator2-2/+2
2001-09-07typeck.c (java_array_type_length, [...]): Represent empty arrays by NULL index.Matt Kraai4-6/+25
2001-09-06Remove OP_IDENTIFIER.Ira Ruben5-29/+11
2001-09-06* simplify-rtx.c (simplify_binary_operation): Revert last change.Richard Henderson2-22/+4
2001-09-06Simple test of call return percentages along with branch percentages andJanis Johnson1-0/+37