aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther34-713/+198
2009-05-22re PR target/39856 (ICE in subst_stack_regs_pat, at reg-stack.c:1386)Vladimir Makarov2-11/+19
2009-05-22tree.c (handle_dll_attribute): Mark dllexport'd inlines as non-external.Mark Mitchell12-3/+253
2009-05-22re PR fortran/40195 (Cannot unlink existing module file)François-Xavier Coudert2-19/+28
2009-05-22Makefile.in (bversion.h, s-bversion): New targets.Ben Elliston3-2/+20
2009-05-22* c-format.c (handle_format_attribute): Fix comment typo.Ben Elliston2-1/+5
2009-05-22Daily bump.GCC Administrator1-1/+1
2009-05-21re PR target/37846 (Option -mno-fused-madd should be supported on IA-64)Steve Ellcey5-0/+200
2009-05-21re PR target/37846 (Option -mno-fused-madd should be supported on IA-64)Steve Ellcey6-22/+51
2009-05-21tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL.Richard Guenther5-11/+82
2009-05-21mips.md (*extzv_trunc<mode>_exts): Turn into a regular pattern from a templat...Adam Nemet2-4/+10
2009-05-21cgraph.h (struct cgraph_node): Remove inline_decl member.Richard Guenther3-12/+9
2009-05-21cpuid.h (bit_MOVBE): New.H.J. Lu11-10/+155
2009-05-21plugin.c (try_init_one_plugin): Updated to new plugin_init API.Taras Glek9-39/+76
2009-05-21neon.md (*mul<mode>3add<mode>_neon): New pattern.Mark Mitchell5-0/+74
2009-05-21i386.c: Use REG_P...Shujing Zhao4-13/+18
2009-05-21i386.md (adddi_4_rex64, [...]): For operand2 -128 override length_immediate a...Jakub Jelinek3-0/+24
2009-05-21i386.c (memory_address_length): Handle %r12 the same as %rsp and %r13 the sam...Jakub Jelinek4-161/+519
2009-05-21thumb2.md (orsi_notsi_si): Fix typo in pattern.Ramana Radhakrishnan2-1/+5
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor25-724/+1408
2009-05-20tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE...Sandra Loosemore13-1/+151
2009-05-21Daily bump.GCC Administrator1-1/+1
2009-05-20* config/mips/mips.md (*extenddi_truncate<mode>,Adam Nemet7-10/+90
2009-05-20re PR middle-end/40204 (segfault with bitfields in structs)Jakub Jelinek4-3/+31
2009-05-20Fix formattingEric Botcazou1-4/+8
2009-05-20fold-const.c (build_fold_addr_expr_with_type): Take the address of the operan...Eric Botcazou2-0/+12
2009-05-20driver-i386.c (host_detect_local_cpu): Check extended family and model for In...H.J. Lu2-3/+22
2009-05-20gstab.h (stab_code_type): Define, to be used instead of the __stab_debug_code...Olivier Hainque4-11/+19
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor7-31/+101
2009-05-20decl.c (gnat_to_gnu_entity): When discriminants affect the shape of the subty...Eric Botcazou2-11/+26
2009-05-20expr.c (expand_expr_real_1): Avoid calling do_store_flag with mismatched comp...Richard Guenther4-1/+21
2009-05-20Fix Thumb2 bic ornRamana Radhakrishnan4-5/+105
2009-05-20re PR tree-optimization/40087 (Number of iterations analysis wrong)Zdenek Dvorak4-53/+102
2009-05-20Daily bump.GCC Administrator1-1/+1
2009-05-19c-typeck.c (build_binary_op): Allow % on integal vectors.Andrew Pinski9-4/+49
2009-05-19re PR c/40172 (Revision 147596 breaks bootstrap)H.J. Lu4-0/+42
2009-05-19i386.c (ix86_avoid_jump_mispredicts): Check ASM_OUTPUT_MAX_SKIP_PAD instead o...H.J. Lu2-1/+6
2009-05-19re PR c/40172 (Revision 147596 breaks bootstrap)Manuel López-Ibáñez6-7/+16
2009-05-19tree-scalar-evolution.c (follow_ssa_edge_expr): Turn into CASE_CONVERT.Eric Botcazou5-47/+95
2009-05-19ia64-protos.h (ia64_dconst_0_5): New.Steve Ellcey5-421/+336
2009-05-19* defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)Francois-Xavier Coudert3-174/+190
2009-05-19Replace spaces with tab.H.J. Lu1-29/+29
2009-05-19c-common.c (warn_logical_operator): Remove unnecessary conditionals.Manuel López-Ibáñez2-4/+6
2009-05-19builtins.c (do_mpc_arg1): Separate MPFR/MPC C rounding types.Kaveh R. Ghazi2-1/+6
2009-05-19unwind-dw2-fde.c (fde_unencoded_compare): Replace type punning assignments wi...Ben Elliston2-7/+21
2009-05-19tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not falsely claim to ...Richard Guenther4-14/+42
2009-05-19Daily bump.GCC Administrator1-1/+1
2009-05-19invoke.texi (C Dialect Options): Update OpenMP specification version to v3.0.Ben Elliston2-1/+6
2009-05-18sh-protos.h (sh_legitimate_address_p): Remove.Kaz Kojima5-17/+14
2009-05-18Implement explicit conversions ops as specified in N2437.Jason Merrill12-42/+238