aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-05-10rs6000.c (function_arg_boundary): Always align AltiVec vectors.Alan Modra2-46/+61
2004-05-10arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED.Paul Brook3-3/+25
2004-05-10Daily bump.GCC Administrator1-1/+1
2004-05-10rs6000.c (function_arg_boundary): Align for ABI_V4 when size is 8 bytes.Alan Modra2-78/+104
2004-05-09* config/rs6000/spe.md ("tstsflt_gpr"): Fix typo in unspec.Aldy Hernandez2-1/+5
2004-05-09re PR c/15007 (crash when including precompiled header with -include)Zack Weinberg2-18/+37
2004-05-09* config/rs6000/rs6000-protos.hAldy Hernandez4-52/+79
2004-05-08fold-const.c (fold_div_compare): New function to optimize X/C1 op C2 where op...Roger Sayle6-0/+723
2004-05-08install.texi (sparc-sun-solaris2*): Document bootstrap problems with earlier ...Eric Botcazou2-0/+12
2004-05-08rs6000-protos.h (rs6000_hard_regno_mode_ok_p): Declare.Aldy Hernandez4-20/+76
2004-05-08altivec.h (vector, [...]): Do not define as macros #ifdef __APPLE_ALTIVEC__.Ziemowit Laski2-1/+14
2004-05-08Daily bump.GCC Administrator1-1/+1
2004-05-07Fixed altivec vararg problem.Fariborz Jahanian2-6/+35
2004-05-07mips.c (mips_va_arg): Fix calculation of osize for EABI_FLOAT_VARARGS_P.Richard Sandiford2-19/+39
2004-05-07mips.h (ISA_HAS_BRANCHLIKELY): Remove TARGET_MIPS5500.Richard Sandiford3-3/+8
2004-05-07mips.c (override_options): Allow the hi and lo registers to store any integra...Richard Sandiford2-1/+6
2004-05-07arm.c (arm_promote_prototypes): Use TARGET_AAPCS_BASED.Paul Brook1-0/+9
2004-05-07i386.c (ix86_emit_fp_unordered_jump): Use testb $4, %ah insn instead of sahf ...Uros Bizjak2-3/+21
2004-05-07loop-doloop.c (doloop_valid_p): Make sure that body gets freed.Andrew Pinski2-4/+16
2004-05-07sparc-protos.h (sparc_skip_caller_unimp): New declaration.Eric Botcazou4-26/+48
2004-05-07re PR c++/14962 (g++ ignores #pragma redefine_extname)Eric Botcazou4-1/+37
2004-05-07Update ChangeLog to follow tree rules.Loren J. Rittle1-1/+1
2004-05-07i386-387-1.c: Add new test for __builtin_fmod.Uros Bizjak5-1/+21
2004-05-07optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak11-1/+144
2004-05-07freebsd.h (SUBTARGET_EXTRA_SPECS): Pass -Werror.Loren J. Rittle5-0/+11
2004-05-07re PR rtl-optimization/15296 ([3.4 only] Delayed branch scheduling causing in...Hans-Peter Nilsson1-0/+1
2004-05-07re PR rtl-optimization/15296 ([3.4 only] Delayed branch scheduling causing in...Hans-Peter Nilsson2-2/+13
2004-05-07* gcc.c-torture/execute/pr15296.c: New test.Hans-Peter Nilsson2-0/+77
2004-05-07re PR target/15202 ([3.4 only] ICE in reload_cse_simplify_operands, at postre...John David Anglin2-25/+37
2004-05-07rs6000.h (STACK_BOUNDARY): Use 128 bit for either TARGET_ALTIVEC or TARGET_AL...Alan Modra3-9/+12
2004-05-07Daily bump.GCC Administrator1-1/+1
2004-05-06Fixes PR java/9685, PR java/15073Ranjit Mathew2-21/+45
2004-05-06invoke.texi: Restore -fgcse-after-reload doc from 1.421, mistakenly clobbered...Stuart Hastings2-3/+14
2004-05-06invoke.texi: Document -mvr4130-align.Richard Sandiford6-6/+789
2004-05-065500.md (ir_vr55_store): Set latency to 0.Richard Sandiford3-14/+63
2004-05-06i386.md (*fscalexf4): Correct insn "mode" attribute to "XF".Uros Bizjak2-2/+7
2004-05-06optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak11-2/+303
2004-05-06* reload1.c (inherit_piecemeal_p): Mark parameters potentially unused.Roger Sayle2-1/+5
2004-05-06re PR driver/9822 (The "%c" spec option produces: gcc: spec failure: unrecogn...Ian Lance Taylor2-7/+5
2004-05-06Daily bump.GCC Administrator1-1/+1
2004-05-05mips.md: Update the msub define_split for new mflo/mfhi representation.Chris Demetriou2-1/+6
2004-05-05arm-protots.h (vfp_mem_operand): Rename ...Paul Brook8-95/+245
2004-05-05re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlin...Jan Hubicka2-1/+9
2004-05-05re PR target/15290 (__float128 failed to pass to function properly)H.J. Lu2-1/+7
2004-05-05darwin-c.c (add_framework): Copy the directory name as it can be freed later.Mike Stump4-9/+49
2004-05-05Restore partial missing damaged in 1.423.Mike Stump1-1/+29
2004-05-05osint.adb (Find_Program_Name): Fix handling of VMS version number.Arnaud Charlet2-2/+7
2004-05-05invoke.texi (Directory Options): Document -iquote.Mike Stump8-37/+95
2004-05-05basic-block.h (free_basic_block_vars): Update prototype.Steven Bosscher8-48/+50
2004-05-05[multiple changes]Arnaud Charlet62-1438/+2105