summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Transform] Specify mapping update rules for `apply_conversion_patterns`upstream/users/matthias-springer/conversion_tracking_listenerMatthias Springer2024-03-106-55/+256
* [mlir][Transform] Remove `notifyOperationErased` workaroundMatthias Springer2024-03-101-8/+5
* [mlir][IR] Add listener notifications for pattern begin/end (#84131)Matthias Springer2024-03-103-23/+69
* [mlir][Transform] `apply_conversion_patterns`: Update handles (#83950)Matthias Springer2024-03-105-35/+130
* [sanitizer] Disable COMPILER_RT_HAS_TRIVIAL_AUTO_INIT on PowerPC to fix the botVitaly Buka2024-03-091-1/+4
* Revert "[NFC][compiler-rt] Try to collect more info about crashes on bot"Vitaly Buka2024-03-091-1/+0
* [workflows] Mention the correct user who makes a /cherry-pick comment (#82680)Tom Stellard2024-03-091-1/+1
* [NFC][compiler-rt] Try to collect more info about crashes on botVitaly Buka2024-03-091-0/+1
* [asan] [test] Mark a new test UNSUPPORTED for MinGW targetsMartin Storsjö2024-03-091-0/+2
* [OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)Vadim Paretsky2024-03-095-6/+7
* [NFC] Eliminate trailing white space causing CI build failure (#84632)Amirreza Ashouri2024-03-101-1/+1
* check if operand is div in fold FDivSqrtDivisor (#81970)Zain Jaffal2024-03-092-9/+56
* [compiler-rt] Adds builtins support for xros. (#83484)rohit-rao2024-03-092-0/+8
* [InstCombine] Make `(binop ({s|u}itofp),({s|u}itofp))` transform more flexibl...Noah Goldstein2024-03-094-62/+78
* [InstCombine] Add more tests for transforming `(binop (uitofp), -C)`; NFCNoah Goldstein2024-03-091-0/+13
* [RFC][libc++] Reworks clang-tidy selection. (#81362)Mark de Wever2024-03-094-36/+51
* [libc][math][c23] Add modff128 C23 math function. (#84532)lntue2024-03-0913-9/+95
* [X86] Add missing immediate qualifier to the (V)CMPSS/D instructions (#84496)Simon Pilgrim2024-03-0913-265/+265
* [clang-tidy]avoid bugprone-unused-return-value false positive for assignment ...Congcong Cai2024-03-094-12/+57
* Fix test clang-offload-bundler-zstd.cYaxun (Sam) Liu2024-03-091-1/+1
* [HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu2024-03-0917-64/+204
* [clang] Fix -Wunused-lambda-capture in TokenAnnotator.cpp (NFC)Jie Fu2024-03-091-0/+1
* Revert "[SLP]Improve minbitwidth analysis."Martin Storsjö2024-03-0915-594/+306
* [libc++] Remove <array> include from <span> (#83742)Nikolas Klauser2024-03-095-10/+15
* Reapply [IR] Add new Range attribute using new ConstantRange Attribute type (...Andreas Jonson2024-03-0919-26/+341
* [openmp] porting affinity feature to netbsd. (#84618)David CARLIER2024-03-096-14/+26
* [Clang] Only check for error in C++20 mode (#84624)Sirraide2024-03-091-2/+2
* [libc++][format] Updates LWG3462 status. (#80550)Mark de Wever2024-03-091-1/+1
* [libc++][format] Update LWG3701 status. (#80545)Mark de Wever2024-03-091-1/+1
* [Clang] Fix status of P1774 Portable assumptionscor3ntin2024-03-091-1/+1
* [Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide2024-03-0928-29/+502
* [ArmNeon] Make header self-contained. NFC.Benjamin Kramer2024-03-091-0/+1
* [bazel] Port test parts of cb6ff746e0c7b9218b6f5c11db44162cacd623a4Benjamin Kramer2024-03-092-1/+17
* [libc++][test] Fix MSVC warning C4127 in `array.cons/initialization.pass.cpp`...Stephan T. Lavavej2024-03-091-4/+10
* [libc++] Simplify the std::pair constructor overload set (#81448)Nikolas Klauser2024-03-091-69/+27
* [GISel] Enforce G_PTR_ADD RHS type matching index size for addr space (#84352)Jay Foad2024-03-0916-818/+382
* [libc] Provide `LIBC_TYPES_HAS_INT64` (#83441)Guillaume Chatelet2024-03-094-20/+22
* Revert "[clang] Fix crash when declaring invalid lambda member" (#84615)Vitaly Buka2024-03-093-17/+13
* [llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer2024-03-0817-93/+94
* [Support] Fix Process::PreventCoreFiles() when coredumps are pipedAlexander Richardson2024-03-081-1/+20
* [tsan] Intercept __tls_get_addr_earlierAlexander Richardson2024-03-081-9/+11
* [tsan] Fix running check-ubsan with COMPILER_RT_DEBUG=ONAlexander Richardson2024-03-081-2/+4
* [X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye2024-03-0911-121/+316
* [compiler-rt] Simplify and rename of operator_new_size_typeAlexander Richardson2024-03-083-12/+5
* github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard2024-03-081-1/+1
* [clang-format] Handle common C++ non-keyword types as such (#83709)Owen Pan2024-03-087-41/+83
* [llvm-c] Add C API methods to match size_t ConstantDataArray C++ API signatur...erer12432024-03-094-4/+27
* llvm/docs: Try to fix some broken linksDavid Blaikie2024-03-092-2/+2
* [SelectionDAG] Allow FREEZE to be hoisted before FP SETCC. (#84358)Craig Topper2024-03-088-991/+991
* [clang] Fix crash when declaring invalid lambda member (#74110)Nikolas Klauser2024-03-093-13/+17