Sign in
llvm
/
llvm-project
/
8ed397d8e4d014ecc5df89a9d908c5808f201b65
/
utils
/
bazel
2b983a2
[MLIR][AMDGPU] Adding dynamic size check to avoid subword buffer load (#135014)
by Zhuoran Yin
· 9 weeks ago
9b13d34
[libc][bazel] Remove a no-op libc_internal_target macro. (#135818)
by Alexey Samsonov
· 9 weeks ago
12a7155e
[mlir][bazel] Port mlir-translate bits of acf964b95f54.
by Christian Sigg
· 10 weeks ago
a4fbc6f
[bazel] Fix a typo (#135460)
by Pranav Kant
· 10 weeks ago
b74dbf7
[bazel] Add support for SMT Dialect (#135454)
by Pranav Kant
· 10 weeks ago
22c3dac
[bazel] Fix for #134956 (#135233)
by Pranav Kant
· 2 months ago
02fde3a
[bazel] Fix for #134298 (#135114)
by Pranav Kant
· 2 months ago
4d06d22
[bazel] Fix after #133692 (#135098)
by Pranav Kant
· 2 months ago
90c001a
[libc][bazel] Use Bazel aspects to implement libc_release_library. (#134948)
by Alexey Samsonov
· 2 months ago
b92f4d4
[bazel][mlir] Add missing dep for X86Vector (#135069)
by Jakub Kuderski
· 2 months ago
0c2a6f2
[mlir][x86vector] Simplify intrinsic generation (#133692)
by Adam Siemieniuk
· 2 months ago
c5e07fb
[libc] Use correct instruction for arm32 sqrt inline asm. (#134968)
by lntue
· 2 months ago
cf7d34a
[libc] Extend fputil::sqrt to use floating point instructions for arm32. (#134499)
by lntue
· 2 months ago
8364766
[mlir][bazel] add missing deps for LLVMOpsTdFiles
by Yijia Gu
· 2 months ago
3b84b1e
[clang][bazel] fix typo
by Yijia Gu
· 2 months ago
a557550
[clang][bazel] add missing target
by Yijia Gu
· 2 months ago
4e9cfcf
[llvm][bazel] Fix BUILD after 561506144531cf0a760bb437fd74c683931c60ae.
by Christian Sigg
· 2 months ago
3a6b9b3
[mlir][bazel] Fix after dae0ef53a0b99c6c2b74143baee5896e8bc5c8e7
by Christian Sigg
· 2 months ago
99d12ac
[bazel] Fix build after 65813e0e94c0403dad61e8365b39d76d7b3bfc14
by Jorge Gorbe Moya
· 2 months ago
4607d39
[bazel] Fix build (#134697)
by Pranav Kant
· 2 months ago
9fe6f6a
[bazel] Change `gentbl_cc_library(tbl_outs)` to dicts (#134349)
by Christian Sigg
· 2 months ago
109566a
[bazel] Fold "${Target}Analysis" targets into their respective CodeGen targets. (#134312)
by Jorge Gorbe Moya
· 3 months ago
158684a
[bazel] Add missing dep after 586c5e3083428e7473e880dafd5939e8707bc1c9
by Jorge Gorbe Moya
· 3 months ago
6ddf7cf
[mlir][bazel] Allow `gentbl_cc_library(tbl_outs)` to be a dict. (#134271)
by Christian Sigg
· 3 months ago
990a086
[bazel] Add missing dep after 51d1c7288662ea801b07133fd2d22aff6bac50e2
by Jorge Gorbe Moya
· 3 months ago
f475ccd
Fix to the libc BUILD.bazel file after changing atan_utils.h deps. (#134128)
by Amy Huang
· 3 months ago
3cc7148
[bazel] Update for #134043
by NAKAMURA Takumi
· 3 months ago
07504af
[libc] Stop depending on .cpp files in libcxx_shared_headers library. (#133999)
by Alexey Samsonov
· 3 months ago
537b654
Fix libc BUILD.bazel after commit 8741412 (#133980)
by Amy Huang
· 3 months ago
179062b
[mlir][bazel] add alwayslink=True to mlir-runner utils (#133787)
by Jeremy Kun
· 3 months ago
f30c6a0
[bazel] Format BUILD files with buildifier (#133802)
by Keith Smiley
· 3 months ago
5145367
[bazel] Add missing dep after e4b9486056fab7a262fdafbe70acf393c9767d12
by Jorge Gorbe Moya
· 3 months ago
10dd404
[bazel] Make DeltaPasses.def available for fea6b388055284f37852e615fbf5b40a3ba34249
by Benjamin Kramer
· 3 months ago
d724bab
[libc][bazel] Create a libc_header_library macro for hand-in-hand. (#133131)
by Alexey Samsonov
· 3 months ago
f0b752e
[libc][bazel] Stop creatng "public" library targets in libc_function. (#132995)
by Alexey Samsonov
· 3 months ago
6ddc071
Disable some tests on bazel (#132951)
by Walter Lee
· 3 months ago
cca9b55
Fix bazel test errors caused by #131462 (#132929)
by Karlo Basioli
· 3 months ago
36b3606
[mlir][spirv] Fix cyclical dependency in bazel (#132785)
by Karlo Basioli
· 3 months ago
5a668bd
[libc] Migrate sys/epoll tests to use ErrnoCheckingTest. (#132823)
by Alexey Samsonov
· 3 months ago
6c68cc4
Fix bazel demangle include error caused by #126688 (#132790)
by Karlo Basioli
· 3 months ago
63e0da4
Fix bazel DWARF include error caused by #131645 (#132789)
by Karlo Basioli
· 3 months ago
c7e6ee7
[bazel] Port 3aa20c266c97a638c63b5368d89fe25757885178 (#132774)
by Jordan Rupprecht
· 3 months ago
2f2c02e
Fix bazel build unique function test caused by #ef3e521 (#132726)
by Karlo Basioli
· 3 months ago
9977071
Fix blaze build caused by commit #5d8e8e8 (#132719)
by Karlo Basioli
· 3 months ago
ad9630d
Fix bazel build for QuantDialectBytecodeGen (caused by #120172) (#132716)
by Karlo Basioli
· 3 months ago
445837a
[libc][math][c23] Add fmaf16 C23 math function. (#130757)
by Harrison Hao
· 3 months ago
a17b03f
[libc][math] Implement fast pass for double precision atan function. (#132333)
by lntue
· 3 months ago
fe6bced
[libc][bazel] fix scanf after #131043 (#132305)
by Michael Jones
· 3 months ago
09ff6db
[bazel] add missing dep to errno_test_helpers (#132278)
by Michael Jones
· 3 months ago
dd3addf
[bazel] Add missing dependency for ff3341ca35fe4ce05b52e89d654ff4c696d3602e
by Benjamin Kramer
· 3 months ago
4c36c42
[libc] Migrate sys/socket tests to use ErrnoCheckingTest. (#132107)
by Alexey Samsonov
· 3 months ago
2f7ad89
[libc] Migrate unistd tests to use ErrnoCheckingTest. (#132067)
by Alexey Samsonov
· 3 months ago
3c657ce
[ms] [llvm-ml] Add llvm-ml64 alias (#131854)
by Eric Astor
· 3 months ago
f84bc1c
Fix after 2b8f88791502
by Joel Wee
· 3 months ago
25613b3
NFC: fix whitespace lint in bazel file.
by James Y Knight
· 3 months ago
379a8d1
Fix bazel build for 8437b7f5. (#132046)
by James Y Knight
· 3 months ago
d039af3
[libc] Create ErrnoCheckingTest harness to simplify errno tests. (#131703)
by Alexey Samsonov
· 3 months ago
3ea89e0
Fix Bazel after 1fbfef9
by Joel Wee
· 3 months ago
279e82f
Revert f9146ccbe940d8b8eb15e7686a511a28eb0abc6b (#131656)
by Alexey Samsonov
· 3 months ago
94dc397
[bazel] Add missing dependencies for fd24805c8e67c921991e82463bdc23563caf744e
by Benjamin Kramer
· 3 months ago
e45090e
Fix BUILD.bazel due to a16c225
by Bart Chrzaszcz
· 3 months ago
4bcf1e6
Update the libc BUILD.bazel file with selects for Windows builds. (#131172)
by Brian Ledger
· 3 months ago
b990c81
Partial fix of BUILD.bazel after 598e882. (#131140)
by Bart Chrzaszcz
· 3 months ago
c6e88b2
Proper BUILD.bazel fix due to c07e1e3 (#130962)
by Bart Chrzaszcz
· 3 months ago
0165ca3
BUILD.bazel fix due to c07e1e3
by Bart Chrzaszcz
· 3 months ago
10a6a34
[libc][bazel] Create libc_release_library for release configurations. (#130694)
by Alexey Samsonov
· 3 months ago
d8d2e07
Even more BUILD.bazel fixes for commit 205c532. (#130784)
by Bart Chrzaszcz
· 3 months ago
b9d6b627
Fix [mlir] Fix bazel build after 205c532 round 2. (#130765)
by Bart Chrzaszcz
· 3 months ago
f590843
[mlir] Fix bazel build after 205c532
by Bart Chrzaszcz
· 3 months ago
5bf0486
[libc][bazel] Remove unneeded deps. (#130696)
by Jorge Gorbe Moya
· 3 months ago
f9146cc
[libc][bazel] explicitly use system-provided errno in Bazel builds. (#130663)
by Alexey Samsonov
· 3 months ago
9f170e6
[libc][bazel] Convert "errno" to libc_support_library. (#130368)
by Alexey Samsonov
· 3 months ago
497a3df
[mlir] Fix bazel build after f3dcc0f TD files
by Bart Chrzaszcz
· 3 months ago
8885b5c
[mlir] Fix bazel build after f3dcc0fe228f6a1a69147ead0a76ce0fe02d316d
by Bart Chrzaszcz
· 3 months ago
76e9b2a
[libc][bazel] Introduce libc_test_library macros. (#130355)
by Alexey Samsonov
· 3 months ago
d90423e3
[libc][bazel] Minor cleanup to remove unused dependencies. (#130348)
by Alexey Samsonov
· 3 months ago
3a228a3
[libc][bazel] Main f16 test targets, new f16 funcs (#130208)
by Michael Jones
· 3 months ago
8da48b4
[bazel] update lldb deps for de9cee1c97882dc69a20ac688d20a84f831b62c6
by Augie Fackler
· 3 months ago
50a0931
[bazel] update lldb deps for 39a4da20d88d797824f0e7be0f732ccaf0c7eee4
by Augie Fackler
· 3 months ago
308f933
[mlir] Fix bazel build after 95767a9903208e545badd920a1a16e5476ae09f9. (#130283)
by Benjamin Chetioui
· 3 months ago
995c0f7
[bazel] update mlir python deps for 95767a9903208e545badd920a1a16e5476ae09f9
by Augie Fackler
· 3 months ago
94c937d
[bazel] fix lldb deps some more
by Augie Fackler
· 4 months ago
7a7fe6e
[bazel] fix libc deps for 542d52b1e8a0a7e04538f608487603124c70e1ab
by Augie Fackler
· 4 months ago
1df59b3
[libc][bazel] Add targets for float16 math (#129965)
by Michael Jones
· 4 months ago
35842f3
[bazel] add missing another missing dep in mlir
by Augie Fackler
· 4 months ago
3c74262
[bazel] add missing deps in mlir
by Augie Fackler
· 4 months ago
0953706
[bazel][libc] Add missing dep after 1e6e845d49a336e9da7ca6c576ec45c0b419b5f6
by Dmitri Gribenko
· 4 months ago
423862f
[bazel][libc] Add missing dep after 1e6e845d49a336e9da7ca6c576ec45c0b419b5f6
by Jorge Gorbe Moya
· 4 months ago
f9a6ea4
[libc][bazel] Add BUILD targets for complex functions and tests. (#129618)
by Jorge Gorbe Moya
· 4 months ago
fd9a882
[bazel] add missing header to bolt build file
by Augie Fackler
· 4 months ago
2cb7b4e
[bazel] fix missing dep on //llvm:config in //lldb:Core
by Augie Fackler
· 4 months ago
08dc81b
[bazel] fixes to make Telemetry work in lldb
by Augie Fackler
· 4 months ago
4396237
[mlir][bazel] Fix Bazel build after db0e7c72aff622849abbc92c3ed0d06efb8e2d16. (#129532)
by Benjamin Chetioui
· 4 months ago
1adb001
[bazel] port 15c49b9db3f60bdbd320271d5e97f118c00b95dd
by Mikhail Goncharov
· 4 months ago
a278b28
[bazel] fix build after bafd44bff58cff9efe569a221b232bab004d55cd
by Mikhail Goncharov
· 4 months ago
bafd44b
[libc][bazel] Add py_binary rule to build hdrgen. (#129161)
by Alexey Samsonov
· 4 months ago
310c377
[libc][bazel] Rephrase list comp for downstream (#129119)
by Michael Jones
· 4 months ago
9a4320a
[bazel] port 42526d240cc953963ea48bae0b4c2ab548e9d897
by Mikhail Goncharov
· 4 months ago
524711c
[libc][bazel] Add targets for strfrom<float> (#128956)
by Michael Jones
· 4 months ago
579ead1
[libc][bazel] Add targets for stdbit functions (#128934)
by Michael Jones
· 4 months ago
Next »