[dylan-lang/opendylan] 27dec2: [llvm-back-end] Create op--tag-cmp.
GitHub <[email protected]> Thu, 28 Jan 2016 04:28:59 -0800
| Newsgroups | gmane.comp.lang.dylan.gwydion.cvs |
|---|---|
| Message-ID | <56aa098b973b0_14e23facf97bb2a08138@hookshot-fe2-cp1-prd.iad.github.net.mail> |
----==_mimepart_56aa098b96faf_14e23facf97bb2a0812a1
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Branch: refs/heads/master
Home: https://github.com/dylan-lang/opendylan
Commit: 27dec2dc44d5fbc0c7301f3328c76a18169f0d0a
https://github.com/dylan-lang/opendylan/commit/27dec2dc44d5fbc0c7301f3328c76a18169f0d0a
Author: Bruce Mitchener <[email protected]>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
M sources/dfmc/llvm-back-end/llvm-emit-type-check.dylan
M sources/dfmc/llvm-back-end/llvm-ops.dylan
Log Message:
-----------
[llvm-back-end] Create op--tag-cmp.
The code for emitting type checks had a helper function, emit-tag-cmp,
which was useful but it wasn't used everywhere.
* sources/dfmc/llvm-back-end/llvm-emit-type-check.dylan
(emit-tag-cmp): Renamed and moved.
(do-emit-instance-cmp): Rename usages of emit-tag-cmp.
Make another tag check use op--tag-cmp instead of doing
it by hand.
* sources/dfmc/llvm-back-end/llvm-ops.dylan
(op--tag-cmp): Move here from emit-tag-cmp.
(op--object-mm-wrapper): Use op--tag-cmp.
Commit: e002dcf8629763edff3332f05002d2c99fd61c24
https://github.com/dylan-lang/opendylan/commit/e002dcf8629763edff3332f05002d2c99fd61c24
Author: Peter S. Housel <[email protected]>
Date: 2016-01-28 (Thu, 28 Jan 2016)
Changed paths:
M sources/dfmc/llvm-back-end/llvm-emit-type-check.dylan
M sources/dfmc/llvm-back-end/llvm-ops.dylan
Log Message:
-----------
Merge pull request #1034 from waywardmonkeys/llvm-op--tag-cmp
[llvm-back-end] Create op--tag-cmp.
Compare: https://github.com/dylan-lang/opendylan/compare/4f6d912849a4...e002dcf86297
----==_mimepart_56aa098b96faf_14e23facf97bb2a0812a1
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
chatter mailing list
[email protected]
https://lists.opendylan.org/mailman/listinfo/chatter
----==_mimepart_56aa098b96faf_14e23facf97bb2a0812a1--