)]}'
{
  "commit": "ddf5725ef180692b60962ae56e352a7af6fc5919",
  "tree": "0ffdf6b4681920c31fdda6d34cedd5590c65280b",
  "parents": [
    "3993a47bb58f7b6da9940d084e62e54a821e81fc"
  ],
  "author": {
    "name": "Dmitry Chestnykh",
    "email": "dm.chestnykh@gmail.com",
    "time": "Wed Jul 24 11:20:36 2024 +0300"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Wed Jul 24 11:20:36 2024 +0300"
  },
  "message": "[nsan] Emit calls to optimized functions (#98900)\n\nAs previously noted in nsan.cpp we can implement\r\noptimized variants of `__nsan_copy_values` and\r\n`__nsan_set_value_unknown` if a memory operation\r\nsize is known.\r\nNow the instrumentation creates calls to optimized functions if there is\r\n4, 8 or 16-byte memory operation like\r\n`memset(X, value, 4/8/16)` or `memcpy(dst, src, 4/8/16)`\r\nnsan.cpp provides definitions of the optimized functions.",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "718242c2ecdf805e468ecc95a8d4cea00ce1f4c0",
      "old_mode": 33188,
      "old_path": "compiler-rt/lib/nsan/nsan.cpp",
      "new_id": "568a1b3a65575365f0e88d4ff31f5afde70290b8",
      "new_mode": 33188,
      "new_path": "compiler-rt/lib/nsan/nsan.cpp"
    },
    {
      "type": "modify",
      "old_id": "99b1c779f316780c7b4e37e2f2e917db1e4bed3e",
      "old_mode": 33188,
      "old_path": "llvm/lib/Transforms/Instrumentation/NumericalStabilitySanitizer.cpp",
      "new_id": "0b54f571f550831385976a0b3796f260dcadfbc3",
      "new_mode": 33188,
      "new_path": "llvm/lib/Transforms/Instrumentation/NumericalStabilitySanitizer.cpp"
    },
    {
      "type": "modify",
      "old_id": "3fe78d8b19b0add1fa4c058230a75462acc7d0c2",
      "old_mode": 33188,
      "old_path": "llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll",
      "new_id": "31f32d7bd8df5b6f4cb2d90871bbb9520002422b",
      "new_mode": 33188,
      "new_path": "llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll"
    }
  ]
}
