aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-04-14df-core.c (df_ref_debug): Change format string placeholder from 0x%x to %#x.Uros Bizjak6-27/+41
2010-04-14PR 42694: Optimize pow (x, 0.25), pow (x, 0.75), pow (x, 1./6.)Michael Meissner2-0/+104
2010-04-14re PR tree-optimization/42963 (Redundant switch labels not cleaned up anymore)Michael Matz4-88/+161
2010-04-14i386.md (*popcountsi2_cmp_zext): Remove mode attribute from insn template.Uros Bizjak2-1/+6
2010-04-14gigi.h: Reorder declarations and tweak comments.Eric Botcazou5-31/+76
2010-04-14decl.c (gnat_to_gnu_entity): Fix comment.Eric Botcazou7-53/+99
2010-04-14i386.md (*ashlqi3_1_slp): New insn pattern.Uros Bizjak2-8/+54
2010-04-14re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus13-19/+933
2010-04-14re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)Jerry DeLisle2-0/+14
2010-04-14re PR fortran/43747 (ICE in find_array_section, at fortran/expr.c:1551)Jerry DeLisle3-2/+20
2010-04-14Daily bump.GCC Administrator1-1/+1
2010-04-13gsocket.h: Run-time can no longer be built without network OS headers available.Joel Sherrill1-8/+7
2010-04-13ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting of optimized ...Jan Hubicka2-36/+140
2010-04-13call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of CLASS_TYPE_P.Jason Merrill7-16/+31
2010-04-13Commit gcc/testsuite/ChangeLog for revision 158275.Manuel López-Ibáñez1-0/+20
2010-04-13cpp.exp: Test also c-c++-common/cpp.Manuel López-Ibáñez13-60/+21
2010-04-13re PR middle-end/32628 (bogus integer overflow warning)Eric Botcazou3-79/+106
2010-04-13opt-functions.awk (opt_sanitized_name): New.Manuel López-Ibáñez4-12/+27
2010-04-13tree-sra.c (replace_uses_with_default_def_ssa_name): New function.Martin Jambor4-9/+73
2010-04-13re PR middle-end/43730 (internal compiler error: in expand_builtin_interclass...Michael Matz4-1/+32
2010-04-13Add CL entryDiego Novillo1-0/+17
2010-04-13Makefile.in (c-pch.o, [...]): Depend on timevar.h.Diego Novillo4-5/+40
2010-04-13tree-ssa-reassoc.c (repropagate_negates): Merge negates also into MINUS_EXPRs.Michael Matz4-35/+102
2010-04-13re PR bootstrap/43737 (Bootstrap broken at -O3)Richard Guenther2-1/+6
2010-04-13re PR middle-end/43735 (FAIL: gcc.dg/guality/inline-params.c)Richard Guenther2-1/+6
2010-04-13re PR other/31400 (enable static linking of support libraries through -static...Iain Sandoe2-2/+10
2010-04-13i386.md (extendsidi2 splitter): Also check for DX_REG when generating cltd insn.Uros Bizjak2-69/+55
2010-04-13tree-ssa-structalias.c (callused_id): Remove.Richard Guenther2-54/+170
2010-04-13tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Only add RW depende...Richard Guenther7-53/+190
2010-04-13Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands6-28/+11
2010-04-13s390.md: Replace TARGET_64BIT with TARGET_ZARCH.Andreas Krebbel5-239/+460
2010-04-13cfgexpand.c (gimple_expand_cfg): Clarify warning message text.Simon Baldwin2-2/+8
2010-04-13gigi.h (standard_datatypes): Add ADT_parent_name_id.Eric Botcazou7-5/+87
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou10-106/+227
2010-04-13[multiple changes]Jerry DeLisle32-2618/+2549
2010-04-13Daily bump.GCC Administrator1-1/+1
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose13-8/+149
2010-04-12i386.md (any_rotate): New code iterator.Uros Bizjak4-419/+219
2010-04-12pa.c (emit_move_sequence): Remove use of deleted variable flag_argument_noalias.Steve Ellcey2-6/+7
2010-04-12re PR c++/43641 ([C++0x] internal compiler error: tree check: expected call_e...Jason Merrill4-2/+25
2010-04-12* call.c (type_decays_to): Call cv_unqualified for non-class type.Jason Merrill4-0/+25
2010-04-12re PR c++/25811 (No failure creating a POD containing a const member, using n...Fabien Chêne5-2/+300
2010-04-12config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth7-86/+34
2010-04-12config.build (alpha*-dec-osf4*): Remove.Rainer Orth7-295/+266
2010-04-12* doc/contrib.texi (Contributors, Rainer Orth): Update.Rainer Orth2-2/+8
2010-04-12i386.c (x86_this_parameter): Handle aggregate for __thiscall convention.Kai Tietz2-4/+12
2010-04-12pa.c (hppa_legitimize_address): Remove unused variable orig_base.Steve Ellcey3-20/+21
2010-04-12function.c (assign_parms_initialize_all): Add unused attribute to fntype.Steve Ellcey2-1/+6
2010-04-12gsstruct.def (GSS_CALL): New.Richard Biener1-2/+0
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther17-78/+197