- 18 Dec, 2012 2 commits
-
-
* doc/contrib.texi (Contributors): Update Kaveh Ghazi's entry; remove broken link to Rutgers University. From-SVN: r194572
Gerald Pfeifer committed -
From-SVN: r194571
GCC Administrator committed
-
- 17 Dec, 2012 10 commits
-
-
From-SVN: r194567
Jonathan Wakely committed -
From-SVN: r194566
Ian Lance Taylor committed -
From-SVN: r194560
Jan-Benedict Glaw committed -
* varasm.c (pending_assemble_externals_processed): Guard with ASM_OUTPUT_EXTERNAL. From-SVN: r194559
Jan-Benedict Glaw committed -
2012-12-17 Andrew Stubbs <ams@codesourcery.com> Ulrich Weigand <ulrich.weigand@linaro.org> gcc/ * config/arm/arm.md (zero_extend<mode>di2): Add extra alternatives for NEON registers. Add alternative for one-instruction extend-in-place. (extend<mode>di2): Likewise. Add constraints for Thumb-mode memory loads. Prevent extend splitters doing NEON alternatives. * config/arm/iterators.md (qhs_extenddi_cstr, qhs_zextenddi_cstr): Adjust constraints to add new alternatives. * config/arm/neon.md: Add splitters for zero- and sign-extend. gcc/testsuite/ * gcc.target/arm/neon-extend-1.c: New file. * gcc.target/arm/neon-extend-2.c: New file. Co-Authored-By: Ulrich Weigand <ulrich.weigand@linaro.org> From-SVN: r194558
Andrew Stubbs committed -
gcc/ 2012-12-17 Greta Yorsh <Greta.Yorsh@arm.com> * config/arm/arm.md (type): Add "simple_alu_shift" to attribute "type". (core_cycles): Update for simple_alu_shift. (thumb1_zero_extendhisi2,arm_zero_extendhisi2_v6): Use simple_alu_shift instead of a CPU-speicific condition for "type" attribute. (thumb1_zero_extendqisi2_v6,arm_zero_extendqisi2_v6): Likewise. (thumb1_extendhisi2,arm_extendhisi2_v6,arm_extendqisi_v6): Likewise. (thumb1_extendqisi2): Likewise. * config/arm/thumb2.md (thumb2_extendqisi_v6): Likewise. (thumb2_zero_extendhisi2_v6,thumb2_zero_extendqisi2_v6) Likewise. * config/arm/arm1020e.md (alu_shift_op): Use simple_alu_shift. * config/arm/arm1026ejs.md (alu_shift_op): Likewise. * config/arm/arm1136jfs.md (11_alu_shift_op): Likewise. * config/arm/arm926ejs.md (9_alu_op): Likewise. * config/arm/cortex-a15.md (cortex_a15_alu_shift): Likewise. * config/arm/cortex-a5.md (cortex_a5_alu_shift): Likewise. * config/arm/cortex-a8.md (cortex_a8_alu_shift,cortex_a8_mov): Likewise. * config/arm/cortex-a9.md (cortex_a9_dp,cortex_a9_dp_shift): Likewise. * config/arm/cortex-m4.md (cortex_m4_alu): Likewise. * config/arm/cortex-r4.md (cortex_r4_alu_shift): Likewise. * config/arm/fa526.md (526_alu_shift_op): Likewise. * config/arm/fa606te.md (fa606te_core): Likewise. * config/arm/fa626te.md (626te_alu_shift_op): Likewise. * config/arm/fa726te.md (726te_alu_shift_op): Likewise. * config/arm/fmp626.md (mp626_alu_shift_op): Likewise. From-SVN: r194557
Greta Yorsh committed -
2012-12-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * lib/target-supports.exp (add_options_for_arm_v8_neon): Add -march=armv8-a. From-SVN: r194556
Kyrylo Tkachov committed -
2012-12-17 Richard Biener <rguenther@suse.de> PR middle-end/54781 * alias.c (ao_ref_from_mem): More appropriately constrain the base object we feed to the tree oracle. Remove dead code. From-SVN: r194554
Richard Biener committed -
gcc/ * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes): New. (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define. gcc/testsuite/ * lib/target-supports.exp (check_effective_target_vect_multiple_sizes): Enable for AArch64. Co-Authored-By: Tejas Belagod <tejas.belagod@arm.com> From-SVN: r194552
James Greenhalgh committed -
From-SVN: r194546
GCC Administrator committed
-
- 16 Dec, 2012 9 commits
-
-
* src/c++11/thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exceptions. * testsuite/30_threads/thread/native_handle/cancel.cc: New. From-SVN: r194539
Jonathan Wakely committed -
PR middle-end/55709 Forward port from 4.7 branch: 2012-04-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> PR middle-end/52894 * varasm.c (process_pending_assemble_externals): Set pending_assemble_externals_processed true. (assemble_external): Call assemble_external_real if the pending assemble externals have been processed. From-SVN: r194538
John David Anglin committed -
2012-12-16 Tobias Burnus <burnus@net-b.de> PR fortran/55197 * module.c (gfc_use_module): Free rename list only for internally generated intrinsic modules. 2012-12-16 Tobias Burnus <burnus@net-b.de> PR fortran/55197 * gfortran.dg/gomp/use_intrinsic_1.f90: New. From-SVN: r194537
Tobias Burnus committed -
trans-intrinsic.c (conv_intrinsic_move_alloc): Set dynamic type of the FROM variable to the declared type. 2012-12-16 Tobias Burnus <burnus@net-b.de> * trans-intrinsic.c (conv_intrinsic_move_alloc): Set dynamic type of the FROM variable to the declared type. 2012-12-16 Tobias Burnus <burnus@net-b.de> * gfortran.dg/move_alloc_14.f90: New. From-SVN: r194536
Tobias Burnus committed -
From-SVN: r194533
Eric Botcazou committed -
PR target/55673 * config/sparc/sparc.c (sparc_emit_membar_for_model): Fix reversed handling of before and after cases. * config/sparc/sync.md (atomic_store): Fix pasto. Co-Authored-By: Tomash Brechko <tomash.brechko@gmail.com> From-SVN: r194531
Eric Botcazou committed -
PR rtl-optimization/55630 * expr.c (expand_assignment): Do not call copy_blkmode_to_reg to move BLKmode return values to the return register. From-SVN: r194530
Eric Botcazou committed -
* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF. * configure: Regenerate. From-SVN: r194529
Thomas Schwinge committed -
From-SVN: r194528
GCC Administrator committed
-
- 15 Dec, 2012 9 commits
-
-
2012-12-16 Tobias Burnus <burnus@net-b.de> PR fortran/55638 * resolve.c (resolve_formal_arglist): Allow VALUE without INTENT for ELEMENTAL procedures. 2012-12-16 Tobias Burnus <burnus@net-b.de> PR fortran/55638 * gfortran.dg/elemental_args_check_3.f90: Update dg-error. * gfortran.dg/elemental_args_check_7.f90: New. From-SVN: r194525
Tobias Burnus committed -
From-SVN: r194524
Eric Botcazou committed -
PR ada/52735 * gnat.dg/nested_generic1.adb: New test. * gnat.dg/nested_generic1_pkg.ad[sb]: New helper. From-SVN: r194523
Eric Botcazou committed -
PR ada/53766 * gnat.dg/controlled7.ad[sb]: New test. From-SVN: r194521
Eric Botcazou committed -
PR ada/53996 * gcc-interface/utils.c (gnat_type_for_size): Use %u in lieu of %d. Co-Authored-By: Martin Ettl <ettl.martin@gmx.de> From-SVN: r194520
Eric Botcazou committed -
PR libmudflap/53952 * expr.c (mem_ref_refers_to_non_mem_p): Factor out implementation into... (addr_expr_of_non_mem_decl_p_1): ... this new function. (addr_expr_of_non_mem_decl_p): New. * tree.h (addr_expr_of_non_mem_decl_p): Declare. * tree-mudflap.c (mf_xform_derefs_1): Don't change MEM_REFs and TARGET_MEM_REFs that have an ADDR_EXPR of a non-mem DECL as base operand. From-SVN: r194519
Alexandre Oliva committed -
From-SVN: r194518
Alexandre Oliva committed -
PR c++/55685 * pt.c (tsubst_copy_and_build): Don't use SIZEOF_EXPR_TYPE_P in templates. From-SVN: r194517
Jason Merrill committed -
From-SVN: r194515
GCC Administrator committed
-
- 14 Dec, 2012 9 commits
-
-
2012-12-14 Steve Ellcey <sellcey@mips.com> PR regression/55688 * g++.dg/other/pr55650.C: Add dg-require-profiling. From-SVN: r194512
Steve Ellcey committed -
2012-12-14 Steve Ellcey <sellcey@mips.com> * testsuite/21_strings/basic_string/append/wchar_t/3.cc: Shrink memory usage under simulator. * testsuite/21_strings/basic_string/cons/wchar_t/6.cc: Ditto. * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/10.cc: Ditto. * testsuite/21_strings/basic_string/inserters_extractors/wchar_t/11.cc: Ditto. From-SVN: r194510
Steve Ellcey committed -
PR c++/42315 * decl.c (maybe_deduce_size_from_array_init): Don't change the variable type. From-SVN: r194509
Jason Merrill committed -
From-SVN: r194504
Yvan Roux committed -
2012-12-14 Teresa Johnson <tejohnson@google.com> PR gcov-profile/55674 * lto-cgraph.c (merge_profile_summaries): Set min correctly the first time we merge into a histogram entry. From-SVN: r194502
Teresa Johnson committed -
From-SVN: r194501
Ian Lance Taylor committed -
2012-12-14 Richard Biener <rguenther@suse.de> PR tree-optimization/55684 * tree-ssa-loop-ivcanon.c (remove_redundant_iv_tests): Handle gracefully the case where we cannot compute the number of iterations at an exit. * gcc.dg/torture/pr55684.c: New testcase. From-SVN: r194499
Richard Biener committed -
2012-12-14 Richard Biener <rguenther@suse.de> PR tree-optimization/55687 * tree-chrec.h (no_evolution_in_loop_p): Properly use tree_contains_chrecs. * gcc.dg/torture/pr55687.c: New testcase. From-SVN: r194498
Richard Biener committed -
From-SVN: r194495
GCC Administrator committed
-
- 13 Dec, 2012 1 commit
-
-
Also fix handling of interfaces seen only in a function or method declaration. From-SVN: r194492
Ian Lance Taylor committed
-