aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2024-03-18[bazel] Add missing dependencies for daebe5c4f27ba140ac8d13abf41e3fe4db72b91aBenjamin Kramer1-0/+5
2024-03-18[mlir][bazel] Fix BUILD after dbbdee2ea2156170062813fb3d7f2c023d65e02d.Christian Sigg1-0/+1
2024-03-18[bazel] Port dbbdee2ea2156170062813fb3d7f2c023d65e02dBenjamin Kramer1-0/+1
2024-03-18[mlir][bazel] Fix for 513cdb82223a106f183b49a40d9acb1f7efbbe7e. (#85617)Christian Sigg1-1/+8
2024-03-18[mlir][bazel] Partial fix for 513cdb82223a106f183b49a40d9acb1f7efbbe7e. (#85604)Christian Sigg1-4/+52
2024-03-17[bazel] Add a missing dependency for f2794ccede6d32a6b5ef7a376ced420331e2be27Benjamin Kramer1-0/+1
2024-03-17[bazel] Port c51095f51b770f0663b65dd8a651601fca15701eBenjamin Kramer1-0/+1
2024-03-17[bazel] Fix a missing comma from a2bad75879c33c0e6a2834bb0abcd3e1599d377dBenjamin Kramer1-2/+2
2024-03-16[libc][math][c23] Add nextupl and nextdownl functions (#85484)OverMighty1-1/+4
2024-03-16[bazel] Add missing dependency for b43965adacfafc4dc6b5ec17b4bea839372b7626Benjamin Kramer1-0/+1
2024-03-16[mlir][bazel] Move InliningUtils into a separate target. (#85411)Christian Sigg2-26/+57
2024-03-15[MLIR][LLVM] Fix bazel build (#85462)Billy Zhu1-0/+8
2024-03-14[bazel] Generate a shim Features.incJordan Rupprecht1-0/+20
2024-03-14[bazel][NFC] Reformat w/ buildifierJordan Rupprecht4-19/+21
2024-03-14[bazel] Add missing MachO dep for ORC testJordan Rupprecht1-0/+1
2024-03-14[bazel] Add clangd as a library support (#81556)josh11b1-0/+49
2024-03-14Revert "[libc] Remove direct math.h includes from src" (#85314)Michael Jones3-17/+1
2024-03-14[libc] Remove direct math.h includes from src (#84991)Michael Jones3-1/+17
2024-03-14[mlir][Target][Cpp] Remove unused dialects (#85102)Marius Brehler1-2/+0
2024-03-13Update BUILD.bazel for 0ebf511ad011a83022edb171e044c98d9d16b1faSterling Augustine1-0/+1
2024-03-13Add missing dependency after 80ab8234ac309418637488b97e0a62d8377b2ecfSterling Augustine1-0/+1
2024-03-12Update BUILD.bazel for 80ab8234ac309418637488b97e0a62d8377b2ecf (#84908)Danial Klimkin1-0/+1
2024-03-11[bazel] Grab correct version info after 81e20472a0c5a4a8edc5ec38dc345d580681af81Benjamin Kramer1-0/+8
2024-03-09[bazel] Port test parts of cb6ff746e0c7b9218b6f5c11db44162cacd623a4Benjamin Kramer2-1/+17
2024-03-08[mlir][ArmNeon] Implements LowerVectorToArmNeon Pattern for SMMLA (#81895)Kojo Acquah1-0/+21
2024-03-08[mlir] Add missing build deps for Mesh transforms (#84581)Jakub Kuderski1-0/+2
2024-03-08[libc] Provide `LIBC_TYPES_HAS_INT128` (#84149)Guillaume Chatelet4-0/+9
2024-03-08[libc][NFC] Remove integer_utils.h (#84466)Guillaume Chatelet1-12/+0
2024-03-08[bazel] Add support_uint dep in libc unittestDmitry Chernenkov1-0/+1
2024-03-08[clang][bazel] Fix BUILD after da00c60dae0040185dc45039c4397f6e746548e9Christian Sigg1-1/+4
2024-03-08[clang][bazel] Fix BUILD after da00c60dae0040185dc45039c4397f6e746548e9Christian Sigg1-0/+1
2024-03-08[mlir][bazel] Fix BUILD after 5669660f37ef1800f4a7852577364b024d75e3d8Christian Sigg1-0/+1
2024-03-08[mlir][bazel] Fix BUILD after 5669660f37ef1800f4a7852577364b024d75e3d8Christian Sigg1-0/+101
2024-03-08[mlir][emitc] Arith to EmitC conversion: constants (#83798)Tina Jung1-1/+0
2024-03-07[mlir] Implement Mesh's ShardingInterface for Linalg ops (#82284)Boian Petkantchin1-0/+4
2024-03-07[bazel] Port 3714f937b835c06c8c32ca4f3f61ba2317db2296Benjamin Kramer1-0/+1
2024-03-07[libc] Fix forward missing `BigInt` specialization of `mask_leading_ones` / `...Guillaume Chatelet1-1/+5
2024-03-07[reland][libc] Remove UB specializations of type traits for `BigInt` (#84299)Guillaume Chatelet2-0/+2
2024-03-07[mlir][EmitC] Add Arith to EmitC conversions (#84151)Marius Brehler1-0/+27
2024-03-07Revert "[libc] Remove UB specializations of type traits for `BigInt`" (#84297)Guillaume Chatelet2-2/+0
2024-03-07[libc] Remove UB specializations of type traits for `BigInt` (#84035)Guillaume Chatelet2-0/+2
2024-03-06Revert "Adding missing dependencies to BUILD.bazel" (#84251)mmilanifard1-3/+0
2024-03-06[mlir][bazel] Don't set MLIR_ENABLE_NVPTXCOMPILER on if_cuda_available. (#84238)Ingo Müller1-8/+3
2024-03-06Adding missing dependencies to BUILD.bazel (#84235)mmilanifard1-0/+3
2024-03-06[bazel] Add missing dependencies for 2542d34522784e27850a17a8c39a1ad4b43622abBenjamin Kramer1-0/+2
2024-03-06[mlir][nvvm] Expose MLIR_NVPTXCOMPILER_ENABLED in mlir-config.h. (#84007)Ingo Müller1-2/+8
2024-03-06[mlir][opt] Expose MLIR_ENABLE_DEPRECATED_GPU_SER... in mlir-config.h. (#84006)Ingo Müller1-0/+2
2024-03-06[mlir][nvvm] Add missing include to llvm-config.h. (#83998)Ingo Müller1-0/+1
2024-03-05[mlir] Expose MLIR_ROCM_CONVERSIONS_ENABLED in mlir-config.h. (#83977)Ingo Müller1-0/+1
2024-03-04[bzl] Remove obsolete `output_to_genfiles = True` (#83944)Jordan Rupprecht2-4/+0