aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-08-10regmove.c (regmove_optimize): Avoid setting a register twice in a parallel set.Roman Zippel2-0/+14
2001-08-10extend.texi (Arrays and pointers implementation): Document behavior of pointe...Richard Henderson2-0/+25
2001-08-10Fix markup.Richard Henderson1-3/+3
2001-08-10s390x needs 64-bit __LONG_MAX__.Ulrich Weigand2-1/+5
2001-08-10extend.texi (C Implementation): New chapter.Richard Henderson3-0/+341
2001-08-10Fix CVS merge botch.Andrew Cagney2-5/+4
2001-08-10m68k.c (m68k_svr3_asm_out_constructor): Protect with ifdef CTOR_LIST_BEGIN in...Richard Henderson2-2/+7
2001-08-10linux.h (CPP_DEFAULT_CPU_SPEC): New.Andrew Haley1-0/+16
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg24-102/+93
2001-08-10increase array size to force into memoryJason Merrill1-4/+4
2001-08-10* config/h8300/h8300.h: Fix formatting.Kazu Hirata2-13/+19
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill9-43/+96
2001-08-10mips.c (mips_add_large_offset_to_sp): New function.Richard Sandiford2-146/+100
2001-08-10mips.c (save_restore_insns): Don't mark the RA's stack slot as unchanging if ...Richard Sandiford2-1/+8
2001-08-10mips.md (reload_outcc): Use HARD_REGNO_NREGS to access the second half of the...Richard Sandiford2-2/+12
2001-08-10Restore HPUX gcj bootstrap.Anthony Green2-0/+9
2001-08-10install.texi (Specific, avr): Fix cross-reference to the main manual to work ...Gerald Pfeifer2-3/+14
2001-08-10Daily bump.GCC Administrator2-2/+2
2001-08-10stmt.c (expand_null_return_1): Remove code to generate simple returns and "us...John David Anglin5-59/+27
2001-08-09Makefile.in: Partially revert my previous change...Zack Weinberg2-3/+9
2001-08-09Move constructor/destructor handling into target hooks.Richard Henderson96-2756/+910
2001-08-09crtbegin.asm (__JCR_LIST__): New.Richard Henderson3-35/+56
2001-08-09tweak commentJason Merrill1-1/+4
2001-08-09Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.Zack Weinberg7-201/+381
2001-08-09fde-glibc.c: Require glibc 2.2.4+ headers.Jakub Jelinek3-98/+59
2001-08-09expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.Richard Kenner2-11/+23
2001-08-09sched-vis.c (MAX_VISUAL_NO_UNIT): Define.Graham Stott2-3/+13
2001-08-09predict.c (estimate_probability): Replace magic numbers with appropriate enum...Graham Stott2-3/+8
2001-08-09cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro parameter.Graham Stott2-2/+8
2001-08-09mips.c (mips_legitimate_address_p): Check for CONST_INT in last patch.Aldy Hernandez2-2/+8
2001-08-09Daily bump.GCC Administrator2-2/+2
2001-08-08check-init.c (flags.h): IncludeAlexandre Petit-Bianco10-153/+541
2001-08-08class.c (emit_register_classes): Use assemble_jcr if possible.Anthony Green4-36/+104
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata17-91/+110
2001-08-08global.c (retry_global_alloc): Avoid shadowing allocno.Franz Sirl2-4/+8
2001-08-08* except.c (remove_fixup_regions): Fix typo.Mark Mitchell2-1/+5
2001-08-08* g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.John David Anglin2-0/+5
2001-08-08emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...Jan van Male4-33/+42
2001-08-08sibcall.c (return_value_pseudo): New static variable.Jan Hubicka2-1/+47
2001-08-08calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka5-4/+28
2001-08-08* config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.Aldy Hernandez2-3/+10
2001-08-08alias.c (get_alias_set): Return a previously calculated alias set for a VAR_D...Jason Merrill4-2/+19
2001-08-08* predict.def: Set hitrates according our experimental run.Jan Hubicka3-5/+22
2001-08-08mips.c (mips_unique_section): New.H.J. Lu8-141/+286
2001-08-08Make cselib_subst_to_values global.Bernd Schmidt3-3/+21
2001-08-08Use cselib for alias analysis in sched_ebbBernd Schmidt6-9/+53
2001-08-08xfailJason Merrill1-1/+1
2001-08-08Turn patterns/splits into define_insn_and_splitBernd Schmidt2-31/+13
2001-08-08Make cselib COND_EXEC-safeBernd Schmidt2-0/+15
2001-08-08final.c (shorten_branches): Update the INSN_ADDRESSES of insns within fixed l...Graham Stott2-1/+25