)]}'
{
  "log": [
    {
      "commit": "16e528957869c7debb1f6758c9a364819e15ee1a",
      "tree": "050d42754ce9bca3c3e23652093cd209ae59ea53",
      "parents": [
        "1d2d8b1b6b359f5f476ef78662baa4b8782be530"
      ],
      "author": {
        "name": "Mads Ager",
        "email": "ager@google.com",
        "time": "Fri Jul 14 13:11:37 2017 +0200"
      },
      "committer": {
        "name": "Mads Ager",
        "email": "ager@google.com",
        "time": "Thu Aug 10 14:04:04 2017 +0200"
      },
      "message": "RFC: Generate select instruction for conditional returns.\n\nThe select generator currently only inserts select instructions\nif there is a diamond shape with a phi.\n\nThis change extends the select generator to also deal with the\npattern:\n\n  if (condition) {\n    movable instruction 0\n    return value0\n  } else {\n    movable instruction 1\n    return value1\n  }\n\nwhich it turns into:\n\n  moveable instruction 0\n  moveable instruction 1\n  return select (value0, value1, condition)\n\nTest: 592-checker-regression-bool-input\nChange-Id: Iac50fb181dc2c9b7619f28977298662bc09fc0e1\n"
    },
    {
      "commit": "94f62efea7aea61b242af9adf4af6ceb6020e387",
      "tree": "110987695260a4ff39136cbfacc39bc4796195dc",
      "parents": [
        "1345aa365e8baae25d2b3a859a4858fffbe6b11f"
      ],
      "author": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Thu Mar 24 15:01:33 2016 +0000"
      },
      "committer": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Thu Mar 24 15:01:33 2016 +0000"
      },
      "message": "ART: Fix run-test\n\nFollow-up to Ic61ea2193765b4578550538e965ca4f80fa4b287\n\nBug: 27625564\nChange-Id: Ia8b128a05b473896ba9a55df0d2aaf34ae6d06f3\n"
    },
    {
      "commit": "11edec7e7e8ac93f826d687b644fe700fab68993",
      "tree": "7a1a1bbbc7ae37a31f8301038f56f19b20be62f4",
      "parents": [
        "843a65556616183a36792bbcc1632c6d8d0e78b2"
      ],
      "author": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Thu Mar 24 12:40:52 2016 +0000"
      },
      "committer": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Thu Mar 24 14:21:46 2016 +0000"
      },
      "message": "ART: Loosen a GraphChecker rule on Boolean inputs\n\nGraphChecker tries to verify that Boolean inputs are properly typed.\nThis is non-trivial in the presence of simplifying optimizations\nwhich capitalize on the fact that a Boolean value is internally\nrepresented as an integer.\n\nThis patch removes the test from GraphChecker.\n\nBug: 27625564\nChange-Id: Ic61ea2193765b4578550538e965ca4f80fa4b287\n"
    }
  ]
}
