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
e2cb8da2
Commit
e2cb8da2
authored
Jul 03, 2010
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix long lines
From-SVN: r161768
parent
d9e7913c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/ChangeLog
+6
-6
No files found.
gcc/ChangeLog
View file @
e2cb8da2
2010-07-02 Le-Chun Wu <lcwu@google.com>
PR/44128
PR
c++
/44128
* doc/invoke.texi: Update documentation of -Wshadow.
2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
...
...
@@ -33,7 +33,6 @@
Sandra Loosemore <sandra@codesourcery.com>
PR target/43703
* config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
(smax<mode>3): Disable for NEON float modes when
flag_unsafe_math_optimizations is false.
...
...
@@ -76,8 +75,9 @@
2010-07-02 Jan Hubicka <jh@suse.cz>
* ipa-split.c (split_function): For aggregate values set return_slot_opt;
when passing DECL_BY_REFERENCE produce *<retval> = fncall.part ()
* ipa-split.c (split_function): For aggregate values, set the return
slot optimization bit. When passing DECL_BY_REFERENCE, produce
*<retval> = fncall.part ()
(execute_split_functions): Do not care about DECL_BY_REFERENCE.
2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
...
...
@@ -142,8 +142,8 @@
2010-07-02 Jan Hubicka <jh@suse.cz>
* ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
walk
backwards from entry_bb to check only those basic block of header
* ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
walk
backwards from entry_bb to check only those basic block of header
that might lead to execution of split part.
(consider_split) ... here.
(find_return_bb): Allow assignment in return BB.
...
...
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