aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-03-11texi2pod.pl: Handle @include, @ftable, @vtable.Zack Weinberg2-6/+11
2002-03-11Revert 2000-12-01 Nathan Sidwell <nathan@codesourcery.com>, It is incorrect.Nathan Sidwell5-4/+50
2002-03-11C++ alias analysis improvement.Dan Nicolaescu4-3/+79
2002-03-11* config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.Ulrich Weigand2-1/+5
2002-03-11* toplev.c (vms_fopen): Remove, not needed.Douglas B Rupp2-23/+2
2002-03-11* vmsdbgout.c (lookup_filename): Adjust creation date for GMT.Douglas B Rupp2-3/+16
2002-03-11* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.Douglas B Rupp2-0/+5
2002-03-11* gcc.c-torture/execute/20020307-1.c: Use long.Kazu Hirata2-3/+7
2002-03-11alpha.c (alpha_sa_size, VMS): Don't reserve space for FP, already done later.Douglas B Rupp2-2/+5
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