Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
81fc3217
Commit
81fc3217
authored
Sep 14, 2015
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fix shitespace.
* ChangeLog: Fix shitespace. * testsuite/ChangeLog: Ditto. From-SVN: r227756
parent
b4e240a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
41 deletions
+42
-41
gcc/ChangeLog
+35
-35
gcc/testsuite/ChangeLog
+7
-6
No files found.
gcc/ChangeLog
View file @
81fc3217
...
...
@@ -13,22 +13,22 @@
2015
-
09
-
14
Ramana
Radhakrishnan
<
ramana
.
radhakrishnan
@
arm
.
com
>
PR
target
/
63304
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_expand_mov_immediate
):
Handle
nopcrelative_literal_loads
.
(
aarch64_classify_address
):
Likewise
.
(
aarch64_constant_pool_reload_icode
):
Define
.
(
aarch64_secondary_reload
):
Handle
secondary
reloads
for
literal
pools
.
(
aarch64_override_options
):
Handle
nopcrelative_literal_loads
.
(
aarch64_classify_symbol
):
Handle
nopcrelative_literal_loads
.
*
config
/
aarch64
/
aarch64
.
md
(
aarch64_reload_movcp
<
GPF_TF
:
mode
><
P
:
mode
>):
Define
.
(
aarch64_reload_movcp
<
VALL
:
mode
><
P
:
mode
>):
Likewise
.
*
config
/
aarch64
/
aarch64
.
opt
(
mpc
-
relative
-
literal
-
loads
):
New
option
.
*
config
/
aarch64
/
predicates
.
md
(
aarch64_constant_pool_symref
):
New
predicate
.
*
doc
/
invoke
.
texi
(
mpc
-
relative
-
literal
-
loads
):
Document
.
PR
target
/
63304
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_expand_mov_immediate
):
Handle
nopcrelative_literal_loads
.
(
aarch64_classify_address
):
Likewise
.
(
aarch64_constant_pool_reload_icode
):
Define
.
(
aarch64_secondary_reload
):
Handle
secondary
reloads
for
literal
pools
.
(
aarch64_override_options
):
Handle
nopcrelative_literal_loads
.
(
aarch64_classify_symbol
):
Handle
nopcrelative_literal_loads
.
*
config
/
aarch64
/
aarch64
.
md
(
aarch64_reload_movcp
<
GPF_TF
:
mode
><
P
:
mode
>):
Define
.
(
aarch64_reload_movcp
<
VALL
:
mode
><
P
:
mode
>):
Likewise
.
*
config
/
aarch64
/
aarch64
.
opt
(
mpc
-
relative
-
literal
-
loads
):
New
option
.
*
config
/
aarch64
/
predicates
.
md
(
aarch64_constant_pool_symref
):
New
predicate
.
*
doc
/
invoke
.
texi
(
mpc
-
relative
-
literal
-
loads
):
Document
.
2015
-
09
-
14
John
David
Anglin
<
danglin
@
gcc
.
gnu
.
org
>
...
...
@@ -141,8 +141,8 @@
(
struct
checksum_attributes
):
Likewise
.
(
collect_checksum_attributes
):
Likewise
.
(
die_checksum_ordered
):
Likewise
.
(
same_die_p
):
Likewise
.
(
is_declaration_die
):
Likewise
.
(
same_die_p
):
Likewise
.
(
is_declaration_die
):
Likewise
.
(
clone_die
):
Likewise
.
(
clone_as_declaration
):
Likewise
.
(
copy_declaration_context
):
Likewise
.
...
...
@@ -351,31 +351,31 @@
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_prevector_map): Delete function.
(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>
* graphite-optimize-isl.c (get_tile_map): Refactor.
(get_schedule_for_band): Same.
(getScheduleForBand): Same.
(get_prevector_map): Same.
(get_schedule_for_band_list): Same.
(get_schedule_map): Same.
(get_single_map): Same.
(apply_schedule_map_to_scop): Same.
(optimize_isl): Same.
* graphite-optimize-isl.c (get_tile_map): Refactor.
(get_schedule_for_band): Same.
(getScheduleForBand): Same.
(get_prevector_map): Same.
(get_schedule_for_band_list): Same.
(get_schedule_map): Same.
(get_single_map): Same.
(apply_schedule_map_to_scop): Same.
(optimize_isl): Same.
2015-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/63304
* config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
(movtf): Delete.
* config/aarch64/iterators.md (GPF_TF_F16): New.
(GPF_F16): Delete.
* config/aarch64/aarch.md (mov<mode>:GPF_F16): Use GPF_TF_F16.
(movtf): Delete.
* config/aarch64/iterators.md (GPF_TF_F16): New.
(GPF_F16): Delete.
2015-09-10 Nathan Sidwell <nathan@acm.org>
...
...
@@ -569,7 +569,7 @@
(
compute_deps
):
Same
.
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
):
Return
the
parameter
if
it
was
saved
in
corresponding
...
...
@@ -10337,7 +10337,7 @@
* 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
__ARM_ALIGN_MAX_PWR, __ARM_ALIGN_MAX_STACK_PWR.
...
...
gcc/testsuite/ChangeLog
View file @
81fc3217
...
...
@@ -175,7 +175,7 @@
* gcc.dg/gomp/pr67495.c: New test.
2015-09-09 Aditya Kumar <hiraditya@msn.com>
Sebastian Pop <s.pop@samsung.com>
Sebastian Pop <s.pop@samsung.com>
PR tree-optimization/53852
* gcc.dg/graphite/uns-interchange-12.c: Adjust pattern to pass with
...
...
@@ -185,7 +185,7 @@
* gcc.dg/graphite/uns-interchange-mvt.c: Same.
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-1.c: Same.
...
...
@@ -440,7 +440,8 @@
* lib/ubsan-dg.exp: Likewise.
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>
Andrew Bennett <andrew.bennett@imgtec.com>
...
...
@@ -528,7 +529,7 @@
* 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
* gfortran.dg/read_dir.f90: New test. May fail on some platforms.
...
...
@@ -1098,8 +1099,8 @@
PR tree-optimization/67221
* gcc.dg/torture/pr67221.c: New testcase.
2015-08-17 Mike Stump <mikestump@comcast.net>
Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2015-08-17
Mike Stump <mikestump@comcast.net>
Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/arm/memcpy-aligned-1.c: New test.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment