1. d1620f0 Promote HAL driver and target backend CMake variables to options. (#7936) by Scott Todd · 3 years, 3 months ago
  2. 776d7e6 Allow to turn of error on uninitialized submodules (#7911) by Marius Brehler · 3 years, 3 months ago
  3. 434ff0e Refactor the HAL CTS for out of tree / individual drivers. (#7887) by Scott Todd · 3 years, 3 months ago
  4. f8519ca Add WebGPU compiler CMake option with SPIRV-Tools and Tint dependencies. by Scott Todd · 3 years, 3 months ago
  5. 8b0b0cd Replace "all" with "default" in CMake *_TO_BUILD options. by Scott Todd · 3 years, 3 months ago
  6. 2a8cd3b Check string equality for submodule cache check. (#7865) by Scott Todd · 3 years, 3 months ago
  7. 3847ddc Remove IREE_BUILD_EXPERIMENTAL_JAVA_BINDINGS. by Scott Todd · 3 years, 4 months ago
  8. 658cf6c Splitting librt into two builtins and changing linking style. (#7721) by Ben Vanik · 3 years, 4 months ago
  9. e5b269a Only check submodule status once per git commit. (#7671) by Scott Todd · 3 years, 4 months ago
  10. 66d4889 Implement benchmarks from TFLite flatbuffers (#7493) by Geoffrey Martin-Noble · 3 years, 5 months ago
  11. fe74bd4 Refactor CMake rules for connecting to TF binaries (#7479) by Geoffrey Martin-Noble · 3 years, 5 months ago
  12. 6874719 Switching to using our own flatcc compiler library. (#7468) by Ben Vanik · 3 years, 5 months ago
  13. d89a5af Allow more modern CMake policies (#7424) by Geoffrey Martin-Noble · 3 years, 5 months ago
  14. 3149b6d Auto detect PyYAML and disable generator based tests if not available. (#7449) by Stella Laurenzo · 3 years, 5 months ago
  15. 5feef48 end-to-end matmul tests (#7347) by bjacob · 3 years, 5 months ago
  16. 5e29c82 Relocate third_party/mlir-emitc components (#7388) by Marius Brehler · 3 years, 5 months ago
  17. d3770ff Add IREE_BUILD_TRACY CMake option. (#7382) by Stella Laurenzo · 3 years, 5 months ago
  18. 29032b8 Normalize Python3 find_package and pybind setup. (#7349) by Stella Laurenzo · 3 years, 5 months ago
  19. a547965 Separate HAL driver registration with the threading (#7184) by CindyLiu · 3 years, 6 months ago
  20. 48a4330 Remove old bindings/python/iree/compiler API. (#7201) by Stella Laurenzo · 3 years, 6 months ago
  21. 688670f Adapt iree-compiler-api so it builds standalone and as part of iree. (#7178) by Stella Laurenzo · 3 years, 6 months ago
  22. 27c448e Bump cmake to 3.16.3. (#7180) by Stella Laurenzo · 3 years, 6 months ago
  23. 95ad84c Fork and adapt old iree.compiler -> iree.compiler.tools. (#7164) by Stella Laurenzo · 3 years, 6 months ago
  24. 1547ac2 Fix CMake build. (#7160) by MaheshRavishankar · 3 years, 6 months ago
  25. 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
  26. 3fa4f8d Restore -Wunused to CMake build and add dev mode to disable (#7004) by Geoffrey Martin-Noble · 3 years, 7 months ago
  27. 5400f0f Build EmitC by default. by Marius Brehler · 3 years, 8 months ago
  28. 02230c1 Rename llvm-projects -> llvm-external-projects. by Stella Laurenzo · 3 years, 8 months ago
  29. 62fbef0 Includes the iree-dialects project in the main IREE build. (#6687) by Stella Laurenzo · 3 years, 8 months ago
  30. 275215d Initial commit of iree-compiler-api. (#6668) by Stella Laurenzo · 3 years, 8 months ago
  31. 1cd9f0a Add a separate option for enabling compiler tracing. (#6585) by Scott Todd · 3 years, 8 months ago
  32. 47238df Run a check_submodule_init script during CMake configure (#6568) by Niloy Sikdar · 3 years, 8 months ago
  33. 08cea04 Move benchmark/ out of iree/ for better codebase structure (#6498) by Lei Zhang · 3 years, 8 months ago
  34. 75d4bb8 Import and switch to fork of EmitC's C/C++ emitter by Marius Brehler · 3 years, 8 months ago
  35. bb759de Remove `IREE_BUILD_EMBEDDING_SAMPLES` option. by Scott Todd · 3 years, 9 months ago
  36. 28cacaa Allow building samples without the compiler. by Scott Todd · 3 years, 9 months ago
  37. a903649 Adding libyaml submodule and getting it building. (#6319) by Ben Vanik · 3 years, 9 months ago
  38. 552c5f4 LLVM's tblgen causes hundreds of cmake warnings. This quiets them. (#6271) by Ben Vanik · 3 years, 9 months ago
  39. 3135b43 Removing third_party/abseil-cpp. (#6260) by Ben Vanik · 3 years, 9 months ago
  40. df89eb0 Removing usage of the abseil c++ library from IREE. (#6259) by Ben Vanik · 3 years, 9 months ago
  41. 5b63912 Add an IREE_ENABLE_ASSERTIONS option and make it interop with LLVM. (#6252) by Stella Laurenzo · 3 years, 9 months ago
  42. 331946c Add CMake option to support thread-less configuration by Cindy Liu · 3 years, 10 months ago
  43. 0a8a944 Initial gen_test_matrix commit. (#6126) by Stella Laurenzo · 3 years, 9 months ago
  44. 0d89d53 Remove third_party/renderdoc_api. (#6207) by Scott Todd · 3 years, 9 months ago
  45. ff38a68 Adjust module specification in `iree_mlir_benchmark_suite` (#6128) by Lei Zhang · 3 years, 10 months ago
  46. fe4403e [cmake] Support defining benchmark suites from MLIR input modules (#6024) by Lei Zhang · 3 years, 10 months ago
  47. 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
  48. ac77c20 Assemble, Linking BC, LLD Link in ROCm (#5962) by raikonenfnu · 3 years, 10 months ago
  49. 4b31bd9 Initial Adding ROCM HAL Backend to Experimental (#5943) by raikonenfnu · 3 years, 10 months ago
  50. f6d36fe Initial commit to add experimental ROCM backend (#5881) by harsh-nod · 3 years, 10 months ago
  51. 2464e04 Removing unused pffft submodule. (#5916) by Ben Vanik · 3 years, 10 months ago
  52. e964f33 Removing unused ruy submodule. (#5915) by Ben Vanik · 3 years, 10 months ago
  53. a0f9e3c Dropping the VMLA compiler. (#5903) by Ben Vanik · 3 years, 10 months ago
  54. 609c232 Dropping the VMLA runtime. (#5900) by Ben Vanik · 3 years, 10 months ago
  55. 0f14db0 Adding VMVX HAL executable support and a `--driver=vmvx` registration. by Ben Vanik · 4 years ago
  56. 907f353 Adding compiler VMVX HAL target backend. by Ben Vanik · 4 years ago
  57. 3079fb1 Add CUDA libdevice module to third_party (#5867) by Thomas · 3 years, 11 months ago
  58. 807f457 Add image_util library for image --> buffer_view (#5655) by CindyLiu · 3 years, 11 months ago
  59. 6af6162 Drop cc_embed_data. by Scott Todd · 3 years, 11 months ago
  60. bca97d3 Delete IREE_BUILD_EXPERIMENTAL_MODEL_BUILDER config. by Scott Todd · 3 years, 11 months ago
  61. b69d0cc Adding iree/runtime/ as a higher-level C API. (#5707) by Ben Vanik · 3 years, 11 months ago
  62. 6a0313b Add IREE_BUILD_TENSORFLOW_ALL option to streamline default case. by Stella Laurenzo · 3 years, 11 months ago
  63. bf8cd9e Switching from half.hpp to our own f16<->f32 conversion. (#5661) by Ben Vanik · 3 years, 11 months ago
  64. 691d001 Turn off IREE_BUILD_EMBEDDING_SAMPLES (#5618) by CindyLiu · 4 years ago
  65. b4737c5 Build simple_embedding_run in c API. (#5524) by CindyLiu · 4 years ago
  66. 5bf3994 IREE Java TFLite Bindings (#5361) by Kojo Acquah · 4 years ago
  67. 40ed02d Add c_embed_data build tool (#5540) by CindyLiu · 4 years ago
  68. 96fd277 Initial embedded ELF module loader. (#5504) by Ben Vanik · 4 years ago
  69. fd64070 Revert "Add wasm-micro-runtime submodule and get building with CMake." (#5312) by Scott Todd · 4 years ago
  70. 46e8331 Add a dedicated iree_c_module CMake module (#5214) by Marius Brehler · 4 years ago
  71. b67af5a Clean up several CMake options configured for our CI builds. (#5197) by Scott Todd · 4 years ago
  72. 9f0148f Fix missing LLVM AOT coverage in check tests. (#5144) by Scott Todd · 4 years ago
  73. e2fe13e Add wasm-micro-runtime submodule and get building with CMake. (#5077) by Scott Todd · 4 years ago
  74. 8aace66 Rename CMake target DYLIB-LLVM-AOT to just LLVM-AOT. by Scott Todd · 4 years ago
  75. 2795092 Add CMake configuration for WAMR's runtime "iwasm VM core". by Scott Todd · 4 years, 1 month ago
  76. 9fa14f9 Omit default /W3 flag on MSVC, then set it for our targets. by Scott Todd · 4 years, 1 month ago
  77. c9cdfe5 Note supported CMake version in various places (#4996) by Geoffrey Martin-Noble · 4 years, 1 month ago
  78. f03c3c1 Use separate Bazel invocation for TF integration binaries (#4836) by Geoffrey Martin-Noble · 4 years, 1 month ago
  79. d85738e Add NVVM target to compiler (#4912) by Thomas · 4 years, 1 month ago
  80. a98c3c0 Add helper to allow dynamic loading of CUDA driver library. (#4823) by Thomas · 4 years, 1 month ago
  81. 59dcd0d Bump CMake minimum to 3.13.4 and remove dead code (#4792) by Marius Brehler · 4 years, 1 month ago
  82. cd1132f Adding bindings/tflite/ to expose IREE through the tflite C API (#3982) by Ben Vanik · 4 years, 2 months ago
  83. 8237bc3 Removing Metal backend until it can be replaced. by Ben Vanik · 4 years, 3 months ago
  84. 603e9f1 Moves the java bindings to the experimental directory (#4608) by not-jenni · 4 years, 2 months ago
  85. 3acfac2 Move release build steps to python (from yaml). (#4618) by Stella Laurenzo · 4 years, 2 months ago
  86. 4e1a69b Remove custom CMake cross compilation for Android. (#4584) by Scott Todd · 4 years, 2 months ago
  87. 7defc33 Update third_party/ruy and use its own new CMakeLists.txt. (#4564) by bjacob · 4 years, 2 months ago
  88. 3eaf444 Switch CMake build to mlir-hlo submodule (#4501) by Marius Brehler · 4 years, 2 months ago
  89. b1bc038 Remove special handling for runtime -> compiler dep (#4396) by Geoffrey Martin-Noble · 4 years, 3 months ago
  90. 4889612 Avoid running slow benchmarks as part of testing (#4364) by Geoffrey Martin-Noble · 4 years, 3 months ago
  91. bb1de96 Plumb package suffix, version, and revision info to release packages. by Stella Laurenzo · 4 years, 3 months ago
  92. 77a63cd Make the main python packages cmake installable. by Stella Laurenzo · 4 years, 3 months ago
  93. af6c2d4 Merge pull request #4227 from google/benvanik-tasks-core by Ben Vanik · 4 years, 3 months ago
  94. 417ffc7 Merge branch 'google' into main-to-google by Scott Todd · 4 years, 3 months ago
  95. f822f92 Replace references to LINT.IfChange with comments by Geoffrey Martin-Noble · 4 years, 3 months ago
  96. 0f005e5 Initial build boilerplate for experimental remoting directory. (#4313) by Stella Laurenzo · 4 years, 3 months ago
  97. 01600a5 Adding an entire RTOS-scale task scheduling system. by Ben Vanik · 4 years, 3 months ago
  98. bd3610e Add CMake guards to allow building just IREE's runtime (#4279) by not-jenni · 4 years, 3 months ago
  99. 30f06a0 Strip quotes from target and driver string by Marius Brehler · 4 years, 3 months ago
  100. 6f1afa5 Delete llvmjit compiler target and HAL backend. (#4152) by Scott Todd · 4 years, 3 months ago