aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-09-14* configure: Regenerated.David Edelsohn2-2/+8
2012-09-14re PR c/54552 (Cast to pointer to VLA crash the compiler)Joseph Myers4-1/+24
2012-09-14Fix grammar and spelling.Walter Lee2-4/+11
2012-09-14re PR c++/54427 (Expose more vector extensions)Marc Glisse21-24/+206
2012-09-14re PR target/54516 (ICE in reload_cse_simplify_operands, at postreload.c:403 ...Richard Earnshaw2-2/+15
2012-09-14Temporarily revert previousRichard Earnshaw2-13/+2
2012-09-14reload.c (find_dummy_reload): Don't use OUT as a reload reg for IN if it over...Richard Earnshaw2-2/+13
2012-09-14re PR c/54103 (ICE at gimplify.c:7790 on current trunk)Joseph Myers10-10/+90
2012-09-14decl.c (make_typename_type): Only error out if tf_error is set in complain.Paolo Carlini2-2/+9
2012-09-14re PR rtl-optimization/44194 (struct returned by value generates useless stores)Eric Botcazou9-80/+165
2012-09-14re PR target/54546 (SH: Enable -fshrink-wrap)Christian Bruel5-33/+57
2012-09-14predicates.md (t_reg_operand): Check REG_P for SUBREG.Christian Bruel3-7/+9
2012-09-14re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3)Jakub Jelinek2-34/+30
2012-09-14re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3)Jakub Jelinek2-0/+18
2012-09-14re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther6-16/+31
2012-09-14tree-vrp.c (register_new_assert_for): Simplify for backward walk.Richard Guenther2-33/+30
2012-09-14tree-ssa-forwprop.c (simplify_bitfield_ref): Call get_prop_source_stmt.Marc Glisse2-16/+18
2012-09-14* gcc.target/arm/combine-movs.c: Add missing space.Ulrich Weigand2-1/+5
2012-09-14builtin-types.def (BT_FN_CONST_STRING): Add.Richard Guenther7-15/+104
2012-09-14Daily bump.GCC Administrator1-1/+1
2012-09-13Bi-endian support for moxieAnthony Green5-5/+79
2012-09-13re PR c++/53210 (warning for data member initialized with itself should be in...Paolo Carlini8-2/+38
2012-09-13predicates.md (input_operand): Do not consider TImode constants as 1-instruct...Eric Botcazou5-11/+197
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini16-63/+87
2012-09-13re PR c/54559 (, ICE in gimplify_expr, at gimplify.c:7592)Jakub Jelinek4-0/+26
2012-09-13configure.ac (CXXFLAGS): Remove -O2 when not bootstrapping.Jakub Jelinek3-4/+13
2012-09-13re PR c++/53839 ([C++11] internal compiler error: in adjust_temp_type, at cp/...Jason Merrill4-1/+21
2012-09-13re PR c++/54511 (internal compiler error: in make_decl_rtl, at varasm.c:1147)Jason Merrill4-0/+22
2012-09-13re PR c++/53836 (ICE: unexpected expression of kind template_parm_index)Jason Merrill4-2/+33
2012-09-13re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads t...Tobias Burnus4-6/+129
2012-09-13i386.md (prefetch): Do not assert mode of operand 0.Uros Bizjak2-9/+17
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher16-344/+476
2012-09-13tree-ssa-sccvn.h (enum vn_kind): New.Richard Guenther6-86/+101
2012-09-13* config/i386/i386.c (processor_alias_table): Fix whitespace.Uros Bizjak1-8/+9
2012-09-13Enable PTA_PRFCHW for AMD bdver1, bdver2, btver1 and btver2 coresVenkataramanan Kumar2-5/+10
2012-09-13arm.md (arm_rev): Factorize thumb1, thumb2 and arm variants for rev instructi...Christophe Lyon4-14/+137
2012-09-13For KyryllKyrylo Tkachov2-0/+5
2012-09-13combine-movs.c: Check movs for ARM mode and lsrs for Thumb2 mode.Terry Guo2-1/+7
2012-09-13This fixes PR gcov-profile/54487 where the gcda files were not locked by the ...Teresa Johnson4-2/+71
2012-09-13Daily bump.GCC Administrator1-1/+1
2012-09-12re PR fortran/48636 (Enable more inlining with -O2 and higher)Jan Hubicka6-97/+265
2012-09-12i386.c (x86_prefetch_sse): Change to unsigned char.Uros Bizjak3-7/+10
2012-09-12Allow negative offset for UNSPEC_DTPOFF/UNSPEC_NTPOFFH.J. Lu5-2/+48
2012-09-12common.opt (flto-partition): Add "max".Jan Hubicka8-230/+316
2012-09-12re PR lto/54312 (uniquify_nodes takes 12% of Mozilla LTO build)Jan Hubicka2-3/+9
2012-09-12i386.md: Comments on fma4 instruction selection reflect requirement on regist...Uros Bizjak4-24/+34
2012-09-12re PR tree-optimization/54489 (tree FRE uses an excessive amount of memory)Richard Guenther3-480/+565
2012-09-12vec.h: Remove compatibility notes for previous distinction between vectors of...Diego Novillo2-18/+5
2012-09-12fix dateChristian Bruel1-1/+1
2012-09-12newlib.h (NO_IMPLICIT_EXTERN_C): Define.Christian Bruel2-0/+8