aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-12-01re PR c++/30021 (ICE on invalid parameter for main)Volker Reichelt4-1/+15
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig10-13/+121
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod8-388/+55
2006-12-01bfin.md (pushsi_insn, popsi_insn): Set correct addrtype attribute.Bernd Schmidt2-2/+8
2006-12-01re PR c++/29433 (using boost::MPL requires lots of memory)Richard Guenther2-5/+9
2006-12-01re PR c++/29066 (ptrmemfunc_vbit_in_delta is broken)Ryan Mansfield4-16/+124
2006-12-01bfin.c (bfin_valid_add): Fix the logic that ensures multiword accesses are in...Bernd Schmidt2-2/+8
2006-12-01[multiple changes]H.J. Lu4-0/+89
2006-11-30spu.c (spu_builtin_range): Move from spu-c.cAndrew Pinski4-301/+318
2006-12-01re PR target/24036 ([e500] ICE in subreg_offset_representable_p, at rtlanal.c...Joseph Myers7-60/+123
2006-11-30i386-cpuid.h (bit_SSE3): New.H.J. Lu12-11/+1140
2006-12-01Daily bump.GCC Administrator1-1/+1
2006-11-30re PR c++/18313 (Missing warning for superfluous const's in return types)Dirk Mueller5-3/+76
2006-11-30simplify-rtx.c (simplify_rtx): Use simplify_subreg rather than simplify_gen_s...Richard Sandiford2-3/+8
2006-11-30rtti.c (get_tinfo_decl): Handle return value from pushdecl_top_level_and_finish.Geoffrey Keating2-2/+8
2006-11-30Implement coalesce list with hash table instead of linked list.Andrew MacLeod3-128/+184
2006-11-30re PR middle-end/30028 (bcopy is wrongly converted to memcpy)Jan Hubicka2-1/+7
2006-11-30tm.texi (MAX_OFILE_ALIGNMENT): Document default.Carlos O'Donell3-5/+21
2006-11-30dfp-bit.c (DFP_TO_INT): Use wider precision.Janis Johnson5-1/+302
2006-11-30tree-ssa-operands.h (struct ssa_operands): New.Jan Hubicka6-59/+102
2006-11-30tree-vectorizer.h (vectorizable_function): Export.Richard Guenther7-18/+42
2006-11-30i386.md (R10_REG): New constant.Uros Bizjak3-6/+15
2006-11-30cselib.c (cselib_init): Use special MEM rtx form for callmem.Steven Bosscher3-3/+10
2006-11-30cgraphunit.c (cgraph_finalize_compilation_unit): Add a newline at the end of ...Steven Bosscher4-4/+30
2006-11-30re PR target/29852 (x86_64: SSE version missing for fmod{d,s,x}f3)Uros Bizjak2-48/+33
2006-11-30i386.md (movsf_1): Enable pattern for standard 80387 constants before reload ...Uros Bizjak2-9/+27
2006-11-29crt0.c (__dso_handle): Define.Andrew Pinski2-0/+5
2006-11-30emit-rtl.c (verify_rtl_sharing): Handle SEQUENCE specially when clearing the ...Kaz Kojima2-0/+19
2006-11-29spu.md (extend_compare): Fix whitespace formatting.Andrew Pinski2-2/+9
2006-11-29re PR target/29945 (ICE in simplify_subreg with simple code in libgfortran)Andrew Pinski4-1/+29
2006-11-30Daily bump.GCC Administrator1-1/+1
2006-11-30vect.exp: Skip PowerPC targets not supporting -maltivec.Joseph Myers2-1/+9
2006-11-29* dfp-bit.c (DFP_TO_INT): Fix rounding mode.Janis Johnson2-1/+3
2006-11-29prefetch-3.c: Allow x86_64, but require ilp32.Eric Christopher2-2/+7
2006-11-29* gcc.dg/dfp/convert-int.c: Remove dg-do compile, fix comment.Janis Johnson2-2/+3
2006-11-29* gcc.dg/dfp/convert-bfp.c: Skip long double conversions.Janis Johnson2-0/+15
2006-11-29decRound.c: Move declarations to new file, update comments.Janis Johnson4-11/+23
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels6-185/+46
2006-11-29predicates.md (gpc_reg_operand): Check invalid_e500_subreg.Joseph Myers5-9/+27
2006-11-29Makefile.in (tree-ssanames.o): Remove gt-tree-ssanames.h, since it no longer ...Daniel Berlin2-2/+8
2006-11-29re PR tree-optimization/23744 (VRP does not merge discontinuous ranges of PHIs)Duncan Sands4-63/+79
2006-11-29re PR c++/29022 (ICE using operator int in invalid class hierarchy)Lee Millward8-14/+71
2006-11-29* doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately.Jie Zhang2-4/+9
2006-11-29sh.opt (minline-ic_invalidate): New option.J"orn Rennecke6-9/+40
2006-11-29gthr-tpf.h (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION, [...]): Define.Jim Tison2-0/+31
2006-11-29rs6000.c (rs6000_gimplify_va_arg): If STRICT_ALIGNMENT and the type is more a...Joseph Myers2-0/+27
2006-11-28re PR tree-optimization/29984 (SPE GCC segfaults with MAX_EXPR <a, a>)Andrew Pinski4-3/+27
2006-11-29Daily bump.GCC Administrator1-1/+1
2006-11-28* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a12-a15 on exit.Bob Wilson2-0/+11
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka26-236/+390