summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/alexey-bataev/spr/slpimprove-reordering-for-consts-splats-and-ops-from-same-nodes-improved-analysisAlexey Bataev2024-03-2911-178/+212
* [GlobalIsel] add trunc flags (#87045)Thorsten Schütt2024-03-292-0/+96
* [Libomptarget][NFCI] Move logic out of PluginAdaptorTy (#86971)Joseph Huber2024-03-292-61/+47
* [RISCV] Add test case for vmerge fold for tied pseudos with rounding mode. NFCLuke Lau2024-03-291-0/+17
* [RISCV] Combine (or disjoint ext, ext) -> vwadd (#86929)Luke Lau2024-03-292-17/+27
* [gn build] Port 316634ff5925LLVM GN Syncbot2024-03-291-0/+5
* [RISCV] Add more disjoint or tests for vwadd[u].{w,v}v. NFCLuke Lau2024-03-291-2/+58
* [libc++] Remove <queue> and <stack> includes from <format> (#85520)Nikolas Klauser2024-03-2926-43/+187
* [libc++][NFC] Use __copy_cv to implement __apply_cv (#86477)Nikolas Klauser2024-03-291-45/+5
* Fix calls to PrintedDeclCXX98Matches. (#86741)Zahira Ammarguellat2024-03-291-25/+29
* Revert "[ProfileData] Use size_t in PatchItem (NFC) (#87014)"Muhammad Omair Javaid2024-03-291-7/+7
* [NFC] [Decl] Introduce Decl::isFromExplicitGlobalModuleChuanqi Xu2024-03-294-14/+17
* Add missing declarations of explicit template instantiations. (#86964)Thomas Köppe2024-03-291-0/+1
* [gn build] Port 1d99d7a6f841LLVM GN Syncbot2024-03-291-0/+1
* [X86][MC] Support enc/dec for IMULZU. (#86653)Freddy Ye2024-03-296-0/+175
* Revert "Reapply "[clang][nullability] allow _Nonnull etc on nullable class ty...dyung2024-03-2921-226/+29
* [SDAG] Use shifts if ISD::MUL is illegal when lowering ISD::CTPOP (#86505)Wang Pengcheng2024-03-2918-1120/+839
* [mlir][bazel] Remove unsed BUILD dependencies. (#87038)Christian Sigg2024-03-291-383/+44
* [C++20] [Modules] [Reduced BMI] Don't record declarations in functionsChuanqi Xu2024-03-292-0/+37
* [IR] Add nowrap flags for trunc instruction (#85592)elhewaty2024-03-2915-20/+281
* [LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice2024-03-283-0/+105
* [RISCV][TypePromotion] Dont generate truncs if PromotedType is greater than S...Sudharsan Veeravalli2024-03-282-1/+28
* [ProfileData] Use size_t in PatchItem (NFC) (#87014)Kazu Hirata2024-03-281-7/+7
* [SampleFDO][NFC] Refactoring SampleProfileMatcher (#86988)Lei Wang2024-03-288-671/+718
* [bazel] Fix lit tests with python 3.11+ (#87022)Keith Smiley2024-03-282-0/+2
* [NFC] [HWASan] add example for ring buffer wrap (#87029)Florian Mayer2024-03-281-2/+16
* [SLP]Fix PR87011: Do not assume that initial ext/trunc nodes can beAlexey Bataev2024-03-282-5/+11
* [SLP][NFC]Add a test with the incorrect sign extension of first extAlexey Bataev2024-03-281-0/+29
* [scudo] Fix stack depot validation. (#87024)Christopher Ferris2024-03-281-1/+1
* [docs][TypeProf]Update instrumentation file format document (#83309)Mingming Liu2024-03-281-0/+53
* [nfc][docs]Generalize header description and ascii art for indexed profiles (...Mingming Liu2024-03-282-39/+43
* [APINotes][test] Fix permissions of a file copied from a source treeDmitri Gribenko2024-03-291-0/+1
* [RISCV] Extend pattern matches involving shNadd to support disjoint or (#87001)Philip Reames2024-03-282-25/+114
* Reapply "[clang][nullability] allow _Nonnull etc on nullable class types (#82...Sam McCall2024-03-2821-29/+226
* [LangRef] Try to clarify some Metadata semantics (#81948)Scott Linder2024-03-282-18/+141
* [scudo] Dump ReleaseToOsIntervalMs (#86887)ChiaHungDuan2024-03-282-6/+9
* [libc] Add inf/nan tests for strfrom*() functions (#86663)Vinayak Dev2024-03-282-7/+73
* [APINotes] Make an assert in a std::sort call tolerate self-comparisonsDmitri Gribenko2024-03-281-1/+1
* [AArch64][GISEL] Consider fcmp true and fcmp false in cond code selection (#8...Marc Auberer2024-03-283-0/+127
* [RISCV] Combine ({s,u}{div,rem} (zext, zext)) -> (zext ({s,u}{div,rem} (zext,...Luke Lau2024-03-292-18/+36
* [CodeGen/DWARF] Introduce DWARF tag for SwiftTail and emit it in CodeGen.Adrian Prantl2024-03-283-6/+5
* [MCP] Remove dead copies from basic blocks with successors. (#86973)Craig Topper2024-03-2813-43/+40
* [DXIL] Add lowering for `reversebits` and `trunc` (#86909)Helena Kotas2024-03-284-0/+67
* Revert "[libc][math][c23] Fix X86_Binary80 special cases for canonicalize fun...Nick Desaulniers2024-03-283-54/+56
* [memprof] Add MemProf version (#86414)Kazu Hirata2024-03-285-18/+91
* [SystemZ] Fix an unused variable warningKazu Hirata2024-03-281-0/+1
* [VPlan] Rename getVPValueOrAddLiveIn -> getOrAddLiveIn (NFCI).Florian Hahn2024-03-288-31/+31
* [lldb] Remove cmake check for pexpect with LLDB_TEST_USE_VENDOR_PACKAGES (#86...Jordan Rupprecht2024-03-281-17/+0
* [libc][math][c23] Fix X86_Binary80 special cases for canonicalize functions. ...Shourya Goel2024-03-283-56/+54
* [lld-macho] Disable objc test on 32-bit ARM targetsLeandro Lupori2024-03-281-0/+1