aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-12-15re PR testsuite/30179 (FAIL: gcc.c-torture/execute/mode-dependent-address.c c...John David Anglin7-0/+33
2006-12-15re PR fortran/30145 (Fortran 90: write statement fails to ignore zero-sized a...Jerry DeLisle2-0/+22
2006-12-15re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ...Jerry DeLisle2-0/+15
2006-12-15re PR libfortran/30200 ([4.1 only] write(*,myfmt="(1X,a,'xyz')") "A" prints ...Jerry DeLisle2-1/+6
2006-12-15re PR tree-optimization/30140 (inliner produces invalid gimple with promoted ...Andrew Pinski2-1/+8
2006-12-15invoke.texi (mstringop-strategy): Add missing "byte_loop" value.Uros Bizjak2-2/+6
2006-12-15Daily bump.GCC Administrator1-1/+1
2006-12-14re PR tree-optimization/30194 (alias set partitioning dependent on SFT DECL_U...Diego Novillo2-1/+11
2006-12-14Make-lang.in (fortran/options.o): Add $(PARAMS_H) dependency.Richard Guenther3-1/+13
2006-12-14tree-flow.h (struct stmt_ann_d): Move bitfield references_memory to proper pl...Jan Hubicka2-4/+9
2006-12-14target-supports.exp (check_weak_available): Use istarget "hppa*-*-hpux10*" in...John David Anglin2-3/+8
2006-12-14re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ...Richard Guenther6-3/+114
2006-12-14re PR middle-end/30172 (Operations with partly constant complex values not fo...Richard Guenther4-0/+84
2006-12-14re PR middle-end/30198 (__real / __imag cexpi (x) can be folded to cos (x) / ...Richard Guenther4-0/+53
2006-12-14spu.c (TARGET_VECTORIZE_BUILTIN_MASK_FOR_LOAD): Defined.Dorit Nuzman6-2/+110
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor28-111/+1573
2006-12-14tree-ssa-loop-ivopts.c: Include tree-affine.h.Zdenek Dvorak7-614/+623
2006-12-14Daily bump.GCC Administrator1-1/+1
2006-12-13re PR middle-end/30191 (GCC error: in eliminate_regs_in_insn, at reload1.c:3126)Peter Bergner3-12/+33
2006-12-13re PR testsuite/30157 (cxa_atexit check doesn't work)John David Anglin2-0/+10
2006-12-13i386.h (FIRST_PSEUDO_REGISTER): Define to 53.Uros Bizjak5-40/+60
2006-12-13arm.c (arm_output_fldmx): Output FLDMD instead of FLDMX.Mark Shinwell7-53/+232
2006-12-13[multiple changes]Jakub Jelinek11-0/+380
2006-12-13Fix PR attribution to last change.Diego Novillo1-0/+1
2006-12-13tree-ssa-operands.h (SSA_OPERAND_MEMORY_SIZE): Add space to accomodate 511 op...Diego Novillo2-1/+6
2006-12-13builtins.c (expand_builtin_cexpi): Fix typo.Richard Guenther2-1/+5
2006-12-13PR c++27316Lee Millward3-0/+29
2006-12-13Makefile.in: Add dependencies.Jan Hubicka11-138/+449
2006-12-13ipa-inline.c (cgraph_flatten_node): Replace leafify with flatten.Richard Guenther2-2/+8
2006-12-13re PR tree-optimization/17687 (sincos tree representation causes extra addres...Richard Guenther6-4/+172
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther4-31/+56
2006-12-13ipa-reference.c (scan_for_static_refs): Also scan tcc_comparison class trees.Richard Guenther2-0/+6
2006-12-13mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.Geoffrey Keating23-42/+72
2006-12-13mips.h (ASM_OUTPUT_EXTERNAL): Undefine it before define.David Daney2-0/+6
2006-12-12tree-vect-transform.c (vect_permute_load_chain): Set DECL_GIMPLE_REG_P to tru...Andrew Pinski2-0/+8
2006-12-13spu.h (C_COMMON_OVERRIDE_OPTIONS): Define.Ben Elliston7-3/+32
2006-12-13thunk3.C: Use .weak_definition on darwin.Josh Conner4-4/+14
2006-12-13Daily bump.GCC Administrator1-1/+1
2006-12-12spu.c (cpat_info): Fix an incorrectly identified case.Trevor Smigiel7-1/+261
2006-12-12tm.texi (Alignment Output): Document that ASM_OUTPUT_SKIP actually takes an u...Geoffrey Keating2-1/+6
2006-12-13spu.c (TARGET_ENCODE_SECTION_INFO): Define.Ulrich Weigand3-0/+29
2006-12-12re PR tree-optimization/28624 (latent segfault in remove_phi_node)Andrew Pinski2-1/+15
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski20-35/+193
2006-12-12reload1.c (eliminate_regs_in_insn): Merge the plus_src "else" and the offset ...Peter Bergner3-24/+19
2006-12-12trans-expr.c (gfc_conv_substring): Check for empty substring.Tobias Schlüter11-18/+75
2006-12-12tree-pass.h: remove redundant pass_partition_blocks declaration.Marcin Dalecki2-2/+2
2006-12-12gcc-dg.exp (${tool}_load): Fix invocation of saved_${tool}_load.Richard Sandiford2-1/+6
2006-12-12passes.texi: remove docs about "redundant PHI removal".Marcin Dalecki3-9/+5
2006-12-12re PR tree-optimization/30159 (gcc.c-torture/execute/20010422-1.c is miscompi...Andrew MacLeod2-1/+7
2006-12-12re PR libstdc++/11953 (_REENTRANT defined when compiling non-threaded code.)Jakub Jelinek4-1/+11