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
a3fac361
Commit
a3fac361
authored
Jun 13, 2012
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog: Fix whitespace.
From-SVN: r188504
parent
8fd03515
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
17 deletions
+10
-17
gcc/ChangeLog
+10
-17
No files found.
gcc/ChangeLog
View file @
a3fac361
...
@@ -278,15 +278,13 @@
...
@@ -278,15 +278,13 @@
* genhooks.c (main): Set progname.
* genhooks.c (main): Set progname.
(emit_documentation): Remove variable found_start, always bail out
(emit_documentation): Remove variable found_start, always bail out
when a place is missing.
when a place is missing.
* doc/tm.texi.in (C++ ABI): Add @hook
* doc/tm.texi.in (C++ ABI): Add @hook TARGET_CXX_DECL_MANGLING_CONTEXT.
TARGET_CXX_DECL_MANGLING_CONTEXT.
2012-06-07 Jakub Jelinek <jakub@redhat.com>
2012-06-07 Jakub Jelinek <jakub@redhat.com>
PR middle-end/53580
PR middle-end/53580
* omp-low.c (scan_omp): Change first argument to
* omp-low.c (scan_omp): Change first argument to gimple_seq *,
gimple_seq *, call walk_gimple_seq_mod instead of
call walk_gimple_seq_mod instead of walk_gimple_seq.
walk_gimple_seq.
(scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
(scan_sharing_clauses, scan_omp_parallel, scan_omp_task,
scan_omp_for, scan_omp_sections, scan_omp_single,
scan_omp_for, scan_omp_sections, scan_omp_single,
execute_lower_omp): Adjust callers.
execute_lower_omp): Adjust callers.
...
@@ -317,8 +315,7 @@
...
@@ -317,8 +315,7 @@
(generate_memset_builtin): ... here. Use it and simplify.
(generate_memset_builtin): ... here. Use it and simplify.
(generate_memcpy_builtin): New function.
(generate_memcpy_builtin): New function.
(generate_code_for_partition): Adjust.
(generate_code_for_partition): Adjust.
(classify_partition): Streamline pattern detection. Detect
(classify_partition): Streamline pattern detection. Detect memcpy.
memcpy.
(ldist_gen): Adjust.
(ldist_gen): Adjust.
(tree_loop_distribution): Adjust seed statements for memcpy
(tree_loop_distribution): Adjust seed statements for memcpy
recognition.
recognition.
...
@@ -378,8 +375,7 @@
...
@@ -378,8 +375,7 @@
2012-06-05 Richard Guenther <rguenther@suse.de>
2012-06-05 Richard Guenther <rguenther@suse.de>
* tree-vect-data-refs.c (vect_analyze_data_refs): Fix last
* tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.
change.
2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
2012-06-05 H.J. Lu <hongjiu.lu@intel.com>
...
@@ -396,8 +392,7 @@
...
@@ -396,8 +392,7 @@
2012-06-05 Richard Guenther <rguenther@suse.de>
2012-06-05 Richard Guenther <rguenther@suse.de>
* tree-loop-distribution.c (struct partition_s): Add has_writes
* tree-loop-distribution.c (struct partition_s): Add has_writes member.
member.
(partition_alloc): Initialize it.
(partition_alloc): Initialize it.
(partition_has_writes): New function.
(partition_has_writes): New function.
(rdg_flag_uses): Adjust.
(rdg_flag_uses): Adjust.
...
@@ -460,8 +455,7 @@
...
@@ -460,8 +455,7 @@
2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
2012-06-04 Vladimir Makarov <vmakarov@redhat.com>
* ira-int.h (struct target_ira_int): Add member
* ira-int.h (struct target_ira_int): Add member x_ira_uniform_class_p.
x_ira_uniform_class_p.
(ira_uniform_class_p): New macro.
(ira_uniform_class_p): New macro.
* ira.c (setup_uniform_class_p): New function.
* ira.c (setup_uniform_class_p): New function.
...
@@ -577,8 +571,7 @@
...
@@ -577,8 +571,7 @@
(fuse_partitions_with_similar_memory_accesses): Inline ...
(fuse_partitions_with_similar_memory_accesses): Inline ...
(ldist_gen): ... here. Fuse all non-builtin partitions if
(ldist_gen): ... here. Fuse all non-builtin partitions if
-ftree-loop-distribution is not enabled. Properly return
-ftree-loop-distribution is not enabled. Properly return
the number of created partitions. Do not update SSA form here
the number of created partitions. Do not update SSA form here but ...
but ...
(tree_loop_distribution): ... once here for the whole function.
(tree_loop_distribution): ... once here for the whole function.
Only walk innermost loops, constrain loops we consider here
Only walk innermost loops, constrain loops we consider here
further. Do not call remove_similar_memory_refs.
further. Do not call remove_similar_memory_refs.
...
@@ -678,8 +671,8 @@
...
@@ -678,8 +671,8 @@
2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2012-06-02 Kenneth Zadeck <zadeck@naturalbridge.com>
* expmed.c (expand_mult, choose_multiplier): Change
"2 *
* expmed.c (expand_mult, choose_multiplier): Change
HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
"2 *
HOST_BITS_PER_WIDE_INT" to "HOST_BITS_PER_DOUBLE_INT".
* expr.c (convert_modes): Likewise.
* expr.c (convert_modes): Likewise.
* explow.c (plus_constant): Likewise.
* explow.c (plus_constant): Likewise.
* fixed-value.c (fixed_saturate1, fixed_saturate2)
* fixed-value.c (fixed_saturate1, fixed_saturate2)
...
...
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