summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2025-01-20[bazel] Fix dependencies for 69d3ba3db922fca8cfc47b5f115b6bea6a737aabBenjamin Kramer
2025-01-20[mlir][EmitC] Add MathToEmitC pass for math function lowering to EmitC (#113799)Tomer Solomon
2025-01-17[bazel] Remove //clang:basic_internal_headers target (NFC) (#123230)Jorge Gorbe Moya
2025-01-17[bazel] Add new file added in 437834e16be6d04e7b198dad8a42d507770251a1Benjamin Kramer
2025-01-16[CMake] Remove HAVE_SYS_RESOURCE_H/HAVE_SETRLIMIT/HAVE_GETRLIMITFangrui Song
2025-01-16[CMake] Remove HAVE_SYS_IOCTL_HFangrui Song
2025-01-16[CMake] Remove HAVE_TERMIOS_HFangrui Song
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song
2025-01-16[bazel] Exclude lib/Interpreter/Wasm.h from //clang:interpreterJorge Gorbe Moya
2025-01-16[bazel] Remove a couple of unused dependenciesJorge Gorbe Moya
2025-01-16[mlir][test][bazel] add missing deps for TestPassYijia Gu
2025-01-16[bazel] Remove useless exclusion from glob (NFC)Jorge Gorbe Moya
2025-01-16[bazel] Add missing file to textual_hdrs in //clang:basic (NFC)Jorge Gorbe Moya
2025-01-16[bazel] Add rules for clang-fuzzer protobuf-related libraries (#123126)Jorge Gorbe Moya
2025-01-16[clang][Serialization] Stop including Frontend headers from Serialization (NF...Jorge Gorbe Moya
2025-01-15[bazel] Port bf17016a92bc8a23d2cdd2b51355dd4eb5019c68Benjamin Kramer
2025-01-15[bazel] Remove internal headers from `hdrs` in //clang:format (#122987)Jorge Gorbe Moya
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2025-01-14[bazel] add missing depJorge Gorbe Moya
2025-01-14[TOSA] Add Tosa_Shape type and ConstShapeOp (#122547)Jerry-Ge
2025-01-14[bazel] minor formatting fixes (#122964)Jorge Gorbe Moya
2025-01-14[bazel] add missing dep to //clang:static_analyzer_core_optionsJorge Gorbe Moya
2025-01-14[bazel] remove unneeded copts (#122958)Jorge Gorbe Moya
2025-01-14[bazel] Add targets for some testing utility binaries/libraries. (#122834)Jorge Gorbe Moya
2025-01-10[bazel] Remove obsolete exclusion from glob.Jorge Gorbe Moya
2025-01-09[bazel] Port 0aa831e0edb1c1deabb96ce2435667cc82bac79bBenjamin Kramer
2025-01-09[bazel] Add missing dependency for cbcb7ad32e6faca1f4c0f2f436e6076774104e17Benjamin Kramer
2025-01-09[bazel] Add missing dependency for b79ed8729b3d6d5482481c41a7de2cd75b0f61dfBenjamin Kramer
2025-01-08[bazel] Port 8e65940161cd5a7dea5896fe4ae057d4cc07c703Alina Sbirlea
2025-01-08[libc] Add hardening for FixedVector data structure and fix exposed bug. (#12...Alexey Samsonov
2025-01-07[bazel] Port afa8aeeeec9a897a35ba5c8afc024d9b10504db1Benjamin Kramer
2025-01-07[bazel] Add missing dependency for 0d9cf2671e06c9124a0b5fc753330c39c8b4a791Benjamin Kramer
2025-01-07[bazel] Update dependency for a738d81cd2822698539b0482af48d49d91ea5a2eBenjamin Kramer
2025-01-07[bazel] Add BuiltinsSPIRV (for #121598)NAKAMURA Takumi
2025-01-06[libc][bazel] Remove customization from several libc BUILD rules. (#121843)Alexey Samsonov
2025-01-06[libc][bazel] Simplify libc_build_rules by grouping release copts (#121630)Alexey Samsonov
2025-01-06Update BUILD.bazel after #121482JoelWee
2025-01-06Fix after #121482 (#121764)JoelWee
2025-01-05[bazel] Fixup for #121043NAKAMURA Takumi
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2025-01-04[libc] Remove some unused includes from headers under src/math/generic. (#121...Alexey Samsonov
2025-01-03[bazel] Fix the broken llvm-tblgen build for 27f30029741ecf023baece7b3dde1ff9...Haojian Wu
2025-01-02[bazel] Allow SupportTests to be built remotely and cached (#121375)Angus Lees
2025-01-02Update BUILD.bazel due to PR #121476Bart Chrzaszcz
2024-12-30[bazel] Fix the broken bazel build for clang-tidy after e45e091b90896023584b3...Haojian Wu
2024-12-29Revert "[libc] Improve qsort" (#121303)Schrodinger ZHU Yifan
2024-12-29[libc] Improve qsort (#120450)Lukas Bergdoll
2024-12-25[clang-tidy][bazel] Fix #120547Pranav Kant
2024-12-24[bazel] Fixup for #119199, FrontendAtomicNAKAMURA Takumi
2024-12-20[mlir python] Port in-tree dialects to nanobind. (#119924)Peter Hawkins