1. 89e9530 Adding a VM bytecode disassembler and flags for tracing to stderr. (#7261) by Ben Vanik · 3 years, 6 months ago
  2. 71904de Fixing breakage from midair collision. by Ben Vanik · 3 years, 6 months ago
  3. 6c4dd5b Removing linkage name from iree_vm_module_lookup_function_by_ordinal. (#7266) by Ben Vanik · 3 years, 6 months ago
  4. c459808 [pydm] Plumb through RTL and finish conversions for basic program. (#7244) by Stella Laurenzo · 3 years, 6 months ago
  5. 58ee939 Add missing tool install deps (fixes runtime release). by Stella Laurenzo · 3 years, 6 months ago
  6. 3744464 Add iree-(run|benchmark)-trace console scripts to iree-runtime package. (#7227) by Stella Laurenzo · 3 years, 6 months ago
  7. 48a4330 Remove old bindings/python/iree/compiler API. (#7201) by Stella Laurenzo · 3 years, 6 months ago
  8. 2610806 Include recursive package for core compiler tools. (#7153) by Scott Todd · 3 years, 6 months ago
  9. 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
  10. c8736bf Fix kwarg bug in iree.runtime.load_vm_flatbuffer (#7120) by Phoenix Meadowlark · 3 years, 6 months ago
  11. 83ea4e0 Removing the internal_functions table from the VM flatbuffer. (#7066) by Ben Vanik · 3 years, 7 months ago
  12. bef60b4 [bindings/python] Correctly stringify iree_vm_variant_t (#6994) by Sean Silva · 3 years, 7 months ago
  13. cc68c16 function.py: Add support for mashaling list types on returns. (#6999) by Sean Silva · 3 years, 7 months ago
  14. 430e33a Don't print main address (#6967) by Sean Silva · 3 years, 7 months ago
  15. 3619f1f Fix typos in docs (#6946) by SaintMalik · 3 years, 7 months ago
  16. 7a1c579 Implement function.py return type coercion (#6832) by Kojo Acquah · 3 years, 7 months ago
  17. 2fb7a8d Reapply "Update TFLite concrete function conversion codes" (#6800) by Geoffrey Martin-Noble · 3 years, 7 months ago
  18. 0c3f652 Reworking status printing to use the system allocator. by Ben Vanik · 3 years, 8 months ago
  19. 9567838 Add printing of iree-translate main address (#6795) by Geoffrey Martin-Noble · 3 years, 8 months ago
  20. e67c660 Adding iree_hal_encoding_t enum and plumbing through runtime code. by Ben Vanik · 3 years, 8 months ago
  21. c251a02 Add a tf-to-tosa option for the tensorflow importer (#6652) by rsuderman · 3 years, 8 months ago
  22. 4bcfab3 Flatten first structure level of tensorflow args and results. (#6636) by Stella Laurenzo · 3 years, 8 months ago
  23. 995b464 Upgrade to Python 3.7 (#6611) by Geoffrey Martin-Noble · 3 years, 8 months ago
  24. 7968136 Save MHLO input in iree-import-xla (#6550) by Geoffrey Martin-Noble · 3 years, 8 months ago
  25. 1ac7c5b Add support for saving mid level IR to a file. (#6439) by Han-Chung Wang · 3 years, 9 months ago
  26. 63f9f9f Add optional for exceptions to satisfy pytype (#6495) by Kojo Acquah · 3 years, 9 months ago
  27. 027de9b Support np.int16 in Python ABI. by iree-copybara-bot · 3 years, 9 months ago
  28. 80427f5 Merge pull request #6461 from ScottTodd:main-to-google by Copybara-Service · 3 years, 9 months ago
  29. 5ca3e18 Switching iree_allocator_t to a single control function ptr. (#6421) by Ben Vanik · 3 years, 9 months ago
  30. 8cc7831 Downgrade prints in iree.runtime to appropriate logging calls. (#6358) by Stella Laurenzo · 3 years, 9 months ago
  31. abe6c76 Adding iree-run-trace binary. (#6336) by Ben Vanik · 3 years, 9 months ago
  32. 7304521 Re-implement the python tracing facility. (#6318) by Stella Laurenzo · 3 years, 9 months ago
  33. 58fbb7b Moving Status/StatusOr to iree/base/status_cc.h. by Ben Vanik · 3 years, 9 months ago
  34. 6ada293 Renaming HAL module. by Ben Vanik · 3 years, 9 months ago
  35. df89eb0 Removing usage of the abseil c++ library from IREE. (#6259) by Ben Vanik · 3 years, 10 months ago
  36. b9b794b Removing quite a bit of absl from iree/. (#6256) by Ben Vanik · 3 years, 10 months ago
  37. 5e68473 Removing the strings and tensorlist TF support. (#6248) by Ben Vanik · 3 years, 10 months ago
  38. 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
  39. 037497f Add a facility so that the Python API will save off all temporaries. (#6229) by Stella Laurenzo · 3 years, 10 months ago
  40. ab7ce70 Merge google->main (#6215) by Geoffrey Martin-Noble · 3 years, 10 months ago
  41. 76b17aa Add proper package configuration for iree.jax Python package. (#6214) by Stella Laurenzo · 3 years, 10 months ago
  42. 9d21ad5 Merge main -> google by Stella Laurenzo · 3 years, 10 months ago
  43. be6d0b6 Removing the SIP signature parser from the runtime. (#6203) by Ben Vanik · 3 years, 10 months ago
  44. f980bf6 Removing iree.module.export. (#6202) by Ben Vanik · 3 years, 10 months ago
  45. 0bb39fc Delete old SIP ABI. (#6200) by Stella Laurenzo · 3 years, 10 months ago
  46. 187aa7f Flip flags to enable IREE native ABI. (#6155) by Ben Vanik · 3 years, 10 months ago
  47. 972fa79 Add VM->Python mapping for i1 buffer views. (#6170) by Stella Laurenzo · 3 years, 10 months ago
  48. 804266f Introduce `input_type` to specify input pipeline and re-organize the (#6030) by Stella Laurenzo · 3 years, 10 months ago
  49. f8d05b1 Making C struct and enum usage consistent across the runtime code. (#6029) by Ben Vanik · 3 years, 10 months ago
  50. 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
  51. 5d00d54 Merge google -> main (#5912) by not-jenni · 3 years, 11 months ago
  52. c6b019c Merge pull request #5902 from not-jenni:main-to-google by Copybara-Service · 3 years, 11 months ago
  53. 609c232 Dropping the VMLA runtime. (#5900) by Ben Vanik · 3 years, 11 months ago
  54. ab3b79f Dropping VMLA tests in as many places as possible. (#5898) by Ben Vanik · 3 years, 11 months ago
  55. 9995604 More pre-factoring for native ABI swap. (#5886) by Stella Laurenzo · 3 years, 11 months ago
  56. 560c45d Integrate LLVM at llvm/llvm-project@7c57a9bd7d4c by iree-copybara-bot · 3 years, 11 months ago
  57. 29fdc8c Rename iree-tf-import -> iree-import-tf for consistency (#5706) by Shivam Gupta · 3 years, 11 months ago
  58. 5ba8a7a Finish implementing native ABI support. (#5844) by Stella Laurenzo · 3 years, 11 months ago
  59. 397c4fc Implement python argument decoding for list/tuple/dict nests. (#5811) by Stella Laurenzo · 3 years, 11 months ago
  60. 038d5f0 Disable printing op on diagnostics in user tools by default. (#5806) by Stella Laurenzo · 3 years, 11 months ago
  61. 1802fe5 Misc Python API cleanups to support native ABI uses encountered. (#5785) by Stella Laurenzo · 3 years, 11 months ago
  62. b69d0cc Adding iree/runtime/ as a higher-level C API. (#5707) by Ben Vanik · 4 years ago
  63. b10a895 Split CI requirements from user-level build_requirements.txt. by Stella Laurenzo · 4 years ago
  64. 0b3289a Add convenience functions to runtime bindings and disambiguate names (#5697) by Phoenix Meadowlark · 4 years ago
  65. aeaaad6 Re-implements IREE function dispatch in python on top of the native ABI. (#5698) by Stella Laurenzo · 4 years ago
  66. 7c2d310 Renaming //iree/base:api to //iree/base. by Ben Vanik · 4 years ago
  67. 193c760 Renaming //iree/hal:api to //iree/hal. by Ben Vanik · 4 years ago
  68. db7f611 Merge pull request #5602 from google/benvanik-flags by Ben Vanik · 4 years ago
  69. 8f74952 Add support for returning empty sequences in the IREE-JAX frontend. by Phoenix Meadowlark · 4 years ago
  70. ebeb5fc Swapping from abseil flags to IREE flags. by Ben Vanik · 4 years ago
  71. 3fc84c3 Add support for returning Python tuples (#5347) by Phoenix Meadowlark · 4 years ago
  72. de2aabc Control TF MLIR print options via flags (#5336) by Phoenix Meadowlark · 4 years ago
  73. d52272f Add support for ingesting funky dictionary data-types in IREE's python runtime bindings. by Phoenix Meadowlark · 4 years ago
  74. d4304f3 Replace remaining uses of absl::make_unique with std::make_unique. (#5254) by Scott Todd · 4 years ago
  75. b327096 rename iree.rt to iree.runtime (#5148) by Phoenix Meadowlark · 4 years ago
  76. 5a8954e Rename 'pyiree' to 'iree' (#5145) by Phoenix Meadowlark · 4 years, 1 month ago
  77. 9ae2e49 Rename compiler2 to compiler (#5113) by Phoenix Meadowlark · 4 years, 1 month ago
  78. caa49e2 Renaming iree/base/signature_mangle.* to signature_parser.*. by Ben Vanik · 4 years, 1 month ago
  79. 40428dd Moving SIP to iree/compiler/Bindings/SIP/. by Ben Vanik · 4 years, 1 month ago
  80. bfe0bc4 Changing to `-iree-flow-export-benchmark-funcs` flag. by Ben Vanik · 4 years, 1 month ago
  81. c31cb9d Support HLO Text format for the XLA importer. (#4984) by Stella Laurenzo · 4 years, 1 month ago
  82. f03c3c1 Use separate Bazel invocation for TF integration binaries (#4836) by Geoffrey Martin-Noble · 4 years, 1 month ago
  83. 0782fd8 Update docs following LLVM AOT linker cleanup. (#4950) by Scott Todd · 4 years, 1 month ago
  84. 719fb15 Remove skip_bazel_to_cmake marker file support. (#4931) by Stella Laurenzo · 4 years, 1 month ago
  85. 58b216e Allow '-' in OutputFormat enum parsing (#4850) by Phoenix Meadowlark · 4 years, 1 month ago
  86. 2e8e44c Passing iree_vm_ref_t's to check_deref as values. by Ben Vanik · 4 years, 2 months ago
  87. 2a5acd1 Swapping `[]` -> `CD` and `.` -> `_` in the VM calling convention. (#4771) by Ben Vanik · 4 years, 2 months ago
  88. 4c3280f Python error messages print the full IREE status if available. by Stella Laurenzo · 4 years, 2 months ago
  89. 2325b05 Merge pull request #4743 from google/benvanik-reordering-1 by Ben Vanik · 4 years, 2 months ago
  90. a3c888c Reordering hal.buffer_view.create/iree_hal_buffer_view_create args. by Ben Vanik · 4 years, 2 months ago
  91. e511e25 Retain the backing device with python mapped array memory. by Stella Laurenzo · 4 years, 2 months ago
  92. ab6ec7f Removing unused Status helpers from pyiree. by Ben Vanik · 4 years, 2 months ago
  93. 414d020 Merge pull request #4694 from google/benvanik-tflite-metadata by Ben Vanik · 4 years, 2 months ago
  94. 8c72dd0 Making the default iree-import-tflite output readable. by Ben Vanik · 4 years, 2 months ago
  95. b0b7cc4 Wiring up the tflite bindings to use the new compiler-generated methods. by Ben Vanik · 4 years, 2 months ago
  96. 56972d8 bindings/python/pyiree/jax/frontend_test is currently failing, so disable it for now by Jenni Kilduff · 4 years, 2 months ago
  97. c5207cc Merge pull request #4682 from not-jenni:main-to-google by Copybara-Service · 4 years, 2 months ago
  98. 30ac665 Add JAX to iree-frontends CI (#4669) by Phoenix Meadowlark · 4 years, 2 months ago
  99. fa20c46 Add internal build support for the IREE-JAX frontend. by Phoenix Meadowlark · 4 years, 2 months ago
  100. 8d74bfa Merge pull request #4571 from google/staging-hal-rewrite by Ben Vanik · 4 years, 2 months ago