aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Review commentsusers/mordante/implements_utc_clockMark de Wever1-2/+75
2024-07-08[libc++][chrono] implements UTC clock.Mark de Wever26-6/+2459
2024-07-08[SanitizerBinaryMetadata] Fix multi-version sanitizer metadata (#97848)Marco Elver6-61/+73
2024-07-08[SLP]Remove operands upon marking instruction for deletion.Alexey Bataev23-94/+242
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch2-118/+66
2024-07-08[AMDGPU] Comment MIMGEncGfx12Jay Foad1-1/+2
2024-07-08[flang] allow intrinsic module procedures to be implemented in Fortran (#97743)jeanPerier3-104/+260
2024-07-08[SCCP] Skip bitcasts entirelyNikita Popov1-12/+4
2024-07-08[libc] Add maybe_unused for functions only used on slow path (#98024)Joseph Huber1-2/+2
2024-07-08[libc][math] Implement cbrtf function correctly rounded to all rounding modes...lntue24-8/+374
2024-07-08[VectorCombine] foldShuffleOfCastops - don't restrict to oneuse but compare t...Simon Pilgrim2-7/+30
2024-07-08[libc] Make GPU `libm` use generic implementations (#98014)Joseph Huber6-1201/+51
2024-07-08[ValueLattice] Add missing const qualifier (NFC)Nikita Popov1-1/+1
2024-07-08[lldb][DataFormatter] Simplify std::unordered_map::iterator formatter (#97754)Michael Buch3-124/+96
2024-07-08[LoopIdiom] Support 'shift until less-than' idiom (#95002)Hari Limaye2-36/+1033
2024-07-08[SLP]Allow matching and shuffling of extractelement vector operands with diff...Alexey Bataev3-60/+50
2024-07-08[AArch64][GlobalISel] Make G_DUP immediate 32-bits or larger (#96780)chuongg36-123/+102
2024-07-08[X86][vectorcall] Do not consume register for indirect return value (#97939)Phoebe Wang3-2/+9
2024-07-08[gn build] Port 854bbc50fc99LLVM GN Syncbot1-0/+1
2024-07-08[C2y] Claim conformance to WG14 N3254 (#97581)Aaron Ballman2-1/+150
2024-07-08[X86][CodeGen] security check cookie execute only when needed (#95904)Mahesh-Attarde7-10/+291
2024-07-08[C23] Correct the type for INFINITY and NAN in freestandingAaron Ballman2-3/+10
2024-07-08[LegalizeDAG] Optimize CodeGen for `ISD::CTLZ_ZERO_UNDEF` (#83039)Manish Kausik H18-287/+328
2024-07-08[lldb][DataFormatter] Move std::unordered_map::iterator formatter into LibCxx...Michael Buch3-199/+200
2024-07-08[lldb][DataFormatter] Remove support for old std::map layout (#97549)Michael Buch1-46/+30
2024-07-08[AArch64][RISCV] Improve the tests for --print-enabled-extensions and --print...Tomas Matheson109-729/+3595
2024-07-08[LV] Add tests with ephemeral values that are widened.Florian Hahn1-0/+453
2024-07-08[X86] Allow VPERMV3 -> VPERMV folds to handle extraction from a wider source ...Simon Pilgrim2-20/+18
2024-07-08[X86] Ensure VPERMV3 -> VPERMV fold comes from a double width vectorSimon Pilgrim2-1/+23
2024-07-08Fix un/signed mismatch in test introduced in #97719Orlando Cazalet-Hyams1-2/+2
2024-07-08Reapply "[AArch64] Lower extending sitofp using tbl (#92528)"Momchil Velikov3-3/+313
2024-07-08[lldb][test] Fix type error when calling random.randrange with 'float' arg (#...Kendal Harland1-1/+1
2024-07-08[MLIR][OpenMP] Improve loop wrapper representation (#97706)Sergio Afonso7-12/+71
2024-07-08Fix flake in TestZerothFrame.py (#96685)Kendal Harland1-12/+11
2024-07-08Make the logic for checking scatter vectorized nodes of GEP clearer (#97826)tcwzxx1-6/+5
2024-07-08[lldb] Remove Listener::SetShadow (#97555)Pavel Labath4-28/+7
2024-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath3-11/+21
2024-07-08[NFC] Add DIExpression::extractLeadingOffset (#97719)Orlando Cazalet-Hyams3-0/+128
2024-07-07Reapply [NFC] Add fragment-getting functions to DbgRecord (#97705)Orlando Cazalet-Hyams4-23/+63
2024-07-08[ValueLattice] Add asConstantRange() helper (NFC)Nikita Popov2-20/+19
2024-07-08Revert "[NFC] Add fragment-getting functions to DbgRecord (#97705)"Nikita Popov4-63/+23
2024-07-08[bazel] Add missing gmp dep for f8834ed24bf11d19c96c49d42e77d4408af91fd8Haojian Wu1-0/+1
2024-07-08[NFC] Add fragment-getting functions to DbgRecord (#97705)Orlando Cazalet-Hyams4-23/+63
2024-07-08[PowerPC] Function descriptor symbol may be omitted for external symbol. #97526esmeyi7-179/+77
2024-07-08[AArch64] Fix copy and paste error in tryCombineMULLWithUZP1() (NFCI) (#97729)Nikita Popov1-1/+2
2024-07-08[bazel] Port for the libc change f8834ed24bf11d19c96c49d42e77d4408af91fd8Haojian Wu3-0/+28
2024-07-08[mlir][sparse] Use vector.step for index vector generation (#97692)Cullen Rhodes1-12/+1
2024-07-08mlir/Presburger: optimize normalizeDiv when gcd=1 (#97893)Ramkumar Ramachandra1-0/+2
2024-07-08[lldb] Make Listener::m_broadcasters_mutex non-recursive (#97552)Pavel Labath2-14/+9
2024-07-08[RISCV] Refactor mask check in performCombineVMergeAndVOps. NFCLuke Lau1-3/+3