- 9e63d75 Add third_party/format_diff/ and github actions yapf linting (#3482) by Phoenix Meadowlark · 4 years, 5 months ago
- 7f12e79 Add support for building TFHub intree. by Phoenix Meadowlark · 4 years, 6 months ago
- fa255e9 Add support for TF-structured arguments to python API. by Stella Laurenzo · 4 years, 6 months ago
- c05e157 Rename Logging macros to avoid conflicts by Geoffrey Martin-Noble · 4 years, 6 months ago
- 5b26407 Merge pull request #3120 from hanhanW:main-to-google by Copybara-Service · 4 years, 7 months ago
- 465279e Use nested references in HAL command buffer dispatches. (#3047) by Scott Todd · 4 years, 7 months ago
- 9228670 Remove IREE usage of the Global Dialect Registry (#3036) by Geoffrey Martin-Noble · 4 years, 7 months ago
- 7f8f2c5 Opt-in to the global dialect registry by Geoffrey Martin-Noble · 4 years, 7 months ago
- 92689b8 Adds support for invoking a function through the java api by Jenni Kilduff · 4 years, 7 months ago
- 3a6869d C++ binary to help test calls made by the java bindings by Jenni Kilduff · 4 years, 7 months ago
- 42ff8eb Merge main -> google by Rob Suderman · 4 years, 7 months ago
- 2013dec Treat FunctionWrapper as an output argument when resolving a function by Jenni Kilduff · 4 years, 7 months ago
- 9d12a42 Remove IREE_REGISTER_MLIR_PASSES: re-registration is supported in MLIR for a long time now. by Mehdi Amini · 4 years, 7 months ago
- 797d7a9 Merge pull request #2981 from rsuderman:main-to-google by Copybara-Service · 4 years, 7 months ago
- 5d28ebc Fixed boolean inputs/outputs in tests. (#2923) by rsuderman · 4 years, 7 months ago
- 84e4b20 Merge pull request #2955 from ScottTodd:main-to-google by Copybara-Service · 4 years, 7 months ago
- c48958b Merge from main. by Scott Todd · 4 years, 7 months ago
- fa9dcf2 Integrate LLVM at llvm/llvm-project@f9dc2b707935 by iree-copybara-bot · 4 years, 7 months ago
- ff8fe7c Remove localfile and platform switches for base file deps. by Scott Todd · 4 years, 7 months ago
- a5593f8 Add serialization for benchmarking e2e test modules with IREE (#2895) by Phoenix Meadowlark · 4 years, 7 months ago
- 35a7a27 Fixing clang/bazel warnings. by Ben Vanik · 4 years, 8 months ago
- 4af1db2 Removing ToApiStatus and api_util.h. by Ben Vanik · 4 years, 8 months ago
- 636bde3 Renaming RETURN_IF_ERROR to IREE_RETURN_IF_ERROR. by Ben Vanik · 4 years, 8 months ago
- 5527e48 Removing FromApiStatus and unifying IREE_RETURN_IF_ERROR macros. by Ben Vanik · 4 years, 8 months ago
- 81dacbb Preparing for removal of Status::message and simplifying comparisons. by Ben Vanik · 4 years, 8 months ago
- f5bd6fd Changing IREE_ALLOCATOR_* macros to static inline functions. by Ben Vanik · 4 years, 8 months ago
- bce528f Adding status messages for all C status results. by Ben Vanik · 4 years, 8 months ago
- af5401f Updating iree_status_t usage and adding tons of error messages. by Ben Vanik · 4 years, 8 months ago
- 064dd2b Merge pull request #2742 from google/benvanik-vm64-flags by Ben Vanik · 4 years, 8 months ago
- 0a47343 Plumbing VM TargetOptions through conversion passes. by Ben Vanik · 4 years, 8 months ago
- d13546b Remove uses of kind on derived mlir Attribute and Type classes (#2861) by River Riddle · 4 years, 8 months ago
- 7fc1dd5 Add logging to pyiree.rt tests and enable function_abi_test (#2854) by Phoenix Meadowlark · 4 years, 8 months ago
- 9c5ef24 Remove python2 compatibility code (#2853) by Phoenix Meadowlark · 4 years, 8 months ago
- 4609f44 Exclude bindings/java from the clang-format check. by Hanhan Wang · 4 years, 8 months ago
- 2c94a10 Adds some useful logging functions to Function and Module in the java bindings by Jenni Kilduff · 4 years, 8 months ago
- 6c1869b Add license header to linker scripts (#2724) by Geoffrey Martin-Noble · 4 years, 8 months ago
- aafabbc Add linker scripts to cmake pyiree builds to hide symbols. (#2707) by Stella Laurenzo · 4 years, 8 months ago
- c404740 Merge pull request #2677 from antiagainst/google-to-main by Lei Zhang · 4 years, 8 months ago
- 6326322 Include python headers even if nested. (#2669) by Stella Laurenzo · 4 years, 8 months ago
- fe08df7 Add shape and tf saved model passes to opt. by Stella Laurenzo · 4 years, 8 months ago
- ad2d973 Merge branch 'google' into main-to-google by Rob Suderman · 4 years, 8 months ago
- c8f906c Step 2 of enabling multipy support. (#2590) by Stella Laurenzo · 4 years, 8 months ago
- 6cbc838 Merge pull request #2606 from rsuderman:main-to-google by Copybara-Service · 4 years, 8 months ago
- 66578b0 Step 1 of creating multi-python bindings. (#2576) by Stella Laurenzo · 4 years, 8 months ago
- 153a8c4 Fixed vulkan errors with not destroyed lists and incorrect error check on pybindings (#2585) by rsuderman · 4 years, 8 months ago
- 09aa1fe Merge google -> main #2581 by rsuderman · 4 years, 8 months ago
- 280b771 Renaming iree_vm_variant2_t to iree_vm_variant_t. by Ben Vanik · 4 years, 9 months ago
- e8a9ec4 Replacing iree_vm_variant_list_t with iree_vm_list_t. by Ben Vanik · 4 years, 9 months ago
- b2a74d1 Adds a JNI wrapper around IREE Function by Jenni Kilduff · 4 years, 9 months ago
- c89e8ee Merge pull request #2543 from ScottTodd:main-to-google by Copybara-Service · 4 years, 9 months ago
- 083ac8e Fix layering and turn on layering_check (#2540) by Geoffrey Martin-Noble · 4 years, 9 months ago
- af5f150 Adds a way to register modules with the context through the java API by Jenni Kilduff · 4 years, 9 months ago
- cc491d2 Release instance, context, and module in cc wrappers when freed in the java api by Jenni Kilduff · 4 years, 9 months ago
- 3a41cd8 Merge pull request #2420 from GMNGeoffrey:main-to-google by Copybara-Service · 4 years, 9 months ago
- ccc47e8 Rename `xla_hlo` dialect to `mhlo` by Mehdi Amini · 4 years, 9 months ago
- 8a25757 Use new iree_py_binary macro so that legacy_create_init gets set properly. (#2406) by Stella Laurenzo · 4 years, 9 months ago
- e6e5839 LLVMAOTTarget compilation and linking by Ahmed S. Taei · 4 years, 9 months ago
- 4e5167d Update URLs from `master` to `main` branch. (#2335) by Scott Todd · 4 years, 9 months ago
- 40ac8d0 Add support for marshaling scalar arguments/results. by Scott Todd · 4 years, 9 months ago
- 7b2f9b8 Rename ContextTest to IntegrationTest now that it is testing the entire java API by Jenni Kilduff · 4 years, 10 months ago
- f51ec31 Adds a JNI wrapper around IREE module by Jenni Kilduff · 4 years, 10 months ago
- 4c0a53e Reworking VM stack ABI to use host stack storage in most cases by Ben Vanik · 4 years, 10 months ago
- 85289fa Replace '{black/white}list' with '{block/allow}list'. by Scott Todd · 4 years, 10 months ago
- 9db8142 Use Bazel target names aligned with upstream library names by Geoffrey Martin-Noble · 4 years, 10 months ago
- 657823d Removes all bazel GitHub Actions files and all references to them. by phoenix-meadowlark · 4 years, 10 months ago
- f660f51 Move packaging out of bindings directory by Geoffrey Martin-Noble · 4 years, 10 months ago
- 0247b67 Format Status.java. by Scott Todd · 4 years, 10 months ago
- 273ff3a Add nokokoro tag to targets that cannot build on RBE by phoenix-meadowlark · 4 years, 10 months ago
- ccbe1c8 Split LLVMTarget into LLVMIRTarget and (WIP) LLVMAOTTarget. by Scott Todd · 4 years, 10 months ago
- 0070bd3 Update the PIP build process to package from either bazel or cmake. by Stella Laurenzo · 4 years, 10 months ago
- c4d7d2a Refactor e2e integrations BUILD into test suites. by phoenix-meadowlark · 4 years, 10 months ago
- 8d77427 Creates an IREE Status in Java matching the C implementation, and passes status codes through jni by Jenni Kilduff · 4 years, 10 months ago
- 92f74b2 Refactor passes and dialect registration + deps by Marius Brehler · 4 years, 10 months ago
- d1fc068 Adds a JNI wrapper around IREE instance, and updates the java Context to be created with a java Instance by Jenni Kilduff · 4 years, 10 months ago
- daaf388 Run CMake in a docker container on Kokoro and add bindings tests. by phoenix-meadowlark · 4 years, 10 months ago
- 2838464 Making many free/release/deinit functions return void. by Ben Vanik · 4 years, 11 months ago
- 5ddf9a2 Updates all java_* BUILD rules to android_* to transition java bindings to android bindings by Jenni Kilduff · 4 years, 11 months ago
- 56d44bf Merging early work on Tracy feature branch. by Ben Vanik · 4 years, 11 months ago
- cc63374 Enable python bindings tests on RBE by phoenix-meadowlark · 4 years, 11 months ago
- 218e956 Submodule update with corresponding CMake changes. by Rob Suderman · 4 years, 11 months ago
- 08237ac Merging API cleanup branch by Ben Vanik · 4 years, 11 months ago
- e76bf09 Integrate LLVM at https://github.com/llvm/llvm-project/commit/728cf6d86b4f by iree-copybara-bot · 4 years, 11 months ago
- 24decf3 Explicitly register VM Bytecode Module Target by Marius Brehler · 4 years, 11 months ago
- aff9bc1 Creates an IREE context in java and tests that a context ID is set by Jenni Kilduff · 5 years ago
- dad7ce9 Add support for building an IREE/TensorFlow wheel. by Stella Laurenzo · 5 years ago
- 2e09d2f CMake: Add vmla_driver_module dep to pyiree runtime by Marius Brehler · 5 years ago
- 5012eb8 Initial support for building python wheels. by Stella Laurenzo · 5 years ago
- 64e4399 Initial setup of directories and JNI for IREE java bindings by Jenni Kilduff · 5 years ago
- 5255b88 Remove superfluous nokokoro tags by Geoffrey Martin-Noble · 5 years ago
- b5beff5 [pyiree] Add missing dependency on compiler modules by Lei Zhang · 5 years ago
- 83d0be1 Call registerAllIreePasses() and drop alwayslink flags from passes by Marius Brehler · 5 years ago
- a3e50b5 Defining HAL target backend interfaces as part of #1168. by Ben Vanik · 5 years ago
- fe9b68f Support registering MLIR passes for end-to-end tests. by Rob Suderman · 5 years ago
- 23f9a57 Implement and use registerIreeDialects() by Marius Brehler · 5 years ago
- 1fc732b Add CMake dep introduced to Bazel with 374e9f5 by Marius Brehler · 5 years ago
- 374e9f5 Reworked Tensorflow to IREE Strings lowering and start of e2e integration. by Rob Suderman · 5 years ago
- 137b2ed Disable vm_test on Kokoro CI again by Geoffrey Martin-Noble · 5 years ago
- cc4328c CMake: Fix test labels by Marius Brehler · 5 years ago
- fce9f9c Don't try to print an uninitialized variable by Geoffrey Martin-Noble · 5 years ago
- c3a54df Enable python level dynamic shape test, fixing lingering bugs. by Stella Laurenzo · 5 years ago