1. 2610806 Include recursive package for core compiler tools. (#7153) by Scott Todd · 3 years, 6 months ago
  2. 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
  3. c8736bf Fix kwarg bug in iree.runtime.load_vm_flatbuffer (#7120) by Phoenix Meadowlark · 3 years, 6 months ago
  4. 83ea4e0 Removing the internal_functions table from the VM flatbuffer. (#7066) by Ben Vanik · 3 years, 7 months ago
  5. bef60b4 [bindings/python] Correctly stringify iree_vm_variant_t (#6994) by Sean Silva · 3 years, 7 months ago
  6. cc68c16 function.py: Add support for mashaling list types on returns. (#6999) by Sean Silva · 3 years, 7 months ago
  7. 430e33a Don't print main address (#6967) by Sean Silva · 3 years, 7 months ago
  8. 3619f1f Fix typos in docs (#6946) by SaintMalik · 3 years, 7 months ago
  9. 28b3b41 Merge pull request #6885 from hanhanW:main-to-google by Copybara-Service · 3 years, 7 months ago
  10. 9321381 ...Internal refactor... by iree-copybara-bot · 3 years, 7 months ago
  11. a7e00ba Improvements to the TFLite Bindings Build.gradle #6864 by Kojo Acquah · 3 years, 7 months ago
  12. 7a1c579 Implement function.py return type coercion (#6832) by Kojo Acquah · 3 years, 7 months ago
  13. 2fb7a8d Reapply "Update TFLite concrete function conversion codes" (#6800) by Geoffrey Martin-Noble · 3 years, 7 months ago
  14. 0c3f652 Reworking status printing to use the system allocator. by Ben Vanik · 3 years, 8 months ago
  15. 9567838 Add printing of iree-translate main address (#6795) by Geoffrey Martin-Noble · 3 years, 8 months ago
  16. e67c660 Adding iree_hal_encoding_t enum and plumbing through runtime code. by Ben Vanik · 3 years, 8 months ago
  17. 5648981 Removing now unused IREE_ENABLE_MLIR cmake flag. by Ben Vanik · 3 years, 8 months ago
  18. c251a02 Add a tf-to-tosa option for the tensorflow importer (#6652) by rsuderman · 3 years, 8 months ago
  19. 4bcfab3 Flatten first structure level of tensorflow args and results. (#6636) by Stella Laurenzo · 3 years, 8 months ago
  20. 995b464 Upgrade to Python 3.7 (#6611) by Geoffrey Martin-Noble · 3 years, 8 months ago
  21. 7968136 Save MHLO input in iree-import-xla (#6550) by Geoffrey Martin-Noble · 3 years, 8 months ago
  22. 1ac7c5b Add support for saving mid level IR to a file. (#6439) by Han-Chung Wang · 3 years, 9 months ago
  23. 63f9f9f Add optional for exceptions to satisfy pytype (#6495) by Kojo Acquah · 3 years, 9 months ago
  24. 027de9b Support np.int16 in Python ABI. by iree-copybara-bot · 3 years, 9 months ago
  25. 80427f5 Merge pull request #6461 from ScottTodd:main-to-google by Copybara-Service · 3 years, 9 months ago
  26. 5ca3e18 Switching iree_allocator_t to a single control function ptr. (#6421) by Ben Vanik · 3 years, 9 months ago
  27. 8cc7831 Downgrade prints in iree.runtime to appropriate logging calls. (#6358) by Stella Laurenzo · 3 years, 9 months ago
  28. abe6c76 Adding iree-run-trace binary. (#6336) by Ben Vanik · 3 years, 9 months ago
  29. 7304521 Re-implement the python tracing facility. (#6318) by Stella Laurenzo · 3 years, 9 months ago
  30. 58fbb7b Moving Status/StatusOr to iree/base/status_cc.h. by Ben Vanik · 3 years, 10 months ago
  31. 6ada293 Renaming HAL module. by Ben Vanik · 3 years, 10 months ago
  32. df89eb0 Removing usage of the abseil c++ library from IREE. (#6259) by Ben Vanik · 3 years, 10 months ago
  33. b9b794b Removing quite a bit of absl from iree/. (#6256) by Ben Vanik · 3 years, 10 months ago
  34. 5e68473 Removing the strings and tensorlist TF support. (#6248) by Ben Vanik · 3 years, 10 months ago
  35. b008ff6 Add python console_scripts for iree-translate, iree-import-tf, iree-import-tflite, iree-import-xla. (#6237) by Stella Laurenzo · 3 years, 10 months ago
  36. 037497f Add a facility so that the Python API will save off all temporaries. (#6229) by Stella Laurenzo · 3 years, 10 months ago
  37. ab7ce70 Merge google->main (#6215) by Geoffrey Martin-Noble · 3 years, 10 months ago
  38. 76b17aa Add proper package configuration for iree.jax Python package. (#6214) by Stella Laurenzo · 3 years, 10 months ago
  39. 9d21ad5 Merge main -> google by Stella Laurenzo · 3 years, 10 months ago
  40. 1375d55 Update gradle to build TFLilte Java bindings AAR library (#6197) by Kojo Acquah · 3 years, 10 months ago
  41. be6d0b6 Removing the SIP signature parser from the runtime. (#6203) by Ben Vanik · 3 years, 10 months ago
  42. f980bf6 Removing iree.module.export. (#6202) by Ben Vanik · 3 years, 10 months ago
  43. 0bb39fc Delete old SIP ABI. (#6200) by Stella Laurenzo · 3 years, 10 months ago
  44. 187aa7f Flip flags to enable IREE native ABI. (#6155) by Ben Vanik · 3 years, 10 months ago
  45. bd3dd68 Merge google -> main (#6167) by NatashaKnk · 3 years, 10 months ago
  46. 82aec07 Run clang-format by natashaknk · 3 years, 10 months ago
  47. 77732f1 Check fread error in tflite bindings. (#6147) by Ben Vanik · 3 years, 10 months ago
  48. 972fa79 Add VM->Python mapping for i1 buffer views. (#6170) by Stella Laurenzo · 3 years, 10 months ago
  49. 4488420 Add DataType and tweak InterpreterTest for TFLite bindings. by iree-copybara-bot · 3 years, 10 months ago
  50. 804266f Introduce `input_type` to specify input pipeline and re-organize the (#6030) by Stella Laurenzo · 3 years, 10 months ago
  51. f8d05b1 Making C struct and enum usage consistent across the runtime code. (#6029) by Ben Vanik · 3 years, 10 months ago
  52. 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
  53. 5d00d54 Merge google -> main (#5912) by not-jenni · 3 years, 11 months ago
  54. c6b019c Merge pull request #5902 from not-jenni:main-to-google by Copybara-Service · 3 years, 11 months ago
  55. 609c232 Dropping the VMLA runtime. (#5900) by Ben Vanik · 3 years, 11 months ago
  56. ab3b79f Dropping VMLA tests in as many places as possible. (#5898) by Ben Vanik · 3 years, 11 months ago
  57. 9995604 More pre-factoring for native ABI swap. (#5886) by Stella Laurenzo · 3 years, 11 months ago
  58. 560c45d Integrate LLVM at llvm/llvm-project@7c57a9bd7d4c by iree-copybara-bot · 3 years, 11 months ago
  59. 29fdc8c Rename iree-tf-import -> iree-import-tf for consistency (#5706) by Shivam Gupta · 3 years, 11 months ago
  60. 5ba8a7a Finish implementing native ABI support. (#5844) by Stella Laurenzo · 3 years, 11 months ago
  61. 24fbc70 Rename c_output to c_identifier and set for embedded bytecode modules. by Scott Todd · 3 years, 11 months ago
  62. 0b56c88 Switch iree_bytecode_module uses of cc_embed_data to c_embed_data. by Scott Todd · 3 years, 11 months ago
  63. 397c4fc Implement python argument decoding for list/tuple/dict nests. (#5811) by Stella Laurenzo · 4 years ago
  64. 038d5f0 Disable printing op on diagnostics in user tools by default. (#5806) by Stella Laurenzo · 4 years ago
  65. 546c9b7 Exclude some targets when compiler or test builds are off. by Scott Todd · 4 years ago
  66. f845ebb Merge google -> main (#5792) by Scott Todd · 4 years ago
  67. 1802fe5 Misc Python API cleanups to support native ABI uses encountered. (#5785) by Stella Laurenzo · 4 years ago
  68. 14a92de Improve compatibility of markdown formatting for bullet points. by Fergus Henderson · 4 years ago
  69. f22645e Disable native bindings when targeting the tflite bindings. (#5776) by Ben Vanik · 4 years ago
  70. a481b6d Merge pull request #5748 from google/benvanik-vm-buffers by Ben Vanik · 4 years ago
  71. 07a1cff Clean up tflite docs table formatting a bit (#5773) by Geoffrey Martin-Noble · 4 years ago
  72. 6bef336 Making `iree_vm_buffer_t` a real type and adding methods. by Ben Vanik · 4 years ago
  73. b69d0cc Adding iree/runtime/ as a higher-level C API. (#5707) by Ben Vanik · 4 years ago
  74. 945089a Merge google -> main (#5754) by Scott Todd · 4 years ago
  75. 3704421 Fix broken table formatting. by Fergus Henderson · 4 years ago
  76. b10a895 Split CI requirements from user-level build_requirements.txt. by Stella Laurenzo · 4 years ago
  77. 0b3289a Add convenience functions to runtime bindings and disambiguate names (#5697) by Phoenix Meadowlark · 4 years ago
  78. aeaaad6 Re-implements IREE function dispatch in python on top of the native ABI. (#5698) by Stella Laurenzo · 4 years ago
  79. 0e94d2b Shuffling iree/base/internal/ to better support disabled synchronization. (#5708) by Ben Vanik · 4 years ago
  80. c5d6e8a Moving synchronization and threading to iree/base/internal/. by Ben Vanik · 4 years ago
  81. 7c2d310 Renaming //iree/base:api to //iree/base. by Ben Vanik · 4 years ago
  82. 193c760 Renaming //iree/hal:api to //iree/hal. by Ben Vanik · 4 years ago
  83. 98966f3 Adding an iree/base/config.h and splitting out some of iree/base/api.h. (#5630) by Ben Vanik · 4 years ago
  84. db7f611 Merge pull request #5602 from google/benvanik-flags by Ben Vanik · 4 years ago
  85. 8f74952 Add support for returning empty sequences in the IREE-JAX frontend. by Phoenix Meadowlark · 4 years ago
  86. ebeb5fc Swapping from abseil flags to IREE flags. by Ben Vanik · 4 years ago
  87. 5bf3994 IREE Java TFLite Bindings (#5361) by Kojo Acquah · 4 years ago
  88. 3fc84c3 Add support for returning Python tuples (#5347) by Phoenix Meadowlark · 4 years ago
  89. de2aabc Control TF MLIR print options via flags (#5336) by Phoenix Meadowlark · 4 years ago
  90. d52272f Add support for ingesting funky dictionary data-types in IREE's python runtime bindings. by Phoenix Meadowlark · 4 years ago
  91. d4304f3 Replace remaining uses of absl::make_unique with std::make_unique. (#5254) by Scott Todd · 4 years ago
  92. b327096 rename iree.rt to iree.runtime (#5148) by Phoenix Meadowlark · 4 years, 1 month ago
  93. 5a8954e Rename 'pyiree' to 'iree' (#5145) by Phoenix Meadowlark · 4 years, 1 month ago
  94. 9ae2e49 Rename compiler2 to compiler (#5113) by Phoenix Meadowlark · 4 years, 1 month ago
  95. caa49e2 Renaming iree/base/signature_mangle.* to signature_parser.*. by Ben Vanik · 4 years, 1 month ago
  96. 40428dd Moving SIP to iree/compiler/Bindings/SIP/. by Ben Vanik · 4 years, 1 month ago
  97. bfe0bc4 Changing to `-iree-flow-export-benchmark-funcs` flag. by Ben Vanik · 4 years, 1 month ago
  98. c31cb9d Support HLO Text format for the XLA importer. (#4984) by Stella Laurenzo · 4 years, 1 month ago
  99. f03c3c1 Use separate Bazel invocation for TF integration binaries (#4836) by Geoffrey Martin-Noble · 4 years, 1 month ago
  100. 0782fd8 Update docs following LLVM AOT linker cleanup. (#4950) by Scott Todd · 4 years, 1 month ago