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
7e06c3d6
Commit
7e06c3d6
authored
Oct 27, 2009
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nits
From-SVN: r153586
parent
2929029c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
20 deletions
+27
-20
gcc/ChangeLog
+4
-20
gcc/testsuite/ChangeLog
+19
-0
libgomp/ChangeLog
+4
-0
No files found.
gcc/ChangeLog
View file @
7e06c3d6
...
...
@@ -561,8 +561,8 @@
*
ipa
-
reference
.
c
(
check_call
):
Noreturn
notrhow
calls
do
not
write
to
memory
.
(
analyze_function
):
When
analyzing
noreturn
nothrow
call
,
do
not
compute
written
stats
;
free
bitmaps
of
vars
early
if
possible
.
(
analyze_function
):
When
analyzing
noreturn
nothrow
call
,
do
not
compute
written
stats
;
free
bitmaps
of
vars
early
if
possible
.
(
generate_summary
):
Only
update
bitmaps
if
computed
.
(
propagate
):
Only
dump
bitmaps
if
computed
.
(
ipa_reference_read_summary
):
Fix
pasto
.
...
...
@@ -666,10 +666,7 @@
*
Makefile
.
in
(
PLUGIN_HEADERS
):
Add
output
.
h
and
IPA_UTILS_H
.
2009
-
10
-
22
Razya
Ladelsky
<
razya
@
il
.
ibm
.
com
>
*
testsuite
/
gcc
.
dg
/
autopar
/
outer
-
4.
c
:
Adjust
scan
.
*
testsuite
/
gcc
.
dg
/
autopar
/
outer
-
5.
c
:
Adjust
scan
.
*
testsuite
/
gcc
.
dg
/
autopar
/
outer
-
5.
c
:
Add
scan
optimized
.
*
tree
-
cfg
.
c
(
gimple_duplicate_sese_tail
):
Fix
typos
/
indentation
/
white
space
.
...
...
@@ -710,13 +707,6 @@
Update
number
of
iterations
at
the
exit
condition
.
Don
't redirect nexits always to the loop exit.
Redirect copied edges from latch to the loop exit.
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
* testsuite/gcc.dg/autopar/outer-1.c: New testcase.
* testsuite/gcc.dg/autopar/outer-2.c: New testcase.
* testsuite/gcc.dg/autopar/outer-3.c: New testcase.
* testsuite/gcc.dg/autopar/outer-4.c: New testcase.
* testsuite/gcc.dg/autopar/outer-5.c: New testcase.
* testsuite/gcc.dg/autopar/outer-6.c: New testcase.
2009-10-22 Jan Hubicka <jh@suse.cz>
...
...
@@ -727,7 +717,7 @@
cgraph_decide_inlining, inline_read_summary): Disable indirect inlining
for WPA for time being.
PR tree-optimize/40556
PR tree-optimize/40556
* ipa-inline.c (cgraph_early_inlining): Fix iterations condition.
2009-10-22 Richard Guenther <rguenther@suse.de>
...
...
@@ -9846,11 +9836,6 @@
* calls.c (emit_library_call_value_1): Update call to
hard_libcall_value.
* explow.c (hard_libcall_value): Use new target hook.
* testsuite/lib/target-supports.exp
(check_effective_target_arm_hard_vfp_ok): New hook.
(check_effective_target_arm_neon_ok): Improve test for neon
availability.
* testsuite/gcc.target/arm/eabi1.c: Only run test in base variant.
* config/arm/arm.c: Include cgraph.h
(TARGET_FUNCTION_VALUE): Override default hook.
(arm_pcs_default): New variable.
...
...
@@ -14956,7 +14941,6 @@
(
OMP_CLAUSE_LOCATION
):
New
macro
.
(
struct
tree_omp_clause
):
Add
location
field
.
(
build_omp_clause
):
Add
argument
.
*
testsuite
/
gcc
.
dg
/
gomp
/
for
-
1.
c
:
Fix
column
.
*
cp
/
pt
.
c
(
tsubst_omp_for_iterator
):
Pass
location
to
build_omp_clause
.
*
cp
/
parser
.
c
(
cp_parser_omp_var_list_no_open
):
Same
.
gcc/testsuite/ChangeLog
View file @
7e06c3d6
...
...
@@ -182,6 +182,20 @@
PR lto/41730
* g++.dg/lto/20091022-1_0.C: New testcase.
2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* gcc.dg/autopar/outer-4.c: Adjust scan.
* gcc.dg/autopar/outer-5.c: Adjust scan.
* gcc.dg/autopar/outer-5.c: Add scan optimized.
* libgomp.graphite/force-parallel-2.c: Adjust scan.
* gcc.dg/autopar/outer-1.c: New testcase.
* gcc.dg/autopar/outer-2.c: New testcase.
* gcc.dg/autopar/outer-3.c: New testcase.
* gcc.dg/autopar/outer-4.c: New testcase.
* gcc.dg/autopar/outer-5.c: New testcase.
* gcc.dg/autopar/outer-6.c: New testcase.
2009-10-22 Jan Hubicka <jh@suse.cz>
* gcc.c-torture/compile/pr40556.c: New testcase.
...
...
@@ -3169,6 +3183,11 @@
2009-08-06 Richard Earnshaw <rearnsha@arm.com>
* lib/target-supports.exp (check_effective_target_arm_hard_vfp_ok): New
hook.
(check_effective_target_arm_neon_ok): Improve test for neon
availability.
* gcc.target/arm/eabi1.c: Only run test in base variant.
* gcc.target/arm/abitest.h: Allow the test function to have a PCS
attribute.
* gcc.target/arm/vfp1[567].c: New tests.
...
...
libgomp/ChangeLog
View file @
7e06c3d6
...
...
@@ -4,6 +4,10 @@
*s. Accept ld version without text in ()s.
* configure: Regenerated.
2009-10-22 Razya Ladelsky <razya@il.ibm.com>
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
2009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR libgomp/41418
...
...
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