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
da04ea11
Commit
da04ea11
authored
Nov 04, 2012
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r193134
parent
6ac8c2be
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
30 deletions
+19
-30
gcc/ChangeLog
+15
-23
gcc/testsuite/ChangeLog
+4
-7
No files found.
gcc/ChangeLog
View file @
da04ea11
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
PR
rtl
-
opt
/
54524
PR
rtl
-
opt
/
54524
*
simplify
-
rtx
.
c
(
simplify_relational_operation_1
)
:
Don
'
t
simplify
*
simplify
-
rtx
.
c
(
simplify_relational_operation_1
)
:
Don
'
t
simplify
(
LTU
/
GEU
(
PLUS
a
0
)
0
)
into
(
GEU
/
LTU
a
0
)
since
they
are
not
equivalent
.
(
LTU
/
GEU
(
PLUS
a
0
)
0
)
into
(
GEU
/
LTU
a
0
)
since
they
are
not
equivalent
.
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
...
@@ -43,8 +44,7 @@
...
@@ -43,8 +44,7 @@
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
*
predict
.
c
(
predict_loops
)
:
Predict
also
exits
not
dominating
*
predict
.
c
(
predict_loops
)
:
Predict
also
exits
not
dominating
latch
.
latch
.
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
2012
-
11
-
02
Jan
Hubicka
<
jh
@suse
.
cz
>
...
@@ -108,8 +108,7 @@
...
@@ -108,8 +108,7 @@
2012
-
11
-
01
Gerald
Pfeifer
<
gerald
@pfeifer
.
com
>
2012
-
11
-
01
Gerald
Pfeifer
<
gerald
@pfeifer
.
com
>
*
doc
/
standards
.
texi
(
Standards
)
:
Adjust
reference
to
Go
*
doc
/
standards
.
texi
(
Standards
)
:
Adjust
reference
to
Go
specification
.
specification
.
2012
-
11
-
01
Lawrence
Crowl
<
crowl
@google
.
com
>
2012
-
11
-
01
Lawrence
Crowl
<
crowl
@google
.
com
>
...
@@ -239,8 +238,7 @@
...
@@ -239,8 +238,7 @@
*
optabs
.
c
(
emit_cmp_and_jump_insn_1
)
:
Add
REG_BR_PROB
note
*
optabs
.
c
(
emit_cmp_and_jump_insn_1
)
:
Add
REG_BR_PROB
note
only
if
it
doesn
'
t
already
exist
.
only
if
it
doesn
'
t
already
exist
.
*
stmt
.
c
(
get_outgoing_edge_probs
)
:
Return
0
if
BB
is
NULL
.
*
stmt
.
c
(
get_outgoing_edge_probs
)
:
Return
0
if
BB
is
NULL
.
(
emit_case_dispatch_table
)
:
Handle
the
case
where
STMT_BB
is
(
emit_case_dispatch_table
)
:
Handle
the
case
where
STMT_BB
is
NULL
.
NULL
.
(
expand_sjlj_dispatch_table
):
Pass
BB
containing
before_case
(
expand_sjlj_dispatch_table
):
Pass
BB
containing
before_case
to
emit_case_dispatch_table
.
to
emit_case_dispatch_table
.
...
@@ -278,9 +276,8 @@
...
@@ -278,9 +276,8 @@
*
cfganal
.
c
(
dfs_find_deadend
)
:
No
longer
static
.
Use
bitmap
*
cfganal
.
c
(
dfs_find_deadend
)
:
No
longer
static
.
Use
bitmap
instead
of
sbitmap
for
visited
.
instead
of
sbitmap
for
visited
.
(
flow_dfs_compute_reverse_execute
)
:
Use
dfs_find_deadend
here
,
too
.
(
flow_dfs_compute_reverse_execute
)
:
Use
dfs_find_deadend
here
,
too
.
*
dominance
.
c
(
calc_dfs_tree
)
:
If
saw_unconnected
,
*
dominance
.
c
(
calc_dfs_tree
)
:
If
saw_unconnected
,
traverse
from
traverse
from
dfs_find_deadend
of
unconnected
b
dfs_find_deadend
of
unconnected
b
instead
of
b
directly
.
instead
of
b
directly
.
2012
-
10
-
31
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
2012
-
10
-
31
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
...
@@ -314,8 +311,7 @@
...
@@ -314,8 +311,7 @@
PR
tree
-
optimization
/
46309
PR
tree
-
optimization
/
46309
*
tree
-
ssa
-
reassoc
.
c
(
init_range_entry
)
:
Add
STMT
argument
*
tree
-
ssa
-
reassoc
.
c
(
init_range_entry
)
:
Add
STMT
argument
and
use
it
if
EXP
is
NULL
.
and
use
it
if
EXP
is
NULL
.
(
update_range_test
)
:
Handle
OPCODE
equal
to
ERROR_MARK
(
update_range_test
)
:
Handle
OPCODE
equal
to
ERROR_MARK
and
oe
->
op
NULL
.
and
oe
->
op
NULL
.
(
optimize_range_tests
)
:
Likewise
.
(
optimize_range_tests
)
:
Likewise
.
(
final_range_test_p
,
suitable_cond_bb
,
no_side_effect_bb
,
get_ops
,
(
final_range_test_p
,
suitable_cond_bb
,
no_side_effect_bb
,
get_ops
,
maybe_optimize_range_tests
)
:
New
functions
.
maybe_optimize_range_tests
)
:
New
functions
.
...
@@ -324,7 +320,8 @@
...
@@ -324,7 +320,8 @@
2012
-
10
-
31
Richard
Sandiford
<
rdsandiford
@googlemail
.
com
>
2012
-
10
-
31
Richard
Sandiford
<
rdsandiford
@googlemail
.
com
>
*
config
/
rs6000
/
rs6000
.
md
(
insvsi
,
insvdi
,
extvsi
,
extvdi
)
:
Rename
to
...
*
config
/
rs6000
/
rs6000
.
md
(
insvsi
,
insvdi
,
extvsi
,
extvdi
)
:
Rename
to
...
(
insvsi_internal
,
insvdi_internal
,
extvsi_internal
)
(
insvsi_internal
,
insvdi_internal
,
extvsi_internal
)
(
extvdi_internal
)
:
...
this
.
(
extvdi_internal
)
:
...
this
.
(
insv
,
extv
)
:
Update
accordingly
.
(
insv
,
extv
)
:
Update
accordingly
.
...
@@ -400,8 +397,7 @@
...
@@ -400,8 +397,7 @@
PR
debug
/
54551
PR
debug
/
54551
PR
debug
/
54693
PR
debug
/
54693
*
valtrack
.
c
(
dead_debug_promote_uses
)
:
Assert
-
check
that
*
valtrack
.
c
(
dead_debug_promote_uses
)
:
Assert
-
check
that
global
used
bit
was
clear
and
initialize
entry
global
used
bit
was
clear
and
initialize
entry
unconditionally
.
unconditionally
.
2012
-
10
-
30
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
2012
-
10
-
30
Eric
Botcazou
<
ebotcazou
@adacore
.
com
>
...
@@ -485,8 +481,7 @@
...
@@ -485,8 +481,7 @@
2012
-
10
-
30
Richard
Biener
<
rguenther
@suse
.
de
>
2012
-
10
-
30
Richard
Biener
<
rguenther
@suse
.
de
>
PR
tree
-
optimization
/
55111
PR
tree
-
optimization
/
55111
*
tree
-
ssa
-
pre
.
c
(
eliminate_insert
)
:
Properly
fold
the
built
*
tree
-
ssa
-
pre
.
c
(
eliminate_insert
)
:
Properly
fold
the
built
stmt
.
stmt
.
2012
-
10
-
30
Oleg
Endo
<
olegendo
@gcc
.
gnu
.
org
>
2012
-
10
-
30
Oleg
Endo
<
olegendo
@gcc
.
gnu
.
org
>
...
@@ -501,8 +496,7 @@
...
@@ -501,8 +496,7 @@
before
reload
.
before
reload
.
(
*
negabssi2
,
*
negabsdi2
)
:
Fold
into
*
negabs
<
mode
>
2
.
Add
T_REG
clobber
.
(
*
negabssi2
,
*
negabsdi2
)
:
Fold
into
*
negabs
<
mode
>
2
.
Add
T_REG
clobber
.
Split
insns
before
reload
.
Split
insns
before
reload
.
(
negsi_cond
)
:
Reformat
.
Use
emit_move_insn
instead
of
(
negsi_cond
)
:
Reformat
.
Use
emit_move_insn
instead
of
gen_movesi
.
gen_movesi
.
(
negdi_cond
)
:
Reformat
.
Use
emit_move_insn
instead
of
a
pair
(
negdi_cond
)
:
Reformat
.
Use
emit_move_insn
instead
of
a
pair
of
gen_movsi
.
Split
insn
before
reload
.
of
gen_movsi
.
Split
insn
before
reload
.
...
@@ -630,8 +624,7 @@
...
@@ -630,8 +624,7 @@
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_load_tp
)
:
Export
.
*
config
/
aarch64
/
aarch64
.
c
(
aarch64_load_tp
)
:
Export
.
(
aarch64_init_builtins
)
:
Don
'
t
add
__builtin_thread_pointer
builtin
.
(
aarch64_init_builtins
)
:
Don
'
t
add
__builtin_thread_pointer
builtin
.
*
config
/
aarch64
/
aarch64
.
h
(
aarch64_builtins
)
:
Delete
*
config
/
aarch64
/
aarch64
.
h
(
aarch64_builtins
)
:
Delete
AARCH64_BUILTIN_THREAD_POINTER
.
AARCH64_BUILTIN_THREAD_POINTER
.
*
config
/
aarch64
/
aarch64
.
md
(
get_thread_pointerdi
)
:
New
pattern
.
*
config
/
aarch64
/
aarch64
.
md
(
get_thread_pointerdi
)
:
New
pattern
.
2012
-
10
-
29
Marc
Glisse
<
marc
.
glisse
@inria
.
fr
>
2012
-
10
-
29
Marc
Glisse
<
marc
.
glisse
@inria
.
fr
>
...
@@ -642,8 +635,7 @@ AARCH64_BUILTIN_THREAD_POINTER.
...
@@ -642,8 +635,7 @@ AARCH64_BUILTIN_THREAD_POINTER.
2012
-
10
-
29
Vladimir
Makarov
<
vmakarov
@redhat
.
com
>
2012
-
10
-
29
Vladimir
Makarov
<
vmakarov
@redhat
.
com
>
*
rtlanal
.
c
(
strip_address_mutation
)
:
Use
SUBREG_REG
instead
of
*
rtlanal
.
c
(
strip_address_mutation
)
:
Use
SUBREG_REG
instead
of
XEXP
.
XEXP
.
2012
-
10
-
29
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
2012
-
10
-
29
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
gcc/testsuite/ChangeLog
View file @
da04ea11
...
@@ -9,10 +9,8 @@
...
@@ -9,10 +9,8 @@
2012-11-03 H.J. Lu <hjl.tools@gmail.com>
2012-11-03 H.J. Lu <hjl.tools@gmail.com>
Jack Howarth <howarth@bromo.med.uc.edu>
Jack Howarth <howarth@bromo.med.uc.edu>
* lib/target-supports.exp (check_effective_target_maybe_x32): New
* lib/target-supports.exp (check_effective_target_maybe_x32): New proc.
proc.
* gcc.target/i386/pr54457.c: Use dg-require-effective-target maybe_x32.
* gcc.target/i386/pr54457.c: Use dg-require-effective-target
maybe_x32.
* gcc.target/i386/pr53249.c: Likewise.
* gcc.target/i386/pr53249.c: Likewise.
2012-11-03 Andrew Pinski <apinski@cavium.com>
2012-11-03 Andrew Pinski <apinski@cavium.com>
...
@@ -40,9 +38,8 @@
...
@@ -40,9 +38,8 @@
* gcc.target/powerpc/pr48258-2.c: Simplfy the acceptance
* gcc.target/powerpc/pr48258-2.c: Simplfy the acceptance
conditions to verify the reduction code is vectorized.
conditions to verify the reduction code is vectorized.
* gcc.target/powerpc/pr46728-1.c: Pass -fno-ident to eliminate
* gcc.target/powerpc/pr46728-1.c: Pass -fno-ident to eliminate failures
failures in case 'pow', such as 'powerpc' is used in the compiler
in case 'pow', such as 'powerpc' is used in the compiler version name.
version name.
* gcc.target/powerpc/pr46728-2.c: Likewise.
* gcc.target/powerpc/pr46728-2.c: Likewise.
* gcc.target/powerpc/pr46728-3.c: Likewise.
* gcc.target/powerpc/pr46728-3.c: Likewise.
* gcc.target/powerpc/pr46728-4.c: Likewise.
* gcc.target/powerpc/pr46728-4.c: Likewise.
...
...
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