aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak32-419/+425
2006-11-17gfortran.h (gfc_add_intrinsic_modules_path, [...]): New prototypes.Francois-Xavier Coudert12-33/+225
2006-11-17re PR ada/29802 (wrong directory in makefile for ada and libada when srcdir=.)Paolo Bonzini7-71/+249
2006-11-17re PR tree-optimization/29801 (ICE in set_lattice_value (tree-ssa-ccp.c))Zdenek Dvorak4-9/+71
2006-11-17tree-vect-transform.c (vect_create_epilog_for_reduction): Fix formating.Zdenek Dvorak2-28/+41
2006-11-17tree-ssa-alias.c (new_type_alias): Do not use offset of expr to select subvar...Zdenek Dvorak2-13/+37
2006-11-17re PR middle-end/29584 (internal compiler error on optimization)Jakub Jelinek4-1/+42
2006-11-17i386.c (ix86_function_sseregparm): Missing comment update.Uros Bizjak1-4/+4
2006-11-17darwin.h (LINK_COMMAND_SPEC): Don't do dwarf stuff on pre-darwin9 system, unl...Mike Stump6-9/+50
2006-11-17arm.h (CONSTANT_ALIGNMENT): Don't over-align strings when optimizing for size.Richard Earnshaw2-0/+6
2006-11-17stdarg-2.c, stdarg-4.c: Condition PowerPC tests for saving FPRs on powerpc_fprs.Joseph Myers6-11/+21
2006-11-17Daily bump.GCC Administrator1-1/+1
2006-11-16* Makefile.in (targhooks.o): Add $(OPTABS_H).Mike Stump2-1/+6
2006-11-16tree-vrp.c (get_value_range): Use XCNEW instead of XNEW and memset.Dirk Mueller9-24/+34
2006-11-16re PR middle-end/26306 (ICE on volatile array with non-constant bounds)Eric Botcazou6-50/+108
2006-11-16MAINTAINERS: Add myself and Daniel Berlin as loop optimizer maintainers.Zdenek Dvorak2-1/+7
2006-11-16spe.md (frob_di_df_2): Handle non-offsettable memory operand.Joseph Myers2-0/+10
2006-11-16re PR fortran/29391 ([4.2/4.1 only] LBOUND and UBOUND are broken)Francois-Xavier Coudert5-19/+220
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert5-17/+24
2006-11-16arm.md (abssi2): Allow Thumb as well.Richard Earnshaw2-5/+45
2006-11-16i386.c (ix86_function_sseregparm): Fix comment: number of arguments passed to...Uros Bizjak3-6/+14
2006-11-16re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov6-18/+165
2006-11-15re PR middle-end/29862 (Calling a function with gcc_assert)H.J. Lu2-1/+8
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses11-21/+34
2006-11-15lang.opt: Rearrange entries back into ASCII order.Brooks Moses2-73/+77
2006-11-16Daily bump.GCC Administrator1-1/+1
2006-11-15import3.f90: Fix error message.Steven G. Kargl2-1/+5
2006-11-15unwind-arm.c (_Unwind_GetDataRelBase, [...]): Move from here ...Paul Brook3-13/+21
2006-11-15tree-ssa-loop-ivopts.c (get_address_cost): Make sure memory addresses we gene...Bernd Schmidt2-7/+15
2006-11-15re PR tree-optimization/29788 (ICE in var_ann, at tree-flow-inline.h:130)Andrew Pinski4-0/+32
2006-11-15i386.opt: New target option -mx87regparm.Uros Bizjak12-29/+315
2006-11-15parse.c (parse_contained): Fix indention of one line.Tobias Burnus2-1/+6
2006-11-15re PR fortran/27546 (IMPORT is broken)Tobias Burnus10-6/+287
2006-11-15tree-flow.h (multiplier_allowed_in_address_p): Adjust prototype.Bernd Schmidt4-42/+60
2006-11-15combine.c (likely_spilled_retval_1): Fix masking operation.Rask Ingemann Lambertsen2-2/+10
2006-11-15bfin.c (legitimize_pic_address): Lose dead code that tests for CONSTANT_POOL_...Bernd Schmidt2-26/+20
2006-11-15tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.Bernd Schmidt2-2/+6
2006-11-15re PR fortran/27588 (-fbounds-check should catch substring out of range acces...Tobias Burnus3-3/+47
2006-11-15re PR fortran/29806 (Error if CONTAINS is present without SUBPROGRAM)Tobias Burnus5-1/+30
2006-11-15re PR tree-optimization/29581 (Latent bug in 4.1/4.2/4.3 lambda-code.c)Jakub Jelinek8-14/+323
2006-11-15re PR tree-optimization/29753 (Volatile semantics ignored in some cases)Paolo Bonzini2-1/+7
2006-11-15re PR fortran/28974 (Extremely slow compilation of enumerated DATA statements.)Bud Davis4-45/+119
2006-11-14re PR fortran/29702 (RFE: Column number in error messages.)Brooks Moses4-121/+194
2006-11-14gfortran.h (GFC_MAX_LINE): Remove constant definition.Brooks Moses4-32/+28
2006-11-14lang.opt: Remove -fno-backend option.Brooks Moses5-12/+11
2006-11-15Daily bump.GCC Administrator1-1/+1
2006-11-14expmed.c (emit_store_flag_1): New function.Richard Earnshaw5-82/+350
2006-11-14math-torture.exp: Restrict to i?86 and x86_64 targets.Richard Guenther2-0/+10
2006-11-14Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION is d...Caroline Tice10-50/+496
2006-11-14arm.h (FUNCTION_ARG_ADVANCE): Only adjust iwmmxt_nregs if TARGET_IWMMXT_ABI.Joseph Myers3-20/+31