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
3a222eae
Commit
3a222eae
authored
Dec 03, 2005
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup some spacing
From-SVN: r107973
parent
ae001e04
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
56 additions
and
56 deletions
+56
-56
gcc/ChangeLog
+18
-18
gcc/ChangeLog.tree-ssa
+3
-3
gcc/java/ChangeLog.tree-ssa
+17
-17
gcc/objc/ChangeLog
+4
-4
gcc/testsuite/treelang/ChangeLog
+13
-13
gcc/treelang/ChangeLog
+1
-1
No files found.
gcc/ChangeLog
View file @
3a222eae
...
@@ -683,7 +683,7 @@
...
@@ -683,7 +683,7 @@
for
inheritance
.
Support
case
when
both
secondary
&
tertiary
reloads
for
inheritance
.
Support
case
when
both
secondary
&
tertiary
reloads
are
for
intermediate
registers
.
are
for
intermediate
registers
.
(
emit_output_reload_insns
):
Replace
SECONDARY_OUTPUT_RELOAD_CLASS
use
(
emit_output_reload_insns
):
Replace
SECONDARY_OUTPUT_RELOAD_CLASS
use
with
secondary_reload_class
call
.
Support
case
when
both
secondary
with
secondary_reload_class
call
.
Support
case
when
both
secondary
&
tertiary
reloads
are
for
intermediate
registers
.
&
tertiary
reloads
are
for
intermediate
registers
.
*
target
-
def
.
h
(
TARGET_SECONDARY_RELOAD
):
Provide
default
definition
.
*
target
-
def
.
h
(
TARGET_SECONDARY_RELOAD
):
Provide
default
definition
.
(
TARGET_INITIALIZER
)
Add
TARGET_SECONDARY_RELOAD
.
(
TARGET_INITIALIZER
)
Add
TARGET_SECONDARY_RELOAD
.
...
@@ -1077,8 +1077,8 @@
...
@@ -1077,8 +1077,8 @@
2005-11-19 James A. Morrison <phython@gcc.gnu.org>
2005-11-19 James A. Morrison <phython@gcc.gnu.org>
* tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less
* tree-vrp.c (compare_ranges): Return false for EQ_EXPR if VR0 is less
than VR1 or vice-versa.
than VR1 or vice-versa.
2005-11-19 Hans-Peter Nilsson <hp@axis.com>
2005-11-19 Hans-Peter Nilsson <hp@axis.com>
...
@@ -1553,7 +1553,7 @@
...
@@ -1553,7 +1553,7 @@
and duplicate declaration of pthread_self.
and duplicate declaration of pthread_self.
2005-11-13 Eric Botcazou <ebotcazou@adacore.com>
2005-11-13 Eric Botcazou <ebotcazou@adacore.com>
Ian Lance Taylor <ian@airs.com>
Ian Lance Taylor <ian@airs.com>
PR middle-end/24003
PR middle-end/24003
* calls.c (expand_call): If TARGET is a MEM and some part of the
* calls.c (expand_call): If TARGET is a MEM and some part of the
...
@@ -1561,7 +1561,7 @@
...
@@ -1561,7 +1561,7 @@
2005-11-13 Razya Ladelsky <razya@il.ibm.com>
2005-11-13 Razya Ladelsky <razya@il.ibm.com>
* ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type
* ipa-prop.c (ipa_callsite_compute_param ): Removed obsolete type
checking.
checking.
2005-11-13 Jason Merrill <jason@redhat.com>
2005-11-13 Jason Merrill <jason@redhat.com>
...
@@ -1999,8 +1999,8 @@
...
@@ -1999,8 +1999,8 @@
PR c/24599
PR c/24599
* c-typeck.c (build_c_cast): Try using a shared constant, and see
* c-typeck.c (build_c_cast): Try using a shared constant, and see
if TREE_OVERFLOW or TREE_CONSTANT_OVERFLOW really changed.
if TREE_OVERFLOW or TREE_CONSTANT_OVERFLOW really changed.
2005-11-07 Jakub Jelinek <jakub@redhat.com>
2005-11-07 Jakub Jelinek <jakub@redhat.com>
...
@@ -2458,16 +2458,16 @@
...
@@ -2458,16 +2458,16 @@
2005
-
10
-
28
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
2005
-
10
-
28
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
*
config
/
ms1
/
ms1
.
h
(
TARGET_MS1_64_001
)
:
New
.
*
config
/
ms1
/
ms1
.
h
(
TARGET_MS1_64_001
)
:
New
.
(
TARGET_MS1_16_002
)
:
New
.
(
TARGET_MS1_16_002
)
:
New
.
(
TARGET_MS1_16_003
)
:
New
.
(
TARGET_MS1_16_003
)
:
New
.
*
config
/
ms1
/
ms1
.
md
(
"decrement_and_branch_until_zero"
)
:
Rewrite
.
*
config
/
ms1
/
ms1
.
md
(
"decrement_and_branch_until_zero"
)
:
Rewrite
.
(
"*decrement_and_branch_until_zero_no_clobber"
)
:
New
.
(
"*decrement_and_branch_until_zero_no_clobber"
)
:
New
.
Add
corresponding
splitter
for
decrement_and_branch_until_zero
Add
corresponding
splitter
for
decrement_and_branch_until_zero
instruction
.
instruction
.
Key
all
decrement_and_branch_until_zero
patterns
off
of
Key
all
decrement_and_branch_until_zero
patterns
off
of
TARGET_MS1_16_003
.
TARGET_MS1_16_003
.
2005
-
10
-
28
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
2005
-
10
-
28
Andrew
Pinski
<
pinskia
@physics
.
uc
.
edu
>
...
@@ -2481,7 +2481,7 @@
...
@@ -2481,7 +2481,7 @@
indirect
call
to
_mcount
if
the
function
needs
a
static
chain
.
indirect
call
to
_mcount
if
the
function
needs
a
static
chain
.
2005
-
10
-
25
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
2005
-
10
-
25
Eric
Botcazou
<
ebotcazou
@libertysurf
.
fr
>
Caroline
Tice
<
ctice
@apple
.
com
>
Caroline
Tice
<
ctice
@apple
.
com
>
PR
rtl
-
optimization
/
24460
PR
rtl
-
optimization
/
24460
*
dwarf2out
.
c
(
have_switched_text_sections
)
:
New
boolean
variable
.
*
dwarf2out
.
c
(
have_switched_text_sections
)
:
New
boolean
variable
.
...
@@ -2739,7 +2739,7 @@
...
@@ -2739,7 +2739,7 @@
Check that elements of TYPE_METHODS are FUNCTION_DECLs.
Check that elements of TYPE_METHODS are FUNCTION_DECLs.
2005-10-17 Alexey Starovoytov <alexey.starovoytov@sun.com>
2005-10-17 Alexey Starovoytov <alexey.starovoytov@sun.com>
Ian Lance Taylor <ian@airs.com>
Ian Lance Taylor <ian@airs.com>
PR middle-end/23522
PR middle-end/23522
* fold-const.c (fold_widened_comparison): Do not allow range based
* fold-const.c (fold_widened_comparison): Do not allow range based
...
...
gcc/ChangeLog.tree-ssa
View file @
3a222eae
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
2004-05-06 Richard Henderson <rth@redhat.com>
2004-05-06 Richard Henderson <rth@redhat.com>
* stmt.c (parse_output_constraint): Don't warn for read-write
* stmt.c (parse_output_constraint): Don't warn for read-write
memory operand.
memory operand.
* gimplify.c (gimplify_asm_expr): Force in-out memory operands
* gimplify.c (gimplify_asm_expr): Force in-out memory operands
to minimal lvalues, then expand to non-matching constraints.
to minimal lvalues, then expand to non-matching constraints.
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
2004-04-21 Jeff Law <law@redhat.com>
2004-04-21 Jeff Law <law@redhat.com>
* tree-ssa-copy.c (cprop_operand): Break out of cprop_into_stmt.
* tree-ssa-copy.c (cprop_operand): Break out of cprop_into_stmt.
(cprop_into_stmt): Use cprop_operand. Rearrange slightly to avoid
(cprop_into_stmt): Use cprop_operand. Rearrange slightly to avoid
switch statement inside a loop.
switch statement inside a loop.
...
@@ -2723,7 +2723,7 @@
...
@@ -2723,7 +2723,7 @@
* tree-alias-common.c (get_alias_var): Handle BIT_FIELD_REF.
* tree-alias-common.c (get_alias_var): Handle BIT_FIELD_REF.
(find_func_aliases): Ditto.
(find_func_aliases): Ditto.
Update for fact that basic component_refs are no longer
Update for fact that basic component_refs are no longer
is_gimple_variable.
is_gimple_variable.
(create_fun_alias_var): Set DECL_CONTEXT on our faked declarations.
(create_fun_alias_var): Set DECL_CONTEXT on our faked declarations.
(pass_del_pta): PTA dumps info on delete, so it needs a name.
(pass_del_pta): PTA dumps info on delete, so it needs a name.
...
...
gcc/java/ChangeLog.tree-ssa
View file @
3a222eae
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
(java_gimplify_new_array_init): Set the DECL_CONTEXT of array and
(java_gimplify_new_array_init): Set the DECL_CONTEXT of array and
tmp to current_function_decl.
tmp to current_function_decl.
2004-04-13 Diego Novillo <dnovillo@redhat.com>
2004-04-13 Diego Novillo <dnovillo@redhat.com>
* expr.c (build_expr_wfl): Don't check type nodes for
* expr.c (build_expr_wfl): Don't check type nodes for
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
2004-01-29 Richard Henderson <rth@redhat.com>
2004-01-29 Richard Henderson <rth@redhat.com>
PR java/12906
PR java/12906
* decl.c (maybe_pushlevels): Careful with TREE_CHAIN when
* decl.c (maybe_pushlevels): Careful with TREE_CHAIN when
registering decls with push_jvm_slot.
registering decls with push_jvm_slot.
2003-12-10 Diego Novillo <dnovillo@redhat.com>
2003-12-10 Diego Novillo <dnovillo@redhat.com>
...
@@ -56,8 +56,8 @@
...
@@ -56,8 +56,8 @@
2003-11-31 Richard Henderson <rth@redhat.com>
2003-11-31 Richard Henderson <rth@redhat.com>
* jcf-parse.c (java_parse_file): Finalize cgraph after emitting
* jcf-parse.c (java_parse_file): Finalize cgraph after emitting
class tables.
class tables.
2003-11-24 Richard Henderson <rth@redhat.com>
2003-11-24 Richard Henderson <rth@redhat.com>
...
@@ -132,8 +132,8 @@
...
@@ -132,8 +132,8 @@
2003-10-13 Richard Henderson <rth@redhat.com>
2003-10-13 Richard Henderson <rth@redhat.com>
* expr.c (build_java_jsr): Don't emit LABEL_EXPR or
* expr.c (build_java_jsr): Don't emit LABEL_EXPR or
load_type_state here.
load_type_state here.
2003-10-12 Richard Henderson <rth@redhat.com>
2003-10-12 Richard Henderson <rth@redhat.com>
...
@@ -178,18 +178,18 @@
...
@@ -178,18 +178,18 @@
2003-10-01 Richard Henderson <rth@redhat.com>
2003-10-01 Richard Henderson <rth@redhat.com>
* decl.c (end_java_method): Invoke remove_useless_stmts_and_vars
* decl.c (end_java_method): Invoke remove_useless_stmts_and_vars
and lower_eh_constructs.
and lower_eh_constructs.
* parse.y (source_end_java_method): Likewise.
* parse.y (source_end_java_method): Likewise.
2003-09-24 Jason Merrill <jason@redhat.com>
2003-09-24 Jason Merrill <jason@redhat.com>
* decl.c, jcf-parse.c, jcf-write.c, parse.h, parse.y, resource.c:
* decl.c, jcf-parse.c, jcf-write.c, parse.h, parse.y, resource.c:
Revert from TREE_LOCUS to DECL_SOURCE_LOCATION.
Revert from TREE_LOCUS to DECL_SOURCE_LOCATION.
2003-09-18 Richard Henderson <rth@redhat.com>
2003-09-18 Richard Henderson <rth@redhat.com>
* lang.c (java_estimate_num_insns): Take an expr, not a decl.
* lang.c (java_estimate_num_insns): Take an expr, not a decl.
2003-08-12 Diego Novillo <dnovillo@redhat.com>
2003-08-12 Diego Novillo <dnovillo@redhat.com>
...
@@ -219,11 +219,11 @@
...
@@ -219,11 +219,11 @@
(java_stack_dup): Replace emit_move_insn with java_add_stmt.
(java_stack_dup): Replace emit_move_insn with java_add_stmt.
(build_java_athrow): Replace expand_expr_stmt with java_add_stmt.
(build_java_athrow): Replace expand_expr_stmt with java_add_stmt.
(build_java_jsr): Replace emit_jump with java_add_stmt (build (GOTO_EXPR))
(build_java_jsr): Replace emit_jump with java_add_stmt (build (GOTO_EXPR))
(build_java_ret): Replace expand_computed_goto with
(build_java_ret): Replace expand_computed_goto with
java_add_stmt (build (GOTO_EXPR))
java_add_stmt (build (GOTO_EXPR))
(expand_java_arraystore): Replace expand_assignment with
(expand_java_arraystore): Replace expand_assignment with
java_add_stmt.
java_add_stmt.
(expand_java_return): Replace expand_return with
(expand_java_return): Replace expand_return with
java_add_stmt (build (RETURN_EXPR))
java_add_stmt (build (RETURN_EXPR))
(expand_load_internal): Remove layout_decl, DECL_REGISTER,
(expand_load_internal): Remove layout_decl, DECL_REGISTER,
expand_decl, and expand_decl_init. Instead, add the local
expand_decl, and expand_decl_init. Instead, add the local
...
@@ -232,7 +232,7 @@
...
@@ -232,7 +232,7 @@
java_add_stmt.
java_add_stmt.
(expand_compare): Replace expand_cond with
(expand_compare): Replace expand_cond with
java_add_stmt(build (COND_EXPR))
java_add_stmt(build (COND_EXPR))
(expand_java_goto): Replace expand_goto with
(expand_java_goto): Replace expand_goto with
java_add_stmt (build (GOTO_EXPR))
java_add_stmt (build (GOTO_EXPR))
(expand_invoke): Replace expand_expr_stmt with java_add_stmt.
(expand_invoke): Replace expand_expr_stmt with java_add_stmt.
(build_jni_stub): Generate a BIND_EXPR to hold the block we've
(build_jni_stub): Generate a BIND_EXPR to hold the block we've
...
@@ -241,7 +241,7 @@
...
@@ -241,7 +241,7 @@
java_add_stmt.
java_add_stmt.
(java_expand_expr): Abort. No-one should call this function any
(java_expand_expr): Abort. No-one should call this function any
more.
more.
(expand_byte_code): Replace expand_label with
(expand_byte_code): Replace expand_label with
java_add_stmt (build (LABEL_EXPR))
java_add_stmt (build (LABEL_EXPR))
(process_jvm_instruction): Replace build (JAVA_EXC_OBJ_EXPR) with
(process_jvm_instruction): Replace build (JAVA_EXC_OBJ_EXPR) with
build_exception_object_ref. Replace expand_assignment with
build_exception_object_ref. Replace expand_assignment with
...
...
gcc/objc/ChangeLog
View file @
3a222eae
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
2005-10-17 Andreas Krebbel <krebbel1@de.ibm.com>
2005-10-17 Andreas Krebbel <krebbel1@de.ibm.com>
* objc-act.c (objc_build_component_ref): Adjust call to
* objc-act.c (objc_build_component_ref): Adjust call to
finish_class_member_access_expr due to a changed prototype.
finish_class_member_access_expr due to a changed prototype.
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
instead of build_constructor.
instead of build_constructor.
2005-07-08 Daniel Berlin <dberlin@dberlin.org>
2005-07-08 Daniel Berlin <dberlin@dberlin.org>
* objc-act.c (objc_push_parm): DECL_ARG_TYPE_AS_WRITTEN is
* objc-act.c (objc_push_parm): DECL_ARG_TYPE_AS_WRITTEN is
removed.
removed.
* objc-act.h (KEYWORD_ARG_NAME): Use decl_non_common.
* objc-act.h (KEYWORD_ARG_NAME): Use decl_non_common.
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
* objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before
* objc-act.c (objc_finish_file): In ObjC++ mode, set at_eof before
calling instantiate_pending_templates.
calling instantiate_pending_templates.
2005-01-26 Alexander Malmberg <alexander@malmberg.org>
2005-01-26 Alexander Malmberg <alexander@malmberg.org>
PR objc/18862
PR objc/18862
...
@@ -423,7 +423,7 @@
...
@@ -423,7 +423,7 @@
(objc_types_are_equivalent): Check TYPE_HAS_OBJC_INFO(...) before
(objc_types_are_equivalent): Check TYPE_HAS_OBJC_INFO(...) before
accessing TYPE_OBJC_PROTOCOL_LIST.
accessing TYPE_OBJC_PROTOCOL_LIST.
* objc-act.h (OBJC_INFO_SLOT_ELTS, TYPE_OBJC_INFO, INIT_TYPE_OBJC_INFO,
* objc-act.h (OBJC_INFO_SLOT_ELTS, TYPE_OBJC_INFO, INIT_TYPE_OBJC_INFO,
DUP_TYPE_OBJC_INFO, ALLOC_OBJC_TYPE_LANG_SPECIFIC,
DUP_TYPE_OBJC_INFO, ALLOC_OBJC_TYPE_LANG_SPECIFIC,
SIZEOF_OBJC_TYPE_LANG_SPECIFIC): New macros.
SIZEOF_OBJC_TYPE_LANG_SPECIFIC): New macros.
(TYPE_OBJC_INTERFACE): Replaces TREE_STATIC_INSTANCE and now points
(TYPE_OBJC_INTERFACE): Replaces TREE_STATIC_INSTANCE and now points
to an actual @interface; stored in TYPE_LANG_SPECIFIC(...).
to an actual @interface; stored in TYPE_LANG_SPECIFIC(...).
...
...
gcc/testsuite/treelang/ChangeLog
View file @
3a222eae
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
2005-02-24 James A. Morrison <phython@gcc.gnu.org>
2005-02-24 James A. Morrison <phython@gcc.gnu.org>
PR other/19896
PR other/19896
* execute/execute.exp: New file.
* execute/execute.exp: New file.
* execute/funccall.tree, execute/funccall-2.tree, execute/initial.tree,
* execute/funccall.tree, execute/funccall-2.tree, execute/initial.tree,
execute/main.tree, execute/static.tree: New tests.
execute/main.tree, execute/static.tree: New tests.
2005-02-24 James A. Morrison <phython@gcc.gnu.org>
2005-02-24 James A. Morrison <phython@gcc.gnu.org>
...
@@ -64,9 +64,9 @@
...
@@ -64,9 +64,9 @@
2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
* compile/compile.exp: New File.
* compile/compile.exp: New File.
* compile/tabs.tree: Test whether the front end
* compile/tabs.tree: Test whether the front end
compiles code with tabs in it.
compiles code with tabs in it.
2003-02-25 Tim Josling <tej@melbpc.org.au>
2003-02-25 Tim Josling <tej@melbpc.org.au>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
Remove duplicate call to layout_decl
Remove duplicate call to layout_decl
2001-12-02 Tim Josling <tej@melbpc.org.au>
2001-12-02 Tim Josling <tej@melbpc.org.au>
* Make-lang.in
* Make-lang.in
Ensure directory is built during install (installdirs dependency)
Ensure directory is built during install (installdirs dependency)
...
@@ -98,11 +98,11 @@
...
@@ -98,11 +98,11 @@
Work around poisoned malloc (undef IN_GCC)
Work around poisoned malloc (undef IN_GCC)
* tree1.c
* tree1.c
New front end interface.
New front end interface.
(top level) New structure lang_hooks.
(top level) New structure lang_hooks.
(tree_post_options) Remove.
(tree_post_options) Remove.
errorcount now a macro so do not define it.
errorcount now a macro so do not define it.
current_nesting_level => work_nesting_level due to clash.
current_nesting_level => work_nesting_level due to clash.
* treelang.h
* treelang.h
errorcount now a macro so do not reference it.
errorcount now a macro so do not reference it.
...
@@ -114,11 +114,11 @@
...
@@ -114,11 +114,11 @@
2001-06-11 Tim Josling <tej@melbpc.org.au>
2001-06-11 Tim Josling <tej@melbpc.org.au>
* treelang.exp (global) remove COBOL specific code.
* treelang.exp (global) remove COBOL specific code.
2001-05-24 Tim Josling <tej@melbpc.org.au>
2001-05-24 Tim Josling <tej@melbpc.org.au>
Created this directory and its tests. All derived from the cobol
Created this directory and its tests. All derived from the cobol
test swamp which was also all written by me.
test swamp which was also all written by me.
gcc/treelang/ChangeLog
View file @
3a222eae
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
2005-03-22 James A. Morrison <phython@gcc.gnu.org>
2005-03-22 James A. Morrison <phython@gcc.gnu.org>
* treetree.c (tree_code_if_start): Use fold_buildN.
* treetree.c (tree_code_if_start): Use fold_buildN.
(tree_code_create_variable): Likewise.
(tree_code_create_variable): Likewise.
(tree_code_generate_return): Likewise.
(tree_code_generate_return): Likewise.
(tree_code_get_expression): Likewise.
(tree_code_get_expression): 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