aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2023-11-29[libc][NFC] Fix missing LIBC_INLINE + style (#73659)Guillaume Chatelet1-0/+6
2023-11-29Revert "Fix bazel build (#73741)"Adrian Kuegel1-18/+0
2023-11-28Fix bazel build (#73741)frgossen1-0/+18
2023-11-28Revert "[libc][bazel] Add copts to libc_support_library" (#73723)michaelrj-google1-4/+2
2023-11-28[mlir][Python] Add filegroup for files in mlir/extras.Adrian Kuegel1-14/+18
2023-11-28Revert "[Bazel] Fixes for c43c88501e3bc273a7c1074a19e86dc305ad7234"Adrian Kuegel1-18/+0
2023-11-27Reland "[Bazel] Fix llvm-exegesis build post 12b0ab2"Aiden Grossman1-1/+1
2023-11-27[libc][bazel] Add copts to libc_support_library (#73591)michaelrj-google1-2/+4
2023-11-27[Bazel] Fix for 7eccd5284290fea26df44fbc5a604b54e7b115a2Johannes Reifferscheid1-0/+1
2023-11-27Revert "[Bazel] Fix llvm-exegesis build post 12b0ab2"Dmitri Gribenko1-1/+1
2023-11-26[Bazel] Fix llvm-exegesis build post 12b0ab2Aiden Grossman1-1/+1
2023-11-24[libc][NFC] Move float macro into its own header / add target os detection (#...Guillaume Chatelet1-1/+17
2023-11-23[Bazel] Add Bazel build files for Python bindings of the GPU dialect (#73256)Adam Paszke1-0/+56
2023-11-23[Bazel] Fixes for c43c88501e3bc273a7c1074a19e86dc305ad7234Johannes Reifferscheid1-0/+18
2023-11-23[libc][NFC] Sink "PlatformDefs.h" into "FloatProperties.h" (#73226)Guillaume Chatelet4-16/+0
2023-11-23[libc][NFC] Split builtin_wrapper into bit and math_extras (#73113)Guillaume Chatelet4-12/+34
2023-11-22[libc][bazel] Enable __support tests (#73125)Guillaume Chatelet2-0/+115
2023-11-22[Bazel] Fixes for dff97c1e4c30183dbd056c6a648b17f2cc87c972Johannes Reifferscheid1-0/+21
2023-11-21[Bazel][clang] Fix build for e6ef315David Blaikie1-0/+1
2023-11-21[libc][math] Implement nexttoward functions (#72763)Nishant Mittal1-0/+6
2023-11-18[bazel] Port dc4786b4877d67d73d3892c45baf6811af0e6f57Benjamin Kramer1-0/+1
2023-11-17[Bazel] fixes for 9c0e64999b23046d0b8987a48ddc41a4c6129f9dJorge Gorbe Moya1-0/+1
2023-11-15[bazel] Add @pybind11 deps (#72471)wenzhi-cui1-0/+2
2023-11-16[bazel] Port ec64af5994213cf7933e961a2b7fe07193a77b61Benjamin Kramer1-0/+14
2023-11-15Fix Bazel build (#72419)quanwanandy1-1/+1
2023-11-14[bazel] Port 783ac3b6fb70ce88182a4dee1db0d3f5fb93953cBenjamin Kramer1-9/+22
2023-11-13[bazel] Add a dependency missing from 68ea8a674c76d25e5e52717aa8f78fb25679fdb0Benjamin Kramer1-0/+1
2023-11-13[bazel] Port a207e6307a589d482fd11c1aac17507c6eabc802Benjamin Kramer2-0/+16
2023-11-13Adds ":Support" to MLIRBindingsPythonCore deps (#72087)wenzhi-cui1-0/+1
2023-11-11[mlir][bazel] Fix build for 00c3c731893ca88a3f8add63260751a9e36babb6Oleg Shyshkov1-0/+1
2023-11-10[libc][math] Add initial support for C23 float128 math functions, starting wi...lntue1-0/+3
2023-11-10[TOSA] Add TosaToMLProgram conversion (#69787)Jerry-Ge1-0/+25
2023-11-10[libc] Adding a version of memset with software prefetching (#70857)doshimili1-0/+1
2023-11-10[bazel] Add missing deps for libc's exp2f_impl and exp10f_impl targets.Haojian Wu1-0/+2
2023-11-07[libc][bazel] Add powf target and fix bazel overlay. (#71464)lntue2-11/+25
2023-11-07[bazel] Fix the bazel build for 2400c54c37d5afdfec016b9a71f161ac10a49b31Haojian Wu1-3/+1
2023-11-07[bazel] Port for libc change bc7a3bd864be696217c4d11eddf16bed7646b60fHaojian Wu1-15/+42
2023-11-06[libc][bazel] Prevent LIBC_NAMESPACE leakeage (#70455)Guillaume Chatelet9-276/+109
2023-11-06[mlir][Bazel] Adjust SPIRVTarget and add missing dependency.Adrian Kuegel1-2/+3
2023-11-06[mlir][bazel] Fix build for d9dadfda85aad7942f6b61783402b9f2d5173782Oleg Shyshkov1-0/+1
2023-11-06[bazel] Fix the bazel build for mlir:SPIRVTarget target.Haojian Wu1-0/+1
2023-11-06[mlir][bazel] Fix build.Oleg Shyshkov1-0/+85
2023-11-05[mlir][transform] LISH: Add transform op (#70630)Matthias Springer1-0/+48
2023-11-03[bazel] update utils/bazel/llvm_configs/llvm-config.h.cmake after 3fe69bab1149Jorge Gorbe Moya1-0/+75
2023-11-02[Bazel][clang] Fix build for Upstream APINotesOptionsDmitry Chernenkov1-0/+17
2023-11-01[bazel] add missing dependency to //clang:ast after 1c6c01fbde87171457a5bce7b...Jorge Gorbe Moya1-0/+1
2023-11-01[mlir][vector] LISH: Implement `SubsetOpInterface` for transfer_read/write (#...Matthias Springer1-0/+1
2023-11-01[mlir][Interfaces] LISH: Add helpers for hyperrectangular subsets (#70628)Matthias Springer1-0/+1
2023-11-01[mlir][Transforms] Add loop-invariant subset hoisting (LISH) transformation (...Matthias Springer1-0/+1
2023-11-01[mlir][Interfaces] Add `SubsetOpInterface` and `SubsetExtractionOpInterface` ...Matthias Springer2-17/+18