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
09051660
Commit
09051660
authored
25 years ago
by
Richard Henderson
Committed by
Richard Henderson
25 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrite to use independant test structures.
From-SVN: r29822
parent
6343a50e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
0 deletions
+38
-0
gcc/ChangeLog
+38
-0
gcc/genrecog.c
+0
-0
No files found.
gcc/ChangeLog
View file @
09051660
Mon
Oct
4
21
:
47
:
31
1999
Richard
Henderson
<
rth
@cygnus
.
com
>
*
genrecog
.
c
(
struct
decision_test
)
:
New
.
(
struct
decision
)
:
Remove
test
-
related
members
,
sort
the
rest
by
size
.
(
IS_SPLIT
)
:
Simplify
.
(
new_decision
,
new_decision_test
)
:
New
.
(
add_to_sequence
)
:
Use
them
.
No
special
handling
for
args
of
non
-
MATCH
codes
.
(
maybe_both_true
)
:
Renamed
from
not_both_true
;
return
sense
changed
.
(
maybe_both_true_1
,
maybe_both_true_2
)
:
New
.
Broken
out
of
maybe_both_true
and
adjusted
for
decision_test
.
(
position_merit
)
:
Remove
.
(
nodes_identical
,
nodes_identical_1
)
:
New
,
broken
out
of
merge_trees
.
(
merge_accept_insn
)
:
New
,
broken
out
of
merge_trees
.
(
merge_trees
)
:
Use
them
.
No
special
case
for
c_test
;
no
node
splitting
;
use
test
type
instead
of
position_merit
.
(
factor_tests
):
New
.
(
simplify_tests
)
:
New
.
(
break_out_subroutines
)
:
Don
'
t
write
code
now
.
(
find_afterward
)
:
New
.
(
write_afterward
,
write_switch
,
write_cond
)
:
New
.
(
write_action
,
is_unconditional
)
:
New
.
(
write_node
)
:
New
.
Use
them
.
(
write_tree_1
)
:
Rewrite
.
Use
the
new
functions
above
.
(
write_tree
)
:
Remove
afterward
processing
.
(
write_subroutine
)
:
Simplify
function
variant
emission
.
(
write_subroutines
)
:
New
.
(
same_codes
,
clear_codes
)
:
Remove
.
(
same_modes
,
clear_modes
)
:
Remove
.
(
write_header
)
:
New
,
broken
out
of
main
.
(
make_insn_sequence
)
:
Use
new_decision
and
new_decision_test
.
(
process_tree
)
:
New
,
broken
out
of
main
.
(
main
)
:
Adjust
for
merge_trees
interface
change
.
Don
'
t
#
define
operands
in
the
output
file
.
(
record_insn_name
)
:
New
,
broken
out
of
make_insn_sequence
.
(
debug_decision_2
,
debug_decision_1
,
debug_decision_0
)
:
New
.
(
debug_decision
)
:
New
.
1999
-
10
-
04
21
:
58
-
0700
Zack
Weinberg
<
zack
@bitmover
.
com
>
*
resource
.
c
(
find_free_register
)
:
Mark
class_str
argument
const
.
...
...
This diff is collapsed.
Click to expand it.
gcc/genrecog.c
View file @
09051660
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
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