Commit 81fc3217 by Uros Bizjak

ChangeLog: Fix shitespace.

	* ChangeLog: Fix shitespace.
	* testsuite/ChangeLog: Ditto.

From-SVN: r227756
parent b4e240a1
...@@ -13,22 +13,22 @@ ...@@ -13,22 +13,22 @@
2015-09-14 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2015-09-14 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/63304 PR target/63304
* config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Handle
nopcrelative_literal_loads. nopcrelative_literal_loads.
(aarch64_classify_address): Likewise. (aarch64_classify_address): Likewise.
(aarch64_constant_pool_reload_icode): Define. (aarch64_constant_pool_reload_icode): Define.
(aarch64_secondary_reload): Handle secondary reloads for (aarch64_secondary_reload): Handle secondary reloads for
literal pools. literal pools.
(aarch64_override_options): Handle nopcrelative_literal_loads. (aarch64_override_options): Handle nopcrelative_literal_loads.
(aarch64_classify_symbol): Handle nopcrelative_literal_loads. (aarch64_classify_symbol): Handle nopcrelative_literal_loads.
* config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>): * config/aarch64/aarch64.md (aarch64_reload_movcp<GPF_TF:mode><P:mode>):
Define. Define.
(aarch64_reload_movcp<VALL:mode><P:mode>): Likewise. (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
* config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option. * config/aarch64/aarch64.opt (mpc-relative-literal-loads): New option.
* config/aarch64/predicates.md (aarch64_constant_pool_symref): New * config/aarch64/predicates.md (aarch64_constant_pool_symref): New
predicate. predicate.
* doc/invoke.texi (mpc-relative-literal-loads): Document. * doc/invoke.texi (mpc-relative-literal-loads): Document.
2015-09-14 John David Anglin <danglin@gcc.gnu.org> 2015-09-14 John David Anglin <danglin@gcc.gnu.org>
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
(struct checksum_attributes): Likewise. (struct checksum_attributes): Likewise.
(collect_checksum_attributes): Likewise. (collect_checksum_attributes): Likewise.
(die_checksum_ordered): Likewise. (die_checksum_ordered): Likewise.
(same_die_p): Likewise. (same_die_p): Likewise.
(is_declaration_die): Likewise. (is_declaration_die): Likewise.
(clone_die): Likewise. (clone_die): Likewise.
(clone_as_declaration): Likewise. (clone_as_declaration): Likewise.
(copy_declaration_context): Likewise. (copy_declaration_context): Likewise.
...@@ -351,31 +351,31 @@ ...@@ -351,31 +351,31 @@
2015-09-11 Aditya Kumar <aditya.k7@samsung.com> 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
* graphite-optimize-isl.c (disable_tiling): Remove. * graphite-optimize-isl.c (disable_tiling): Remove.
(get_schedule_for_band): Do not use disable_tiling. (get_schedule_for_band): Do not use disable_tiling.
(get_prevector_map): Delete function. (get_prevector_map): Delete function.
(enable_polly_vector): Remove. (enable_polly_vector): Remove.
(get_schedule_for_band_list): Remove dead code. (get_schedule_for_band_list): Remove dead code.
2015-09-11 Aditya Kumar <aditya.k7@samsung.com> 2015-09-11 Aditya Kumar <aditya.k7@samsung.com>
* graphite-optimize-isl.c (get_tile_map): Refactor. * graphite-optimize-isl.c (get_tile_map): Refactor.
(get_schedule_for_band): Same. (get_schedule_for_band): Same.
(getScheduleForBand): Same. (getScheduleForBand): Same.
(get_prevector_map): Same. (get_prevector_map): Same.
(get_schedule_for_band_list): Same. (get_schedule_for_band_list): Same.
(get_schedule_map): Same. (get_schedule_map): Same.
(get_single_map): Same. (get_single_map): Same.
(apply_schedule_map_to_scop): Same. (apply_schedule_map_to_scop): Same.
(optimize_isl): Same. (optimize_isl): Same.
2015-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2015-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/63304 PR target/63304
* config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16. * config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
(movtf): Delete. (movtf): Delete.
* config/aarch64/iterators.md (GPF_TF_F16): New. * config/aarch64/iterators.md (GPF_TF_F16): New.
(GPF_F16): Delete. (GPF_F16): Delete.
2015-09-10 Nathan Sidwell <nathan@acm.org> 2015-09-10 Nathan Sidwell <nathan@acm.org>
...@@ -569,7 +569,7 @@ ...@@ -569,7 +569,7 @@
(compute_deps): Same. (compute_deps): Same.
2015-09-08 Aditya Kumar <hiraditya@msn.com> 2015-09-08 Aditya Kumar <hiraditya@msn.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
* graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id): * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
Return the parameter if it was saved in corresponding Return the parameter if it was saved in corresponding
...@@ -10337,7 +10337,7 @@ ...@@ -10337,7 +10337,7 @@
* tree-vect-slp.c (vect_build_slp_tree_1): Init vectype. * tree-vect-slp.c (vect_build_slp_tree_1): Init vectype.
2015-06-24 Renlin Li <renlin.li@arm.com> 2015-06-24 Renlin Li <renlin.li@arm.com>
* config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add * config/aarch64/aarch64.h(TARGET_CPU_CPP_BUILTINS): Add
__ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR. __ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
......
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
* gcc.dg/gomp/pr67495.c: New test. * gcc.dg/gomp/pr67495.c: New test.
2015-09-09 Aditya Kumar <hiraditya@msn.com> 2015-09-09 Aditya Kumar <hiraditya@msn.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
PR tree-optimization/53852 PR tree-optimization/53852
* gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to pass with * gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to pass with
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
* gcc.dg/graphite/uns-interchange-mvt.c: Same. * gcc.dg/graphite/uns-interchange-mvt.c: Same.
2015-09-08 Aditya Kumar <hiraditya@msn.com> 2015-09-08 Aditya Kumar <hiraditya@msn.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
* gcc.dg/graphite/block-0.c: Modifed test case to match current output. * gcc.dg/graphite/block-0.c: Modifed test case to match current output.
* gcc.dg/graphite/block-1.c: Same. * gcc.dg/graphite/block-1.c: Same.
...@@ -440,7 +440,8 @@ ...@@ -440,7 +440,8 @@
* lib/ubsan-dg.exp: Likewise. * lib/ubsan-dg.exp: Likewise.
2015-09-01 Kenneth Zadeck <zadeck@naturalbridge.com> 2015-09-01 Kenneth Zadeck <zadeck@naturalbridge.com>
* gcc.c-torture/execute/ieee/20000320-1.c Fixed misplaced test case.
* gcc.c-torture/execute/ieee/20000320-1.c Fixed misplaced test case.
2015-09-01 Matthew Fortune <matthew.fortune@imgtec.com> 2015-09-01 Matthew Fortune <matthew.fortune@imgtec.com>
Andrew Bennett <andrew.bennett@imgtec.com> Andrew Bennett <andrew.bennett@imgtec.com>
...@@ -528,7 +529,7 @@ ...@@ -528,7 +529,7 @@
* gcc.target/powerpc/swaps-p8-19.c: New test. * gcc.target/powerpc/swaps-p8-19.c: New test.
2015-08-29 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2015-08-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/67367 PR fortran/67367
* gfortran.dg/read_dir.f90: New test. May fail on some platforms. * gfortran.dg/read_dir.f90: New test. May fail on some platforms.
...@@ -1098,8 +1099,8 @@ ...@@ -1098,8 +1099,8 @@
PR tree-optimization/67221 PR tree-optimization/67221
* gcc.dg/torture/pr67221.c: New testcase. * gcc.dg/torture/pr67221.c: New testcase.
2015-08-17 Mike Stump <mikestump@comcast.net> 2015-08-17 Mike Stump <mikestump@comcast.net>
Kyrylo Tkachov <kyrylo.tkachov@arm.com> Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/arm/memcpy-aligned-1.c: New test. * gcc.target/arm/memcpy-aligned-1.c: New test.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment