- 8f5ced9 CMake IREE_ARCH variable, a canonicalized CMAKE_SYSTEM_PROCESSOR (#12687) by bjacob · 2 years ago
- 338b979 Fixed some missing llvm -> llvmcpu renamings. by Ben Vanik · 2 years, 1 month ago
- 380bde7 Renaming `--iree-llvm-` CPU flags to `--iree-llvmcpu-`. by Ben Vanik · 2 years, 1 month ago
- 20d746a Replace CMake `iree_get_executable_path()` with `IMPORTED` targets. (#11764) by Scott Todd · 2 years, 3 months ago
- 2deecf3 Initial iree_loop_t implementation for web browsers. (#11204) by Scott Todd · 2 years, 4 months ago
- c70b699 Re-enable iree_static_linker_test for cross compile (#10624) by CindyLiu · 2 years, 6 months ago
- 92439da Revert "Enable iree_static_linker_test for cross compile" (#10620) by CindyLiu · 2 years, 6 months ago
- 455d0a3 Enable iree_static_linker_test for cross compile (#10589) by CindyLiu · 2 years, 6 months ago
- 4f683bc Add branch in iree_package_ns macro to use the relative path directly (#9639) by CindyLiu · 2 years, 9 months ago
- 10f1822 Use CMake to create temporary test directories eliminating run_test.* (#9405) by Geoffrey Martin-Noble · 2 years, 10 months ago
- c5f97a1 Using -fmacro-prefix-map to clean up __FILE__ macros. by Ben Vanik · 2 years, 10 months ago
- 44f95f8 Update CMake packages to anchor on iree:: for top level dirs. (#9220) 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
- 1a1aea6 Tidy up CMake style across the project. (#9000) by Scott Todd · 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
- cba0bc4 Remove IREE_LLVMAOT_DISABLE from lit tests and scripts. (#8560) by Scott Todd · 3 years, 1 month ago
- d1620f0 Promote HAL driver and target backend CMake variables to options. (#7936) by Scott Todd · 3 years, 3 months ago
- 66d4889 Implement benchmarks from TFLite flatbuffers (#7493) by Geoffrey Martin-Noble · 3 years, 5 months ago
- 527b7a0 [NFC] Refactor benchmark suites to use parameter names (#7472) by Geoffrey Martin-Noble · 3 years, 5 months ago
- a547965 Separate HAL driver registration with the threading (#7184) by CindyLiu · 3 years, 6 months ago
- 749ce66 Only add bundled pybind11 if not already found. (#7125) by Stella Laurenzo · 3 years, 6 months ago
- 3fa4f8d Restore -Wunused to CMake build and add dev mode to disable (#7004) by Geoffrey Martin-Noble · 3 years, 7 months ago
- fd8a769 Explicitly create parent directory before creating symlink (#6808) by Geoffrey Martin-Noble · 3 years, 7 months ago
- 5189399 Check `IREE_HOST_BINARY_ROOT` when finding executable paths. by Scott Todd · 3 years, 9 months ago
- 552d3f8 Relicense IREE under the LLVM license (#6020) by Geoffrey Martin-Noble · 3 years, 10 months ago
- b5d90ac Remove unqualified global aliases and use qualified aliases consistently (#5807) by Geoffrey Martin-Noble · 3 years, 11 months ago
- 9f0148f Fix missing LLVM AOT coverage in check tests. (#5144) by Scott Todd · 4 years ago
- 8aace66 Rename CMake target DYLIB-LLVM-AOT to just LLVM-AOT. by Scott Todd · 4 years, 1 month ago
- d5beb62 Add helpful error messages to iree_get_executable_path. by Scott Todd · 4 years, 1 month ago
- 0a1ebd9 Remove iree_get_target_path macro now that cross compilation is reworked. by Scott Todd · 4 years, 1 month ago
- 4ce019a Consistently using 'ref' instead of 'ref_ptr' in the compiler. by Ben Vanik · 4 years, 2 months ago
- 3a9e46e Fixing quoting on cmake variables that *must* be quoted. (#4404) by Ben Vanik · 4 years, 3 months ago
- 4e1a69b Remove custom CMake cross compilation for Android. (#4584) by Scott Todd · 4 years, 2 months ago
- aaa08b1 Enable dylib-llvm-aot tests and switch from testing JIT to AOT. (#3928) by Scott Todd · 4 years, 4 months ago
- a3e97f1 Step 4/n: Integrate TensorFlow compiler build and tests into CMake. by Stella Laurenzo · 4 years, 4 months ago
- dd21f32 Fix C/C++ Flags appending by Lei Zhang · 4 years, 7 months ago
- 6132bb3 Make [TARGET_BACKENDS|HAL_DRIVERS]_TO_BUILD functional in CMake. (v2) (#2837) by Scott Todd · 4 years, 8 months ago
- dfb7633 Revert "Make [TARGET_BACKENDS|HAL_DRIVERS]_TO_BUILD functional in CMake." (#2824) by Geoffrey Martin-Noble · 4 years, 8 months ago
- 1f78731 Make [TARGET_BACKENDS|HAL_DRIVERS]_TO_BUILD functional in CMake. (#2759) by Scott Todd · 4 years, 8 months ago
- f56b471 Fixing data deps on test targets in cmake (#2535) by Ben Vanik · 4 years, 9 months ago
- 0c417da [cmake] Enable building tests when cross compiling (#2354) by Lei Zhang · 4 years, 9 months ago
- 5e88832 [cmake] Support cross compilation towards Android with Windows host (#2344) by Lei Zhang · 4 years, 9 months ago
- e71d973 Adress comments by Lei Zhang · 4 years, 9 months ago
- 486e707 Address Geoffrey's comments by Lei Zhang · 4 years, 10 months ago
- d643f67 Fix naming and function argument parsing sytle by Lei Zhang · 4 years, 10 months ago
- 7e8589a Address comments by Lei Zhang · 4 years, 10 months ago
- edc9b2a Make a function for cross-compilation executable dependency by Lei Zhang · 4 years, 10 months ago
- 1ff7061 rename function; hide more cross-compile details in functions by Lei Zhang · 4 years, 10 months ago
- 633148d Add support for DATA in CMake. by Scott Todd · 5 years ago
- 57d5e2e Getting most of the tests running on Windows. by Ben Vanik · 5 years ago
- b8fe086 More CMake updates focusing on the compiler. by Ben Vanik · 6 years ago
- cc2aff9 CMake tweaks preparing for building the compiler. by Ben Vanik · 6 years ago
- 512d2d3 Adding more (still incomplete) CMake files and fixing public build errors. by Ben Vanik · 6 years ago