aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2024-05-03[llvm][bazel] Fix BUILD after dcf376aae738252fb52a73bcf7f58fd030e15ee2.Christian Sigg1-0/+1
2024-05-02Fix MLIR BUILDAnlun Xu1-0/+40
2024-05-02[mlir][sparse] Support explicit/implicit value for complex type (#90771)Yinying Li1-0/+1
2024-05-02[lldb][bazel] Fix BUILD after dcbf0fcd0d5572f7001ebdd3bda6062593ec172b. (#90825)Christian Sigg1-20/+14
2024-05-01[bazel][clang] Add missing dependency for 6e31714d249f857f15262518327b0f0c950...Benjamin Kramer1-0/+1
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla1-0/+1
2024-04-30[lldb][bazel] Fix BUILD after 975eca0e6a3459e59e96b0df33ea0cfbd157c597. (#90564)Christian Sigg3-1/+24
2024-04-29[driver] Allow `ld` as a driver alias to lld (#90515)Jordan Rupprecht1-1/+1
2024-04-29[mlir][Bazel] Add missing dependency after 145176dc0c93566ce4aef721044d49ab8b...Adrian Kuegel1-0/+1
2024-04-26[Bazel] Add llvm-mca unittests (#90309)Aiden Grossman2-8/+45
2024-04-25fix LinalgTransforms bazel build (#90120)Jeremy Kun1-0/+2
2024-04-24remove duplicate td_library import (#90003)Jeremy Kun1-2/+2
2024-04-24[mlir][test] Shard the Test Dialect (NFC) (#89628)Jeff Niu1-10/+15
2024-04-24[mlir][ods] Allow sharding of op definitions (#89423)Jeff Niu2-0/+142
2024-04-24split XeGPU enums into a separate build rule (#89997)Jeremy Kun1-10/+41
2024-04-24[bazel] Mark linux LLDB plugin as linux only (#89961)Keith Smiley1-0/+4
2024-04-24[llvm][Bazel] Fix Bazel build for 71c5964f5c0686be3319bc55a0dbfb0e3a60a917Dmitry Chernenkov1-0/+27
2024-04-24[libc][bazel] Allow configure options to alter all targets (#89251)Guillaume Chatelet4-30/+58
2024-04-24[Bazel][libc] Add fp_test_helper in depsPranav Kant1-0/+1
2024-04-23[Bazel][libc] Fix breakage after 837dab96d6f5bece79fd58d28ea2e6f7c0912493Pranav Kant2-18/+60
2024-04-23[libc] Make fenv and math tests preserve fenv_t state (#89658)Roland McGrath1-2/+4
2024-04-23[bazel] Add a bazel flag to enable building MLIR with CUDA support (#88856)Adam Paszke2-1/+15
2024-04-23[mlir][bazel] drop unnecessary ruleOleksandr "Alex" Zinenko1-7/+0
2024-04-23[mlir][Bazel] Add test data to adapt for 79225349748bb556fd027cc0bfeb73b1e9a6...Adrian Kuegel1-0/+2
2024-04-23[Bazel][libc] Fix build failurePranav Kant1-0/+1
2024-04-22[llvm][bazel] Fix BUILD after e86ebe4ff8705ef30b332e2104ed1c84fc729966.Christian Sigg1-0/+5
2024-04-21Revert "[MLIR] Generalize expand_shape to take shape as explicit input" (#89540)Mehdi Amini1-1/+0
2024-04-21[MLIR] Generalize expand_shape to take shape as explicit input (#69267)Gaurav Shukla1-0/+1
2024-04-20[mlir][python] Fix generation of Python bindings for `async` dialect (#75960)Abhishek Kulkarni1-0/+47
2024-04-19[bazel][mlir] Fix invalid quotation mark in BUILD fileJorge Gorbe Moya1-1/+1
2024-04-19[mlir][bazel] add bazel rule for XeGPUYijia Gu1-0/+40
2024-04-18[mlir][bazel] fix llvm:support dependency error for CAPIGPUYijia Gu1-0/+1
2024-04-18[libc] unpoison memory returned by pipe syscall (#88942)Michael Jones1-0/+3
2024-04-18[bazel][mlir] Add missing dep after ee0284ec1027Jorge Gorbe Moya1-0/+1
2024-04-17[bazel] Improve liblldb building (#89095)Keith Smiley2-36/+26
2024-04-17[bazel][libc] Add missing dep after b854a2323337be2633b1135f590678a17e9d1adeJorge Gorbe Moya1-3/+4
2024-04-17[bazel][mlir] Add missing dep after 4f88c2311130791cf69da34b743b1b3ba7584a7bJorge Gorbe Moya1-0/+1
2024-04-17[libc][c23][fenv] Implement fetestexceptflag (#87828)Robin Caloudis2-0/+11
2024-04-16[bazel] Add support for lldb-server (#88989)Keith Smiley2-2/+90
2024-04-16[Sema] Mark alias/ifunc targets used and consider mangled namesFangrui Song1-0/+1
2024-04-16Revert "[Sema] Mark alias/ifunc targets used and consider mangled names" (#88...Mehdi Amini1-1/+0
2024-04-16[bazel] Add missing dependency for 1c076b43c294c7d29d99dd50f6853b33a5b99789Benjamin Kramer1-0/+1
2024-04-15[Sema] Mark alias/ifunc targets used and consider mangled namesFangrui Song1-0/+1
2024-04-15[mlir] fix llvm:support dependency errorYijia Gu1-1/+1
2024-04-15[mlir] add polynomial dialect in bazel BUILDYijia Gu1-0/+104
2024-04-15[libc] Add proxy headers for fenv types. (#88467)Job Henandez Lara3-0/+18
2024-04-15[mlir][Interfaces][NFC] Add TableGen test op for value bounds tests (#88717)Matthias Springer1-0/+2
2024-04-15[clang][bazel] Fix BUILD after f811d7b50957b801788d7b171ddeb25b1fda415a.Christian Sigg1-0/+1
2024-04-11[libc] add remaining epoll functions, pipe (#84587)Michael Jones2-7/+157
2024-04-11[libc] Codify header inclusion policy (#87017)Nick Desaulniers1-0/+13