aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-10[mlir][Transform] Specify mapping update rules for `apply_conversion_patterns`users/matthias-springer/conversion_tracking_listenerMatthias Springer6-55/+256
2024-03-10[mlir][Transform] Remove `notifyOperationErased` workaroundMatthias Springer1-8/+5
2024-03-10[mlir][IR] Add listener notifications for pattern begin/end (#84131)Matthias Springer3-23/+69
2024-03-10[mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer5-35/+130
2024-03-09[sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the botVitaly Buka1-1/+4
2024-03-09Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot"Vitaly Buka1-1/+0
2024-03-09[workflows] Mention the correct user who makes a /cherry-pick comment (#82680)Tom Stellard1-1/+1
2024-03-09[NFC][compiler-rt] Try to collect more info about crashes on botVitaly Buka1-0/+1
2024-03-09[asan] [test] Mark a new test UNSUPPORTED for MinGW targetsMartin Storsjö1-0/+2
2024-03-09[OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky5-6/+7
2024-03-10[NFC] Eliminate trailing white space causing CI build failure (#84632)Amirreza Ashouri1-1/+1
2024-03-09check if operand is div in fold FDivSqrtDivisor (#81970)Zain Jaffal2-9/+56
2024-03-09[compiler-rt] Adds builtins support for xros. (#83484)rohit-rao2-0/+8
2024-03-09[InstCombine] Make `(binop ({s|u}itofp),({s|u}itofp))` transform more flexibl...Noah Goldstein4-62/+78
2024-03-09[InstCombine] Add more tests for transforming `(binop (uitofp), -C)`; NFCNoah Goldstein1-0/+13
2024-03-09[RFC][libc++] Reworks clang-tidy selection. (#81362)Mark de Wever4-36/+51
2024-03-09[libc][math][c23] Add modff128 C23 math function. (#84532)lntue13-9/+95
2024-03-09[X86] Add missing immediate qualifier to the (V)CMPSS/D instructions (#84496)Simon Pilgrim13-265/+265
2024-03-09[clang-tidy]avoid bugprone-unused-return-value false positive for assignment ...Congcong Cai4-12/+57
2024-03-09Fix test clang-offload-bundler-zstd.cYaxun (Sam) Liu1-1/+1
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu17-64/+204
2024-03-09[clang] Fix -Wunused-lambda-capture in TokenAnnotator.cpp (NFC)Jie Fu1-0/+1
2024-03-09Revert "[SLP]Improve minbitwidth analysis."Martin Storsjö15-594/+306
2024-03-09[libc++] Remove <array> include from <span> (#83742)Nikolas Klauser5-10/+15
2024-03-09Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson19-26/+341
2024-03-09[openmp] porting affinity feature to netbsd. (#84618)David CARLIER6-14/+26
2024-03-09[Clang] Only check for error in C++20 mode (#84624)Sirraide1-2/+2
2024-03-09[libc++][format] Updates LWG3462 status. (#80550)Mark de Wever1-1/+1
2024-03-09[libc++][format] Update LWG3701 status. (#80545)Mark de Wever1-1/+1
2024-03-09[Clang] Fix status of P1774 Portable assumptionscor3ntin1-1/+1
2024-03-09[Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide28-29/+502
2024-03-09[ArmNeon] Make header self-contained. NFC.Benjamin Kramer1-0/+1
2024-03-09[bazel] Port test parts of cb6ff746e0c7b9218b6f5c11db44162cacd623a4Benjamin Kramer2-1/+17
2024-03-09[libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp`...Stephan T. Lavavej1-4/+10
2024-03-09[libc++] Simplify the std::pair constructor overload set (#81448)Nikolas Klauser1-69/+27
2024-03-09[GISel] Enforce G_PTR_ADD RHS type matching index size for addr space (#84352)Jay Foad16-818/+382
2024-03-09[libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet4-20/+22
2024-03-09Revert "[clang] Fix crash when declaring invalid lambda member" (#84615)Vitaly Buka3-17/+13
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer17-93/+94
2024-03-08[Support] Fix Process::PreventCoreFiles() when coredumps are pipedAlexander Richardson1-1/+20
2024-03-08[tsan] Intercept __tls_get_addr_earlierAlexander Richardson1-9/+11
2024-03-08[tsan] Fix running check-ubsan with COMPILER_RT_DEBUG=ONAlexander Richardson1-2/+4
2024-03-09[X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye11-121/+316
2024-03-08[compiler-rt] Simplify and rename of operator_new_size_typeAlexander Richardson3-12/+5
2024-03-08github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard1-1/+1
2024-03-08[clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan7-41/+83
2024-03-09[llvm-c] Add C API methods to match size_t ConstantDataArray C++ API signatur...erer12434-4/+27
2024-03-09llvm/docs: Try to fix some broken linksDavid Blaikie2-2/+2
2024-03-08[SelectionDAG] Allow FREEZE to be hoisted before FP SETCC. (#84358)Craig Topper8-991/+991
2024-03-09[clang] Fix crash when declaring invalid lambda member (#74110)Nikolas Klauser3-13/+17