- d68a859 Optimize bazel_to_cmake and check_path_lengths pre-commit hooks. (#17599) by Scott Todd · 10 months ago
- 41aeb02 Add dep for ukernel internal headers (#15562) by Thomas Preud'homme · 1 year, 5 months ago
- 01cef21 Revert "[CMake] Add dep for ukernel internal headers (#15462)" (#15552) by MaheshRavishankar · 1 year, 5 months ago
- b6d7b83 [CMake] Add dep for ukernel internal headers (#15462) by Thomas Preud'homme · 1 year, 5 months ago
- be24f02 Use Black to format Python files (#14161) by Jakub Kuderski · 1 year, 9 months ago
- be0f1e1 Roll-up of changes needed to support the nvgpu out of tree project. (#12888) by Stella Laurenzo · 2 years ago
- 6f24a2f Make bazel_to_cmake configurable. (#12765) by Stella Laurenzo · 2 years ago
- a9d23f6 Overhaul CMake and Bazel CUDA support (#11651) by Stella Laurenzo · 2 years, 3 months ago
- 748bcd2 Move iree/test/ to tests/. (#9203) by Scott Todd · 2 years, 10 months ago
- f57ab75 Move iree/tools/ to tools/. (#9135) by Scott Todd · 2 years, 10 months ago
- 41a2ceb Move iree/compiler to top-level compiler/. (#9022) by Stella Laurenzo · 3 years ago
- 1e8d1fa Move iree/samples/ -> samples/ (#8958) by Stella Laurenzo · 3 years ago
- 9bde61b Move C runtime source directories into runtime/src/iree. (#8950) by Stella Laurenzo · 3 years ago
- 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
- 370e672 Fixing bazel-to-cmake regression that broke it on Windows. (#4981) by Ben Vanik · 4 years, 1 month ago
- 0e34ffa [bazel_to_cmake] Distinguish noop from success (#4951) by Geoffrey Martin-Noble · 4 years, 1 month ago
- 98a806c [bazel_to_cmake] rework escape hatches (#4943) by Geoffrey Martin-Noble · 4 years, 1 month ago
- 719fb15 Remove skip_bazel_to_cmake marker file support. (#4931) by Stella Laurenzo · 4 years, 1 month ago
- 883c43a Use iree_cmake_extra_content to set compiler flags (#4930) by Geoffrey Martin-Noble · 4 years, 1 month ago
- eac0c04 Extend bazel_to_cmake to preserve specially marked CMakeLists.txt sections. by Stella Laurenzo · 4 years, 1 month ago
- 870dd42 Remove License Header Futzing from bazel_to_cmake (#4918) by Geoffrey Martin-Noble · 4 years, 1 month ago
- 4bc8490 Make bazel_to_cmake quieter by default (#4917) by Geoffrey Martin-Noble · 4 years, 1 month ago
- d2cb996 Make Bazel to CMake a bit quieter and safer (#4764) by Geoffrey Martin-Noble · 4 years, 1 month ago
- 9e63d75 Add third_party/format_diff/ and github actions yapf linting (#3482) by Phoenix Meadowlark · 4 years, 6 months ago
- 66578b0 Step 1 of creating multi-python bindings. (#2576) by Stella Laurenzo · 4 years, 8 months ago
- 679424c Revert "Disable line ending conversion on Windows for bazel_to_cmake." by Ben Vanik · 4 years, 9 months ago
- 042bbf3 Disable line ending conversion on Windows for bazel_to_cmake. by Stella Laurenzo · 4 years, 9 months ago
- f8844cb Remove obsolete --strict argument from bazel_to_cmake. by Scott Todd · 5 years ago
- bb79717 Add inverted flag to replace --strict in bazel_to_cmake. by Scott Todd · 5 years ago
- bdeb1ab Bazel to CMake: extract pure conversion by Geoffrey Martin-Noble · 5 years ago
- e5fd5b5 CMake: iree check test functions by Geoffrey Martin-Noble · 5 years ago
- 01bbb6c Minor style & readability update for bazel_to_cmake.py by Phoenix Meadowlark · 5 years ago
- 22f0e24 Add support for building docs by Lei Zhang · 5 years ago
- d572ef6 Removing module dialect specialized opt/translate tools. by Ben Vanik · 5 years ago
- 632d04a Bazel to CMake: Update out of date documentation on glob. by Geoffrey Martin-Noble · 5 years ago
- 44860eb Deleting the old interpreter now that VMLA can run all tests. by Ben Vanik · 5 years ago
- 1b4ac81 CMake function to add all subdirectories by Geoffrey Martin-Noble · 5 years ago
- 633148d Add support for DATA in CMake. by Scott Todd · 5 years ago
- f26a05a Bazel to CMake: Add submit-blocking phrase to unimplemented function. by Geoffrey Martin-Noble · 5 years ago
- de99442 Add testonly support to iree_cc_binary.cmake by Geoffrey Martin-Noble · 5 years ago
- 90b44f7 Change 'translation' to 'flags' list in iree_bytecode_module. by Scott Todd · 5 years ago
- b8cbe34 Bazel to CMake: Mark linkopts unimplemented by Geoffrey Martin-Noble · 5 years ago
- ea9c683 Bazel to CMake: lint cleanup by Geoffrey Martin-Noble · 5 years ago
- 1029c89 Move IREE_DRIVER_MODULES into an imported variable by Geoffrey Martin-Noble · 5 years ago
- faa30be Bazel to CMake: Harcode td filegroup support by Geoffrey Martin-Noble · 5 years ago
- 2b09fce Bazel to CMake: Hardcode imported functions and variables by Geoffrey Martin-Noble · 5 years ago
- 855a419 Bazel to CMake: Set output names of iree_cc_binary targets by Marius Brehler · 5 years ago
- c9784d6 Bazel to CMake: Some tweaks to make it work upstream by Geoffrey Martin-Noble · 5 years ago
- ff6c6d6 Bazel to cmake: Sort target lists by Geoffrey Martin-Noble · 5 years ago
- fe39a19 NFC: refactor bazel_to_cmake target list conversion by Geoffrey Martin-Noble · 5 years ago
- 4242b73 Add bazel_to_cmake support for flatbuffer_cc_library by Marius Brehler · 5 years ago
- d6b31c0 Bazel to CMake: Don't evaluate glob during conversion by Geoffrey Martin-Noble · 5 years ago
- b9aa31f Reorganize scripts by Geoffrey Martin-Noble · 5 years ago[Renamed (99%) from build_tools/scripts/bazel_to_cmake.py]
- 19c069d Bazel to CMake: Add mlir-translate mapping and implement one to many mapping by Marius Brehler · 5 years ago
- 5ae825d Bazel to CMake: Refactor _convert_target() by Marius Brehler · 5 years ago
- 2a53ec9 Add CMake support for textual_headers by Marius Brehler · 5 years ago
- f7be55a Bazel to CMake: Introduce strict mode by Geoffrey Martin-Noble · 5 years ago
- 2a36c38 Bazel to CMake: Add processing based on current file state by Geoffrey Martin-Noble · 5 years ago
- fe8389b Bazel to CMake: use explicit kwargs by Geoffrey Martin-Noble · 5 years ago
- fa1dbd8 Replace SRCS by TD_FILE in CMake's iree_tablegen_library() by Marius Brehler · 5 years ago
- 252cdbb Generate CMake lit_test_suite rules by Geoffrey Martin-Noble · 5 years ago
- fa76580 Improve bazel_to_cmake() by Marius Brehler · 5 years ago
- d0a0629 Add bazel_to_cmake script to assist with synchronizing build systems. by Scott Todd · 5 years ago