- 23 Jul, 2014 8 commits
-
-
gcc/ * gcov-tool.c (gcov_list): Declare here. (set_gcov_list): Remove. (gcov_output_files): Set gcov_list directly. libgcc/ * libgcov-driver.c (set_gcov_list): Remove. (gcov_list): Make non-static in GCOV_TOOL. * libgcov.h (GCOV_TOOL_LINKAGE): Remove unused #define. From-SVN: r212931
Nathan Sidwell committed -
* python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.Type.name attribute. From-SVN: r212929
Jonathan Wakely committed -
2014-07-23 Host Schirmeier <horst@schirmeier.com> * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns. From-SVN: r212928
Host Schirmeier committed -
[gcc/] * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other callee-saved registers are available for padding purpose and r3 is not mandatory, then prefer use those callee-saved instead of r3. [gcc/testsuite] * gcc.dg/ira-shrinkwrap-prep-1.c (target): Add arm_nothumb. * gcc.dg/ira-shrinkwrap-prep-2.c (target): Likewise. * gcc.dg/pr10474.c (target): Likewise. From-SVN: r212927
Jiong Wang committed -
2014-07-23 Richard Biener <rguenther@suse.de> * params.def (PARAM_MAX_COMBINE_INSNS): New. * combine.c: Include statistics.h and params.h. (combine_instructions): Guard three and four insn combines with max-combine-insns value. Record statistics for combines performed. * doc/invoke.texi (max-combine-insns): Document new param. From-SVN: r212923
Richard Biener committed -
* graphite-isl-ast-to-gimple.c: (translate_isl_ast_node_block): New function. (translate_isl_ast): Add calling of translate_isl_ast_node_block. gcc/testsuite/gcc.dg/graphite/ * isl-ast-gen-blocks-1.c: New testcase. * isl-ast-gen-blocks-2.c: New testcase. From-SVN: r212922
Roman Gareev committed -
* graphite-isl-ast-to-gimple.c: (get_max_schedule_dimensions): New function. (extend_schedule): Likewise. (generate_isl_schedule): Add calling of extend_schedule and get_max_schedule_dimensions. From-SVN: r212921
Roman Gareev committed -
From-SVN: r212919
GCC Administrator committed
-
- 22 Jul, 2014 10 commits
-
-
re PR ipa/61160 (wrong code with -O3 (or ICE: verify_cgraph_node failed: edge points to wrong declaration)) 2014-07-22 Martin Jambor <mjambor@suse.cz> PR ipa/61160 * g++.dg/ipa/pr61160-3.C (main): Return zero. From-SVN: r212915
Martin Jambor committed -
* gcc.target/arm/simd/vexts64_1.c: Remove #include, inline test body. * gcc.target/arm/simd/vextu64_1.c: Likewise. * gcc.target/aarch64/simd/ext_s64_1.c: Likewise. * gcc.target/aarch64/simd/ext_u64_1.c: Likewise. * gcc.target/aarch64/simd/ext_s64.x: Remove. * gcc.target/aarch64/simd/ext_u64.x: Remove. From-SVN: r212914
Alan Lawrence committed -
* config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ. (case UNSPEC): Handle UNSPEC_RBIT. From-SVN: r212913
Kyrylo Tkachov committed -
* config/aarch64/aarch64.md: Delete UNSPEC_CLS. (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS. From-SVN: r212912
Kyrylo Tkachov committed -
gcc/testsuite PR tree-optimization/61822 * gcc.dg/vect/cond-reduc-1.c: Add missed dg directive. From-SVN: r212911
Yuri Rumyantsev committed -
[gcc/] * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic. [testsuite/] * gcc.target/aarch64/simd/vbsl_f64_1.c: New test. From-SVN: r212910
Kyrylo Tkachov committed -
* gcc.target/i386/fuse-caller-save-xmm.c (dg-options): Use -msse2 -mno-avx instead of -msse. From-SVN: r212909
Uros Bizjak committed -
* g++.dg/ipa/imm-devirt-2.C (dg-final): Improve einline dump string. * gcc.dg/pr44024.c (dg-options): Add -O1. (dg-final): Check for the condition. * gcc.dg/vect/pr61680.c (dg-final): Cleanup vect tree dump. From-SVN: r212905
Uros Bizjak committed -
gcc/ * graphite-isl-ast-to-gimple.c: Add inclusion of gimple-ssa.h, tree-into-ssa.h. (ivs_params_clear): (build_iv_mapping): New function. (translate_isl_ast_node_user): Likewise. (translate_isl_ast): Add calling of translate_isl_ast_node_user. gcc/testsuite/gcc.dg/graphite/ * isl-ast-gen-single-loop-1.c: New testcase. * isl-ast-gen-single-loop-2.c: New testcase. * isl-ast-gen-single-loop-3.c: New testcase. From-SVN: r212904
Roman Gareev committed -
From-SVN: r212903
GCC Administrator committed
-
- 21 Jul, 2014 10 commits
-
-
PR target/55701 * config/arm/arm.md (setmem): New pattern. * config/arm/arm-protos.h (struct tune_params): New fields. (arm_gen_setmem): New prototype. * config/arm/arm.c (arm_slowmul_tune): Initialize new fields. (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto. (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto. (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto. (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto. (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto. (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto. (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto. (arm_const_inline_cost): New function. (arm_block_set_max_insns): New function. (arm_block_set_non_vect_profit_p): New function. (arm_block_set_vect_profit_p): New function. (arm_block_set_unaligned_vect): New function. (arm_block_set_aligned_vect): New function. (arm_block_set_unaligned_non_vect): New function. (arm_block_set_aligned_non_vect): New function. (arm_block_set_vect, arm_gen_setmem): New functions. * gcc.target/arm/memset-inline-1.c: New test. * gcc.target/arm/memset-inline-2.c: New test. * gcc.target/arm/memset-inline-3.c: New test. * gcc.target/arm/memset-inline-4.c: New test. * gcc.target/arm/memset-inline-5.c: New test. * gcc.target/arm/memset-inline-6.c: New test. * gcc.target/arm/memset-inline-7.c: New test. * gcc.target/arm/memset-inline-8.c: New test. * gcc.target/arm/memset-inline-9.c: New test. From-SVN: r212893
Bin Cheng committed -
* config/arm/arm.c (output_move_neon): Handle REG explicitly. From-SVN: r212892
Bin Cheng committed -
2014-07-21 Tom de Vries <tom@codesourcery.com> PR target/61827 * gcc.target/i386/fuse-caller-save-rec.c: Allow underscore prefix to bar symbol in scan-assembler-times call check. From-SVN: r212891
Tom de Vries committed -
2014-07-21 Tom de Vries <tom@codesourcery.com> PR target/61827 * gcc.target/i386/fuse-caller-save-xmm.c: Allow LC0 without dot prefix for darwin in scan-assembler-times check. * gcc.target/i386/fuse-caller-save.c: Remove cfi-related scan-assembler-not checks. Add checks for insns. (main): Remove. * gcc.target/i386/fuse-caller-save-rec.c: Remove cfi-related scan-assembler-not checks. Copy checks from i386/fuse-caller-save.c. (main): Remove. From-SVN: r212890
Tom de Vries committed -
2014-07-21 Tom de Vries <tom@codesourcery.com> PR target/61827 * gcc.target/i386/fuse-caller-save-xmm.c: Add -fomit-frame-pointer to dg-options. Add checks for insns with xmm registers. Remove cfi_def_cfa_offset checks. Generalize checks containing %rsp. (main): Remove. From-SVN: r212888
Tom de Vries committed -
* ChangeLog: Correct PR number. * testsuite/ChangeLog: Ditto. From-SVN: r212887
Uros Bizjak committed -
PR target/61885 * config/i386/avx512fintrin.h: Move constants for mantissa extraction out of #ifdef __OPTIMIZE__. testsuite/ChangeLog: PR target/61885 * gcc.target/i386/pr61885.c: New test. From-SVN: r212886
Uros Bizjak committed -
contrib/ 2014-07-21 Trevor Saunders <tsaunders@mozilla.com> Yury Gribov <y.gribov@samsung.com> * mklog: Run mklog as a filter. Co-Authored-By: Yury Gribov <y.gribov@samsung.com> From-SVN: r212884
Trevor Saunders committed -
2014-07-21 Trevor Saunders <tsaunders@mozilla.com> mklog: Read name and email from git config when available. From-SVN: r212883
Trevor Saunders committed -
From-SVN: r212882
GCC Administrator committed
-
- 20 Jul, 2014 12 commits
-
-
* cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with different trapping status if -fnon-call-exceptions is enabled. From-SVN: r212879
Eric Botcazou committed -
* expr.c (store_field): Handle VOIDmode for calls that return values in multiple locations. From-SVN: r212877
Eric Botcazou committed -
From-SVN: r212876
Ian Lance Taylor committed -
2014-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/61632 * io/format.c (format_error): Avoid invalid string pointer by using the fortran string length values to generate error string. (parse_format): Allocate the null terminator for the format string. From-SVN: r212875
Jerry DeLisle committed -
2014-07-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * config/rs6000/altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI. (altivec_vsldoi_<mode>): Likewise. From-SVN: r212874
Bill Schmidt committed -
This variable is unused apparently as a result of local changes. gccgo accepts this variable declaration, but other frontends may not. From-SVN: r212873
Ian Lance Taylor committed -
* go.test/go-test.exp (go-gc-tests): Support multiple files in one package for compiledir tests. From-SVN: r212872
Ian Lance Taylor committed -
The test case for this will be bug488.go in the main repository: https://codereview.appspot.com/118000043 . From-SVN: r212871
Ian Lance Taylor committed -
This adds an import of the runtime package to fix compilation of the TestStopCPUProfilingWithProfilerOff function. The gccgo compiler should never have accepted this. The patch for the comiler is http://codereview.appspot.com/116960043 . The test is https://codereview.appspot.com/118000043 . From-SVN: r212870
Ian Lance Taylor committed -
* configure.ac: Accept only CLooG 0.18.1. * configure: Regenerate. From-SVN: r212869
Roman Gareev committed -
graphite-isl-ast-to-gimple.c: Fixes a formatting issue related to the number of characters in the line. gcc/ * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related to the number of characters in the line. From-SVN: r212868
Roman Gareev committed -
PR c/61852 * c-decl.c (implicit_decl_warning): Add location_t parameter. Use it. (implicitly_declare): Pass location to implicit_decl_warning. * gcc.dg/pr61852.c: New test. From-SVN: r212865
Marek Polacek committed
-