]> sourceware.org Git - cgen.git/commit
2002-01-03 Dave Brolley <brolley@redhat.com>
authorDave Brolley <brolley@sourceware.org>
Thu, 3 Jan 2002 18:30:26 +0000 (18:30 +0000)
committerDave Brolley <brolley@sourceware.org>
Thu, 3 Jan 2002 18:30:26 +0000 (18:30 +0000)
commit6b1d238b24c4da3986ae45f18337e6d911221b5e
tree5b29624b4fc23f5ed10713a997512ab5200cb0e5
parent3ecc0195f54c74b4189187b5fd2b683b66983367
2002-01-03  Dave Brolley  <brolley@redhat.com>

* decode.scm (-distinguishing-bit-population): Compute num-insns, the
number of insns in the list.  Update the population count function to
identify and prioritize 3 catgories of useful bits.
(-population-top-few): Don't consider bits with a population count of
zero.
(-build-decode-table-entry): Don't call
filter-harmlessly-ambiguous-insns.  Filter out non-specialized and
identical insns at the next tree level.
* insn.scm (filter-harmlessly-ambiguous-insns): Note in a comment that
this function is no longer used.
(filter-non-specialized-ambiguous-insns): New function.
(filter-identical-ambiguous-insns): New function.
(find-identical-insn): New function.
(filter-harmlessly-ambiguous-insns): Removed.
ChangeLog
decode.scm
insn.scm
This page took 0.026042 seconds and 5 git commands to generate.