- 15 Apr, 2011 31 commits
-
-
* config/rs6000/rs6000.c (call_ABI_of_interest): Call cgraph_get_node instead of cgraph_get_create_node. From-SVN: r172520
Pat Haugen committed -
From-SVN: r172519
Ian Lance Taylor committed -
* cfgexpand.c (expand_debug_expr): Use simplify_gen_{unary,binary,ternary} instead of gen_rtx_*. From-SVN: r172518
Jakub Jelinek committed -
* tree.h (ALLOCA_FOR_VAR_P): Rename to CALL_ALLOCA_FOR_VAR_P. * builtins.c (expand_builtin): Use CALL_ALLOCA_FOR_VAR_P. * function.c (gimplify_parameters): Ditto. * gimplify.c (gimplify_vla_decl): Ditto. * gimple.h (enum gf_mask): Add GF_CALL_ALLOCA_FOR_VAR. (gimple_call_set_alloca_for_var): New inline function. (gimple_call_alloca_for_var_p): Ditto. * gimple.c (gimple_build_call_from_tree): Remember CALL_ALLOCA_FOR_VAR_P state. * cfgexpand.c (expand_call_stmt): Restore CALL_ALLOCA_FOR_VAR_P state. * tree-inline.c (inline_forbidden_p_stmt): Don't reject alloca calls if they were for VLA objects. From-SVN: r172516
Michael Matz committed -
2011-04-15 Martin Jambor <mjambor@suse.cz> * ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling of ADR_EXPRs. From-SVN: r172515
Martin Jambor committed -
2011-04-15 Martin Jambor <mjambor@suse.cz> PR middle-end/48601 * tree-emutls.c (lower_emutls_function_body): Call cgraph_get_create_node instead of cgraph_get_node. Do not assert the result is non-NULL. From-SVN: r172512
Martin Jambor committed -
In gcc/c-family/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> * c-objc.h (objc_get_interface_ivars): Removed. (objc_detect_field_duplicates): New. * stub-objc.c: Likewise. In gcc/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> * c-decl.c (detect_field_duplicates): Call objc_detect_field_duplicates instead of objc_get_interface_ivars. In gcc/objc/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> * objc-act.c (objc_get_interface_ivars): Removed. (objc_detect_field_duplicates): New. (hash_instance_variable): New. (eq_instance_variable): New. In gcc/objcp/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> * objcp-decl.c (objcp_finish_struct): Use objc_detect_field_duplicates instead of having a local implementation. In gcc/testsuite/: 2011-04-15 Nicola Pero <nicola.pero@meta-innovation.com> * objc.dg/naming-4.m: Updated. * objc.dg/naming-5.m: Updated. * objc.dg/naming-6.m: New. * objc.dg/naming-7.m: New. * obj-c++.dg/naming-1.mm: Updated. * obj-c++.dg/naming-2.mm: Updated. * obj-c++.dg/naming-3.mm: New. * obj-c++.dg/naming-4.mm: New. From-SVN: r172511
Nicola Pero committed -
* testsuite/libjava.jni/jni.exp (gcj_jni_get_cxxflags_invocation): Add $libiconv to cxxflags for alpha*-dec-osf*. From-SVN: r172507
Rainer Orth committed -
From-SVN: r172506
Rainer Orth committed -
2011-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/48589 * gfortran.dg/fmt_g0_5.f08: New test. From-SVN: r172503
Jerry DeLisle committed -
2011-04-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/48589 * io/write_float.def (write_infnan): Set width properly for G0. From-SVN: r172502
Jerry DeLisle committed -
2011-04-15 Paolo Carlini <paolo.carlini@oracle.com> * include/std/istream: Fix comments in the light of DR60 + N3168. From-SVN: r172500
Paolo Carlini committed -
2011-04-15 Tobias Burnus <burnus@net-b.de> PR fortran/18918 * Makefile.am: Build and install caf/single.c as libcaf_single.a. * Makefile.in: Regenerate. From-SVN: r172499
Tobias Burnus committed -
* gimple.h (gimple_asm_clobbers_memory_p): Declare. * gimple.c (gimple_asm_clobbers_memory_p): Define. * ipa-pure-const.c (check_stmt): Call it. * tree-ssa-operands.c (get_asm_expr_operands): Likewise. From-SVN: r172496
Nathan Froyd committed -
2011-04-15 Richard Guenther <rguenther@suse.de> PR testsuite/48286 * gfortran.dg/cray_pointers_8.f90: Use -ffloat-store. From-SVN: r172495
Richard Guenther committed -
re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1072) 2011-04-15 Richard Guenther <rguenther@suse.de> PR tree-optimization/48290 * tree-ssa-copy.c (copy_prop_visit_phi_node): Propagate constants. Properly decide inhibiting propagation based on the valueized operand. Do loop-closed SSA form preserving here ... (init_copy_prop): ... not here. From-SVN: r172494
Richard Guenther committed -
2011-04-15 H.J. Lu <hongjiu.lu@intel.com> PR target/48612 * config/i386/sse.md (*ieee_smin<mode>3): Switch mnemonics. (*ieee_smax<mode>3): Likewise. From-SVN: r172492
H.J. Lu committed -
s390.md (popcountdi2, [...]): Replace match_operand with match_dup for the third operand in these expanders. 2011-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.md (popcountdi2, popcountsi2, popcounthi2): Replace match_operand with match_dup for the third operand in these expanders. From-SVN: r172490
Andreas Krebbel committed -
* gcc.target/avr/torture/pr41885.c (dg-options): Change -finline-limit=0 to -fno-inline From-SVN: r172487
Georg-Johann Lay committed -
* combine.c (subst, combine_simlify_rtx): Add new argument, use it to track processing of conditionals. Update all callers. (try_combine, simplify_if_then_else): Update. From-SVN: r172486
Maxim Kuvyrkov committed -
PR target/48614 * gcc.target/i386/pr46084.c: Require avx_runtime instead of just avx. From-SVN: r172484
Jakub Jelinek committed -
* MAINTAINERS: Update my email address. From-SVN: r172482
Dodji Seketeli committed -
* config/m68k/m68k.c (m68k_sched_variable_issue): Handle -fsched-pressure. From-SVN: r172481
Maxim Kuvyrkov committed -
* config/avr/avr.md ("rotl<mode>3",mode=HIDI): Use match_dup instead of match_operand for operand 3. From-SVN: r172480
Georg-Johann Lay committed -
gcc/ * recog.h (insn_operand_data): Add an "allows_mem" field. * genoutput.c (output_operand_data): Initialize it. * optabs.c (maybe_legitimize_operand_same_code): New function. (maybe_legitimize_operand): Use it when matching the original op->value. From-SVN: r172478
Richard Sandiford committed -
PR libobjc/32037 * Makefile.in (OBJC_GCFLAGS): Move ... * configure.ac (enable_objc_gc): ... here. Add $(libsuffix) to OBJC_BOEHM_GC. * configure: Regenerate. From-SVN: r172477
Rainer Orth committed -
* gimplify.c: Fix issues in comments throughout. (voidify_wrapper_expr): Fix long line. (build_stack_save_restore): Likewise. (gimplify_loop_expr): Likewise. (gimplify_compound_lval): Likewise. (gimplify_init_ctor_eval): Likewise. (gimplify_modify_expr_rhs): Likewise. (omp_notice_threadprivate_variable): Likewise. From-SVN: r172476
Eric Botcazou committed -
cfgexpand.c (expand_call_stmt): Convert the function type to the original one if this is not a builtin function. * cfgexpand.c (expand_call_stmt): Convert the function type to the original one if this is not a builtin function. From-SVN: r172471
Eric Botcazou committed -
From-SVN: r172469
Janne Blomqvist committed -
From-SVN: r172468
Ian Lance Taylor committed -
From-SVN: r172466
GCC Administrator committed
-
- 14 Apr, 2011 9 commits
-
-
cfgexpand.c (expand_call_stmt): Rematerialize the original function type if this is not a builtin function. * cfgexpand.c (expand_call_stmt): Rematerialize the original function type if this is not a builtin function. From-SVN: r172459
Eric Botcazou committed -
re PR target/48605 (gcc.target/i386/sse4_1-insertps-2.c FAILs with -mtune=geode - instruction insertps with memory operands behaves differently) PR target/48605 * config/i386/sse.md (sse4_1_insertps): If operands[2] is a MEM, offset it as needed based on top 2 bits in operands[3], change MEM mode to SFmode and mask those 2 bits away from operands[3]. * gcc.target/i386/sse4_1-insertps-3.c: New test. * gcc.target/i386/sse4_1-insertps-4.c: New test. * gcc.target/i386/avx-insertps-3.c: New test. * gcc.target/i386/avx-insertps-4.c: New test. From-SVN: r172458
Jakub Jelinek committed -
In gcc/c-family/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com> * stub-objc.c (objc_declare_protocols): Renamed to objc_declare_protocol. * c-objc.h: Likewise. In gcc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com> * c-parser.c (c_parser_objc_protocol_definition): Updated for change from objc_declare_protocols() to objc_declare_protocol(). In gcc/objc/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com> * objc-act.c (objc_declare_protocols): Renamed to objc_declare_protocol. Changed first argument to be an identifier instead of a tree chain of identifiers, so that callers don't have to create a temporary tree chain. In gcc/cp/: 2011-04-14 Nicola Pero <nicola.pero@meta-innovation.com> * parser.c (cp_parser_objc_protocol_declaration): Updated for change from objc_declare_protocols() to objc_declare_protocol(). From-SVN: r172444
Nicola Pero committed -
* gcc.target/avr/torture/pr41885.c (dg-options): Add -finline-limit=0 From-SVN: r172443
Georg-Johann Lay committed -
PR target/46779 PR target/45291 PR target/41894 * gcc.target/avr/pr46779-1.c: New test case * gcc.target/avr/pr46779-2.c: New test case From-SVN: r172442
Georg-Johann Lay committed -
PR objc++/48479 * typeck.c (cxx_mark_addressable) [CONST_DECL]: Mark addressable and return immediately. From-SVN: r172441
Nathan Froyd committed -
* cp-tree.def (SWITCH_STMT): Add an extra operand. * cp-objcp-common.c (cp_common_init_ts): Mark it as TS_TYPED. * cp-tree.h (SWITCH_STMT_SCOPE): Define. * semantics.c (begin_switch__stmt): Pass scope to build_stmt. (finish_switch_stmt): Use SWITCH_STMT_SCOPE instead of TREE_CHAIN. From-SVN: r172440
Nathan Froyd committed -
* config/i386/sse.md (sse4_1): New mode attribute. (<sse4_1>_blend<ssemodesuffix><avxmodesuffix>): Macroize from avx_blend<ssemodesuffix><avxmodesuffix> and sse4_1_blend<ssemodesuffix> using VF mode iterator. (<sse4_1>_blendv<ssemodesuffix><avxmodesuffix>): Macroize from avx_blendv<ssemodesuffix><avxmodesuffix> and sse4_1_blendv<ssemodesuffix> using VF mode iterator. (<sse4_1>_dp<ssemodesuffix><avxmodesuffix>): Macroize from avx_dp<ssemodesuffix><avxmodesuffix> and sse4_1_dp<ssemodesuffix> using VF mode iterator. (sse4_1_mpsadbw): Merge with *avx_mpsadbw. (sse4_1_packusdw): Merge with *avx_packusdw. (sse4_1_pblendvb): Merge with *avx_pblendvb. (sse4_1_pblendw): Merge with *avx_pblendw. (avx_vtest<ssemodesuffix><avxmodesuffix>): Use VF mode iterator. (<sse4_1>_round<ssemodesuffix><avxmodesuffix>): Macroize from avx_round<ssemodesuffix>256 and sse4_1_round<ssemodesuffix> using VF mode iterator. (sse4_1_round<ssescalarmodesuffix>): Merge with *avx_round<ssescalarmodesuffix>. (aesenc): Merge with *avx_aesenc. (aesenclast): Merge with *avx_aesenclast. (aesdec): Merge with *avx_aesdec. (aesdeclast): Merge with *avx_aesdeclast. (pclmulqdq): Merge with *pclmulqdq. * config/i386/predicates.md (reg_not_xmm0_operand_maybe_avx): New predicate. (nonimm_not_xmm0_operand_maybe_avx): Ditto. From-SVN: r172439
Uros Bizjak committed -
2011-04-14 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/48608 * cfgexpand.c (get_decl_align_unit): Renamed to ... (align_local_variable): This. Update DECL_ALIGN. (add_stack_var): Updated. (expand_one_stack_var): Likewise. From-SVN: r172438
H.J. Lu committed
-