Age | Commit message (Expand) | Author | Files | Lines |
2012-09-14 | * configure: Regenerated. | David Edelsohn | 2 | -2/+8 |
2012-09-14 | re PR c/54552 (Cast to pointer to VLA crash the compiler) | Joseph Myers | 4 | -1/+24 |
2012-09-14 | Fix grammar and spelling. | Walter Lee | 2 | -4/+11 |
2012-09-14 | re PR c++/54427 (Expose more vector extensions) | Marc Glisse | 21 | -24/+206 |
2012-09-14 | re PR target/54516 (ICE in reload_cse_simplify_operands, at postreload.c:403 ... | Richard Earnshaw | 2 | -2/+15 |
2012-09-14 | Temporarily revert previous | Richard Earnshaw | 2 | -13/+2 |
2012-09-14 | reload.c (find_dummy_reload): Don't use OUT as a reload reg for IN if it over... | Richard Earnshaw | 2 | -2/+13 |
2012-09-14 | re PR c/54103 (ICE at gimplify.c:7790 on current trunk) | Joseph Myers | 10 | -10/+90 |
2012-09-14 | decl.c (make_typename_type): Only error out if tf_error is set in complain. | Paolo Carlini | 2 | -2/+9 |
2012-09-14 | re PR rtl-optimization/44194 (struct returned by value generates useless stores) | Eric Botcazou | 9 | -80/+165 |
2012-09-14 | re PR target/54546 (SH: Enable -fshrink-wrap) | Christian Bruel | 5 | -33/+57 |
2012-09-14 | predicates.md (t_reg_operand): Check REG_P for SUBREG. | Christian Bruel | 3 | -7/+9 |
2012-09-14 | re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3) | Jakub Jelinek | 2 | -34/+30 |
2012-09-14 | re PR target/54564 (Broken __builtin_ia32_vfmadds[sd]3) | Jakub Jelinek | 2 | -0/+18 |
2012-09-14 | re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for... | Richard Guenther | 6 | -16/+31 |
2012-09-14 | tree-vrp.c (register_new_assert_for): Simplify for backward walk. | Richard Guenther | 2 | -33/+30 |
2012-09-14 | tree-ssa-forwprop.c (simplify_bitfield_ref): Call get_prop_source_stmt. | Marc Glisse | 2 | -16/+18 |
2012-09-14 | * gcc.target/arm/combine-movs.c: Add missing space. | Ulrich Weigand | 2 | -1/+5 |
2012-09-14 | builtin-types.def (BT_FN_CONST_STRING): Add. | Richard Guenther | 7 | -15/+104 |
2012-09-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-09-13 | Bi-endian support for moxie | Anthony Green | 5 | -5/+79 |
2012-09-13 | re PR c++/53210 (warning for data member initialized with itself should be in... | Paolo Carlini | 8 | -2/+38 |
2012-09-13 | predicates.md (input_operand): Do not consider TImode constants as 1-instruct... | Eric Botcazou | 5 | -11/+197 |
2012-09-13 | typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ... | Paolo Carlini | 16 | -63/+87 |
2012-09-13 | re PR c/54559 (, ICE in gimplify_expr, at gimplify.c:7592) | Jakub Jelinek | 4 | -0/+26 |
2012-09-13 | configure.ac (CXXFLAGS): Remove -O2 when not bootstrapping. | Jakub Jelinek | 3 | -4/+13 |
2012-09-13 | re PR c++/53839 ([C++11] internal compiler error: in adjust_temp_type, at cp/... | Jason Merrill | 4 | -1/+21 |
2012-09-13 | re PR c++/54511 (internal compiler error: in make_decl_rtl, at varasm.c:1147) | Jason Merrill | 4 | -0/+22 |
2012-09-13 | re PR c++/53836 (ICE: unexpected expression of kind template_parm_index) | Jason Merrill | 4 | -2/+33 |
2012-09-13 | re PR fortran/54556 (Marking implicitly pure variables as DECL_PURE_P leads t... | Tobias Burnus | 4 | -6/+129 |
2012-09-13 | i386.md (prefetch): Do not assert mode of operand 0. | Uros Bizjak | 2 | -9/+17 |
2012-09-13 | ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead... | Steven Bosscher | 16 | -344/+476 |
2012-09-13 | tree-ssa-sccvn.h (enum vn_kind): New. | Richard Guenther | 6 | -86/+101 |
2012-09-13 | * config/i386/i386.c (processor_alias_table): Fix whitespace. | Uros Bizjak | 1 | -8/+9 |
2012-09-13 | Enable PTA_PRFCHW for AMD bdver1, bdver2, btver1 and btver2 cores | Venkataramanan Kumar | 2 | -5/+10 |
2012-09-13 | arm.md (arm_rev): Factorize thumb1, thumb2 and arm variants for rev instructi... | Christophe Lyon | 4 | -14/+137 |
2012-09-13 | For Kyryll | Kyrylo Tkachov | 2 | -0/+5 |
2012-09-13 | combine-movs.c: Check movs for ARM mode and lsrs for Thumb2 mode. | Terry Guo | 2 | -1/+7 |
2012-09-13 | This fixes PR gcov-profile/54487 where the gcda files were not locked by the ... | Teresa Johnson | 4 | -2/+71 |
2012-09-13 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2012-09-12 | re PR fortran/48636 (Enable more inlining with -O2 and higher) | Jan Hubicka | 6 | -97/+265 |
2012-09-12 | i386.c (x86_prefetch_sse): Change to unsigned char. | Uros Bizjak | 3 | -7/+10 |
2012-09-12 | Allow negative offset for UNSPEC_DTPOFF/UNSPEC_NTPOFF | H.J. Lu | 5 | -2/+48 |
2012-09-12 | common.opt (flto-partition): Add "max". | Jan Hubicka | 8 | -230/+316 |
2012-09-12 | re PR lto/54312 (uniquify_nodes takes 12% of Mozilla LTO build) | Jan Hubicka | 2 | -3/+9 |
2012-09-12 | i386.md: Comments on fma4 instruction selection reflect requirement on regist... | Uros Bizjak | 4 | -24/+34 |
2012-09-12 | re PR tree-optimization/54489 (tree FRE uses an excessive amount of memory) | Richard Guenther | 3 | -480/+565 |
2012-09-12 | vec.h: Remove compatibility notes for previous distinction between vectors of... | Diego Novillo | 2 | -18/+5 |
2012-09-12 | fix date | Christian Bruel | 1 | -1/+1 |
2012-09-12 | newlib.h (NO_IMPLICIT_EXTERN_C): Define. | Christian Bruel | 2 | -0/+8 |