<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>a3c7a6be91dadbd71fc13c6bf2b6b02875adad02</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/23e335091f4f4d2f8fac3cbd166c8abc71234485</url>
    <id>23e335091f4f4d2f8fac3cbd166c8abc71234485</id>
    <committed-date>2009-10-24T02:59:37-07:00</committed-date>
    <authored-date>2009-10-24T02:59:37-07:00</authored-date>
    <message>Some changes</message>
    <tree>b50e20bc82cebaca58d2ad6cbce68b6e3e5486c1</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e327b926541130c7318377cd89a6d5e2b5e51003</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/a3c7a6be91dadbd71fc13c6bf2b6b02875adad02</url>
    <id>a3c7a6be91dadbd71fc13c6bf2b6b02875adad02</id>
    <committed-date>2009-10-13T05:37:10-07:00</committed-date>
    <authored-date>2009-10-13T05:37:10-07:00</authored-date>
    <message>Bugs fixed stream selection in IO method.

Previous version can't exectue sample/ao-render.rb from version of setting self  in  functional method. But this version can execute.</message>
    <tree>d508d54ef883efd34aa79847b233e6f143a5a822</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7919e504b793dd00f775f8395bde2c1f4a4be31e</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/e327b926541130c7318377cd89a6d5e2b5e51003</url>
    <id>e327b926541130c7318377cd89a6d5e2b5e51003</id>
    <committed-date>2009-10-09T02:04:26-07:00</committed-date>
    <authored-date>2009-10-09T02:04:26-07:00</authored-date>
    <message>Support type inference of Array#collect and other method which must call with block.
This version can infer this program.

[1.9].collect {|k| k}

this version still contain bug.
So you can't execute sample/ao-render.rb.
I know reason of this bug. But it is complex to fix bug.
The bug will fix next commit.</message>
    <tree>c2c26c158ef48ca5e069bb26f602facaed846b91</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97000a0240ecb9bcabdf8b28330a178549a7bfe4</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/7919e504b793dd00f775f8395bde2c1f4a4be31e</url>
    <id>7919e504b793dd00f775f8395bde2c1f4a4be31e</id>
    <committed-date>2009-09-29T06:05:12-07:00</committed-date>
    <authored-date>2009-09-29T06:05:12-07:00</authored-date>
    <message>Bugs in opt_neq fixed

sample/santa.rb is SEGV but this commit fix it.</message>
    <tree>75e4a7e739536302adb4357346444d96cc967b4d</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b765654a5e460102276cc94db0d936819af70f36</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/97000a0240ecb9bcabdf8b28330a178549a7bfe4</url>
    <id>97000a0240ecb9bcabdf8b28330a178549a7bfe4</id>
    <committed-date>2009-09-26T22:44:36-07:00</committed-date>
    <authored-date>2009-09-26T22:44:36-07:00</authored-date>
    <message>Delete add_same_type (argument type inforamtion in method table and actial
argument type in send instruction)

This patch is fix fail of type inference for  bm_so_nsielve.rb and
sample/ao-render.rb
But type inference in bm_app_pentomino.rb
  $p.uniq!.sort! {|x,y| x[0] &lt;=&gt; y[0] }
fail.</message>
    <tree>a9b5c9f8d2a92f41edc677873482b91fb5e43676</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4fd52e39e75a4ea218b58f502a92a06a5d5009b</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/b765654a5e460102276cc94db0d936819af70f36</url>
    <id>b765654a5e460102276cc94db0d936819af70f36</id>
    <committed-date>2009-09-23T23:08:09-07:00</committed-date>
    <authored-date>2009-09-23T23:08:09-07:00</authored-date>
    <message>Improve type inference for bm_app_pentomino.rb</message>
    <tree>289af284addef54c2a2414c7882a5514c91595cb</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>011f5437e84218303a101714a7086e2bf66cf2a3</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/c4fd52e39e75a4ea218b58f502a92a06a5d5009b</url>
    <id>c4fd52e39e75a4ea218b58f502a92a06a5d5009b</id>
    <committed-date>2009-09-21T05:04:39-07:00</committed-date>
    <authored-date>2009-09-21T05:04:39-07:00</authored-date>
    <message>Some bugs fixed</message>
    <tree>ac57cf64b33aa0f784ba93eaab6cc1f5ac0d70cc</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>131b0b56f21a4b8a79dba01e8cdab9ddf6cf8286</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/011f5437e84218303a101714a7086e2bf66cf2a3</url>
    <id>011f5437e84218303a101714a7086e2bf66cf2a3</id>
    <committed-date>2009-09-20T23:54:45-07:00</committed-date>
    <authored-date>2009-09-20T23:54:45-07:00</authored-date>
    <message>Add --var-signature option and some bugs fixed</message>
    <tree>e31835c8ea5521423046bc8074547e3285a60611</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f4fca8e6f484032ffcfaab6d42395f621c53b6b</id>
      </parent>
    </parents>
    <author>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/131b0b56f21a4b8a79dba01e8cdab9ddf6cf8286</url>
    <id>131b0b56f21a4b8a79dba01e8cdab9ddf6cf8286</id>
    <committed-date>2009-09-12T05:09:08-07:00</committed-date>
    <authored-date>2009-09-12T05:09:08-07:00</authored-date>
    <message>Add invoke super and can execute bm_so_object.rb</message>
    <tree>cbdc46ba2e5195b99000370637b18cb311c76143</tree>
    <committer>
      <name>U-KOZUE\kozue</name>
      <email>m-72@tf6.so-net.ne.jp</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f37130ff5d116eb877e8b98e7236577fbaaf0b3</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/3f4fca8e6f484032ffcfaab6d42395f621c53b6b</url>
    <id>3f4fca8e6f484032ffcfaab6d42395f621c53b6b</id>
    <committed-date>2009-09-11T02:11:15-07:00</committed-date>
    <authored-date>2009-09-11T02:11:15-07:00</authored-date>
    <message>Type inference for int/float conversion bug fixed</message>
    <tree>e7a9fe03a182ece280f5757d43cb43514029ba31</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbae6974cc5a315bded1412a2a6e5bb67902c43c</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/7f37130ff5d116eb877e8b98e7236577fbaaf0b3</url>
    <id>7f37130ff5d116eb877e8b98e7236577fbaaf0b3</id>
    <committed-date>2009-09-10T05:39:04-07:00</committed-date>
    <authored-date>2009-09-10T05:39:04-07:00</authored-date>
    <message>modified bm_so_spectiralnorm.rb can execute</message>
    <tree>fb900829d1f6ea383edbc5ed9cf5add93d18ec4d</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14f19db8dcad5b59f380a0cf0514b31d793098a4</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/fbae6974cc5a315bded1412a2a6e5bb67902c43c</url>
    <id>fbae6974cc5a315bded1412a2a6e5bb67902c43c</id>
    <committed-date>2009-09-10T02:43:26-07:00</committed-date>
    <authored-date>2009-09-10T02:43:26-07:00</authored-date>
    <message>Some bugs fixed</message>
    <tree>1322b8b53b9d6529ccce98c32dbf19bb8bdeef17</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34aeed4c263dfd9c736b0ef5a19768611b73368e</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/14f19db8dcad5b59f380a0cf0514b31d793098a4</url>
    <id>14f19db8dcad5b59f380a0cf0514b31d793098a4</id>
    <committed-date>2009-09-03T06:05:28-07:00</committed-date>
    <authored-date>2009-09-03T06:05:28-07:00</authored-date>
    <message>Add y2llib/llvmruby.rb</message>
    <tree>ad260e39092a0be620718381b6fc3e6bb5034bf3</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f704a6c3fca375a575e234a680feeebd484d1d00</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/34aeed4c263dfd9c736b0ef5a19768611b73368e</url>
    <id>34aeed4c263dfd9c736b0ef5a19768611b73368e</id>
    <committed-date>2009-09-01T05:40:34-07:00</committed-date>
    <authored-date>2009-09-01T05:40:34-07:00</authored-date>
    <message>Improved type error message</message>
    <tree>4c14da40805a8ff31e8007079e59b84d1e291458</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a92a54ad5e788caa9b95c6bbebf335eb93658155</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/f704a6c3fca375a575e234a680feeebd484d1d00</url>
    <id>f704a6c3fca375a575e234a680feeebd484d1d00</id>
    <committed-date>2009-08-31T06:45:58-07:00</committed-date>
    <authored-date>2009-08-31T06:45:58-07:00</authored-date>
    <message>Type inference of String#unpack improved</message>
    <tree>5ea05141a289b2e4a7ccec1a5f0aebf947c56204</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0873fbd923046a222b6616c84afc590d449addaf</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/a92a54ad5e788caa9b95c6bbebf335eb93658155</url>
    <id>a92a54ad5e788caa9b95c6bbebf335eb93658155</id>
    <committed-date>2009-08-30T05:30:35-07:00</committed-date>
    <authored-date>2009-08-30T05:30:35-07:00</authored-date>
    <message>some methodes move from methoddef.rb to predlude.rb</message>
    <tree>0bdcbc76cc284994886c3f8308e4142314b8f670</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34c25f808a54dcbb975e2613a29846d774074bed</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/0873fbd923046a222b6616c84afc590d449addaf</url>
    <id>0873fbd923046a222b6616c84afc590d449addaf</id>
    <committed-date>2009-08-29T20:22:01-07:00</committed-date>
    <authored-date>2009-08-29T20:22:01-07:00</authored-date>
    <message>Add some methodes</message>
    <tree>5311b80151c35516e902a8f9d82840ca2c966691</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ff1b5070de33b2a1a384fd88d162439bfda49bf</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/34c25f808a54dcbb975e2613a29846d774074bed</url>
    <id>34c25f808a54dcbb975e2613a29846d774074bed</id>
    <committed-date>2009-08-29T04:32:43-07:00</committed-date>
    <authored-date>2009-08-29T04:32:43-07:00</authored-date>
    <message>Some bugs fixed</message>
    <tree>57fa496f44d3bf6b08d1742fd9b48e1ed6d0ad51</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>626b5fc85cc24810d21a5f7533de5fd66524306c</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/8ff1b5070de33b2a1a384fd88d162439bfda49bf</url>
    <id>8ff1b5070de33b2a1a384fd88d162439bfda49bf</id>
    <committed-date>2009-08-28T05:17:57-07:00</committed-date>
    <authored-date>2009-08-28T05:17:57-07:00</authored-date>
    <message>Can execute bm_so_nsieve.rb</message>
    <tree>de341eaeb4a720b01f3e79eabc6cec83e51c7f35</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7b81c8fe3e331007b2edd0cf79b968d28ef582f</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/626b5fc85cc24810d21a5f7533de5fd66524306c</url>
    <id>626b5fc85cc24810d21a5f7533de5fd66524306c</id>
    <committed-date>2009-08-27T06:03:24-07:00</committed-date>
    <authored-date>2009-08-27T06:03:24-07:00</authored-date>
    <message>Add opt_not</message>
    <tree>8880c35cc6d9c67aac6c6a0098632edd1abf83bb</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da520ee8090ffe89453ecac7eb03b0a71fd028ab</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/a7b81c8fe3e331007b2edd0cf79b968d28ef582f</url>
    <id>a7b81c8fe3e331007b2edd0cf79b968d28ef582f</id>
    <committed-date>2009-08-27T02:09:55-07:00</committed-date>
    <authored-date>2009-08-27T02:09:55-07:00</authored-date>
    <message>Can execute bm_so_mandelbloat.rb and bm_so_partial_sums</message>
    <tree>3568e10b2633c7c664d4d32b4f84e3eef545db1a</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dcf34be46f52829cd65eef6b7664183c4be69f4c</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/da520ee8090ffe89453ecac7eb03b0a71fd028ab</url>
    <id>da520ee8090ffe89453ecac7eb03b0a71fd028ab</id>
    <committed-date>2009-08-25T06:12:01-07:00</committed-date>
    <authored-date>2009-08-25T06:12:01-07:00</authored-date>
    <message>Can execute sample/santa.rb on linux</message>
    <tree>6016bdb9ca09d15a11ae0913d1e4a89590337c96</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>959ce989aa92604263da018626acd91c626b505b</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/dcf34be46f52829cd65eef6b7664183c4be69f4c</url>
    <id>dcf34be46f52829cd65eef6b7664183c4be69f4c</id>
    <committed-date>2009-08-24T05:19:45-07:00</committed-date>
    <authored-date>2009-08-24T05:19:45-07:00</authored-date>
    <message>Add type inference of block and float/integer type inference fixed</message>
    <tree>fabc5d982585459bccc3298ae5ee6074dd6c9c55</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e9f05bbd9b858a39ba3c5cd08b53d939970414f</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/959ce989aa92604263da018626acd91c626b505b</url>
    <id>959ce989aa92604263da018626acd91c626b505b</id>
    <committed-date>2009-08-21T11:31:22-07:00</committed-date>
    <authored-date>2009-08-21T11:31:22-07:00</authored-date>
    <message>Speedup gen_code_from_ruby</message>
    <tree>c79d9c0c1b89201745eb3b8eac3db862ccfdfe7f</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de3a4a3e2c7b6e78d6239f09013d7ced44df9cfb</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/3e9f05bbd9b858a39ba3c5cd08b53d939970414f</url>
    <id>3e9f05bbd9b858a39ba3c5cd08b53d939970414f</id>
    <committed-date>2009-08-20T06:52:27-07:00</committed-date>
    <authored-date>2009-08-20T06:52:27-07:00</authored-date>
    <message>Can execute bm_so_count_word</message>
    <tree>ae6253fb1435bae9cee134fa97155ddef8bc4e64</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>364283ab4863a323d7dfabfc85715ee682fbb4db</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/de3a4a3e2c7b6e78d6239f09013d7ced44df9cfb</url>
    <id>de3a4a3e2c7b6e78d6239f09013d7ced44df9cfb</id>
    <committed-date>2009-08-18T06:54:55-07:00</committed-date>
    <authored-date>2009-08-18T06:54:55-07:00</authored-date>
    <message>Some bugs fixed</message>
    <tree>fa0ee35a938964fd451b99939e00b0147c09d3d1</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd60271fe5e431d98e3486e5eb2b2d73196b3603</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/364283ab4863a323d7dfabfc85715ee682fbb4db</url>
    <id>364283ab4863a323d7dfabfc85715ee682fbb4db</id>
    <committed-date>2009-08-18T06:24:10-07:00</committed-date>
    <authored-date>2009-08-18T06:24:10-07:00</authored-date>
    <message>bm_so_matrix can execute</message>
    <tree>c819a5463cf94fc53e072e36a8a93049476d15fc</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e189255f617cdda8621890d1de4bf8e31f7c8f8</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/cd60271fe5e431d98e3486e5eb2b2d73196b3603</url>
    <id>cd60271fe5e431d98e3486e5eb2b2d73196b3603</id>
    <committed-date>2009-08-17T04:55:37-07:00</committed-date>
    <authored-date>2009-08-17T04:55:37-07:00</authored-date>
    <message>Add Array#* and String#*</message>
    <tree>adb70bcc4fc839e4dbf5447b8f0ddef5c54cf171</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03afa7fdaf4792b64fb6d241c87582710e7c5d1f</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/9e189255f617cdda8621890d1de4bf8e31f7c8f8</url>
    <id>9e189255f617cdda8621890d1de4bf8e31f7c8f8</id>
    <committed-date>2009-08-16T05:02:13-07:00</committed-date>
    <authored-date>2009-08-16T05:02:13-07:00</authored-date>
    <message>can execute bm_so_concat and bm_so_fannkuch</message>
    <tree>98b911cdabd9add746f6fc60c2274e48cc767dfd</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1844bda2f16d601bf7cb7cb16665a37b4d229e9b</id>
      </parent>
    </parents>
    <author>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </author>
    <url>http://github.com/miura1729/yarv2llvm/commit/03afa7fdaf4792b64fb6d241c87582710e7c5d1f</url>
    <id>03afa7fdaf4792b64fb6d241c87582710e7c5d1f</id>
    <committed-date>2009-08-14T22:56:55-07:00</committed-date>
    <authored-date>2009-08-14T22:56:55-07:00</authored-date>
    <message>Add Enumable#to_a</message>
    <tree>c5d196e775d832bd3338154dac460605fa39fd07</tree>
    <committer>
      <name>miura1729</name>
      <email>hideki@miura.miurakanko</email>
    </committer>
  </commit>
</commits>
