aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-03-11toplev.c (debug_args): Add entry for VMS_DEBUG.Douglas B Rupp3-1/+9
2002-03-11parse.y (patch_assignment): Wrap the right-hand-side with a save_expr to prev...Bryce McKinlay3-3/+19
2002-03-11defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.Richard Sandiford5-41/+192
2002-03-11* cfg.c (dump_flow_info): Remove unused variable.Andreas Jaeger2-3/+7
2002-03-11mmix.c (mmix_expand_builtin_va_arg): Do all computations on trees.Hans-Peter Nilsson2-31/+62
2002-03-11re PR rtl-optimization/5844 (Bad code generated for -O2 -mcpu=i586)Jakub Jelinek3-0/+60
2002-03-11Daily bump.GCC Administrator2-2/+2
2002-03-10reload.c (copy_replacements_1): New.Richard Henderson2-32/+59
2002-03-10loop.c (strength_reduce): Compute number of iterations as unsigned HOST_WIDE_...Richard Henderson2-6/+11
2002-03-10sched-rgn.c (add_branch_dependences): Don't allow insns that throw to move aw...Richard Henderson2-4/+10
2002-03-10re PR preprocessor/5899 (-M disables -dM)Neil Booth2-6/+9
2002-03-10* mbchar.c (JIS_state_table, JIS_action_table): Const-ify.Kaveh R. Ghazi2-2/+4
2002-03-10* attribs.c (decl_attributes): Fix signed/unsigned warning.Kaveh R. Ghazi2-1/+5
2002-03-10* cp-tree.h (stabilize_expr): Prototype.Kaveh R. Ghazi2-0/+5
2002-03-10mmix.c: Improve comments.Hans-Peter Nilsson3-72/+52
2002-03-10* target.c (ffetarget_print_hex): Const-ify.Kaveh R. Ghazi2-1/+5
2002-03-10* combine.c (make_extraction): Fix error in last change.Kaveh R. Ghazi2-1/+5
2002-03-10Fix ChangeLog for my last entry.Kaveh Ghazi1-2/+2
2002-03-10Daily bump.GCC Administrator2-2/+2
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay2-0/+10
2002-03-10c4x.c (c4x_fp_reglist): Const-ify.Kaveh R. Ghazi18-22/+43
2002-03-09rs6000.md (ne0+4): Add extra CLOBBER.Geoffrey Keating2-6/+15
2002-03-09Add memcpy/memset/strlen/strcmp/strncmp testsMichael Meissner6-0/+496
2002-03-09* gcc.c (validate_all_switches): Also handle `%W{...}'.Andreas Schwab2-3/+7
2002-03-09In gcc/:Geoffrey Keating4-8/+27
2002-03-09parse.y (java_complete_lhs): Check if patch_assignment returned an error-mark.Per Bothner2-6/+9
2002-03-09* gcc.c-torture/execute/va-arg-22.c: New test.Jakub Jelinek2-0/+82
2002-03-09re PR middle-end/5877 (negative offset to array index leads to inefficient code)Jakub Jelinek2-11/+18
2002-03-09emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.Richard Kenner5-50/+106
2002-03-09* combine.c (make_extraction): Don't make extension of CONST_INT.Richard Kenner2-0/+7
2002-03-09Daily bump.GCC Administrator2-2/+2
2002-03-09mips.c (function_arg_pass_by_reference): Force to 0 in o32 and o64 ABIs.Alexandre Oliva3-0/+22
2002-03-09mips.c (mips_va_arg): Apply big-endianness address offset before loading addr...Alexandre Oliva2-6/+12
2002-03-09* t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.John David Anglin2-2/+4
2002-03-09mips.c (mips_expand_prologue): Set regno of vararg marker such that registers...Alexandre Oliva2-0/+9
2002-03-09cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of conditional return void.Craig Rodrigues2-1/+6
2002-03-09* sparc.c (arith_4096_operand): Fix error in last change.Kaveh R. Ghazi2-2/+6
2002-03-09mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate defaults for MEABI.Alexandre Oliva2-2/+7
2002-03-08adadecode.c, [...]: New files.Geert Bosch16-0/+3115
2002-03-08gensupport.c (first_dir_md_include): Renamed from include; change all referen...Matt Hiller2-13/+19
2002-03-08rs6000.c (rs6000_va_arg): Fix alignment for vectors.Aldy Hernandez2-34/+59
2002-03-08add commentAldy Hernandez1-0/+4
2002-03-08sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.Aldy Hernandez2-1/+5
2002-03-08re PR java/5812 (GCJ 3.0.2 segfaults on class file from Sun JDK 1.3 compiler)Per Bothner2-11/+17
2002-03-08cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been removed; fix...Jan Hubicka4-12/+24
2002-03-08* gcse.c (insert_insn_end_bb): Fix typo in last change.Kaveh R. Ghazi2-1/+5
2002-03-08* recog.c (peephole2_optimize): Re-distribute EH edges.Jan Hubicka2-1/+26
2002-03-0841intnam.ads, [...]: Merge in ACT changes.Geert Bosch471-24416/+30562
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth10-54/+50
2002-03-08* flow.c (propagate_block_delete_insn): Remove unused variable.Andreas Jaeger2-8/+11