aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[GraphWriter] Add missing ManagedStatic.h include (NFC)Nikita Popov1-0/+1
2024-06-21[CommandLine] Avoid ManagedStatic.h include (NFC)Nikita Popov3-2/+4
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov1-7/+8
2024-06-20[Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (...Alexandre Ganea7-1/+5498
2024-06-19[Support] Add llvm::xxh3_128bits (#95863)Brendan Duke1-34/+528
2024-06-18[MachineOutliner] Leaf Descendants (#90275)Xuan Zhang2-15/+95
2024-06-18[analyzer] Revert Z3 changes (#95916)Balazs Benics1-96/+20
2024-06-18[analyzer][NFC] Reorganize Z3 report refutationBalazs Benics1-20/+96
2024-06-14[Support] Add SipHash-based 16-bit ptrauth ABI-stable hash. (#93902)Ahmed Bougacha1-0/+30
2024-06-14[Support] Integrate SipHash.cpp into libSupport. (#94394)Ahmed Bougacha2-179/+147
2024-06-14[Support] Import SipHash c reference implementation. (#94393)Ahmed Bougacha2-0/+188
2024-06-14Set Support system_libs if WIN32, not just MSVC or MINGW (#95505)Jeremy Day1-2/+2
2024-06-14[Error] Add non-consuming toString (#95375)Nikita Popov1-0/+8
2024-06-14[APFloat] Add APFloat support for FP4 data type (#95392)Durgadoss R1-2/+23
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad2-2/+2
2024-06-13[KnownBits] avgCompute - don't create on-the-fly Carry. NFC.Simon Pilgrim1-2/+2
2024-06-12[Support/BLAKE3] Remove some dead stores (#95120)Tom Stellard1-3/+1
2024-06-12Reland "mlir/Presburger/MPInt: move into llvm/ADT" (#95254)Ramkumar Ramachandra3-0/+315
2024-06-12Revert #95218 and #94953 (#95244)Maksim Levental3-319/+0
2024-06-12mlir/Presburger/MPInt: move into llvm/ADT (#94953)Ramkumar Ramachandra3-0/+319
2024-06-11[APFloat] Add APFloat support for FP6 data types (#94735)Durgadoss R1-13/+74
2024-06-10Workaround -Wglobal-constructor warning. (#94699)Eric Schweitz1-2/+1
2024-06-07[KnownBits] Remove `hasConflict()` assertions (#94568)c8ef1-28/+5
2024-06-06[clang] Fix handling of adding a file with the same name as an existing dir t...jensmassberg1-30/+31
2024-06-03[Support] Handle delete_pending case for Windows fs::status (#90655)Jeremy Day3-5/+41
2024-06-03[llvm] Replace deprecated aligned_storage with aligned byte array (#94169)Marc Auberer1-4/+3
2024-05-31Reapply "[Support] Remove terminfo dependency (#92865)" (#93889)Aaron Siddhartha Mondal2-67/+4
2024-05-30raw_ostream: Fix a comment in llvm::errsFangrui Song1-1/+1
2024-05-30Unittests and usability for BitstreamWriter incremental flushing (#92983)Mircea Trofin1-0/+4
2024-05-29Revert "[Support] Remove terminfo dependency (#92865)"Michael Buch2-4/+67
2024-05-29Constant Fold logf128 calls (#90611)Matthew Devereau1-0/+24
2024-05-28[DebugCounter] Add support for non-continous ranges. (#89470)Ralender1-47/+147
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse1-0/+1
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal2-67/+4
2024-05-23Avoid std::string -> (char *) roundtrip in createStringError() (NFC) (#93242)Adrian Prantl1-1/+4
2024-05-21[llvm][Support] ListeningSocket::accept returns operation_canceled if FD is s...Connor Sughrue1-10/+13
2024-05-20Use StringRef::find_first_of(char), etc (NFC) (#92841)Kazu Hirata1-1/+1
2024-05-19[llvm] Add KnownBits implementations for avgFloor and avgCeil (#86445)Nhat Nguyen1-0/+31
2024-05-17[Support] Drop nop conversions of StringRef to StringRef (NFC)Kazu Hirata1-1/+1
2024-05-15Correct mismatched allocation/deallocation callsAaron Ballman1-3/+11
2024-05-15[Support] Use malloc instead of non-throwing new (#92157)Aaron Ballman1-2/+9
2024-05-15Fix typo "indicies" (#92232)Jay Foad1-5/+5
2024-05-14[Support] Add option to print SMDiagnostic into a buffer without the filename...Artem Chikin1-2/+2
2024-05-14[APFloat] Replace partsCount array with single variable (NFC) (#91910)Nikita Popov1-15/+10
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata1-2/+2
2024-05-07[RISCV] Don't crash if parseNormalizedArchString encounters a multi-letter ex...Craig Topper1-4/+7
2024-05-07[modules] Accept equivalent module caches from different symlink (#90925)Ellis Hoag1-0/+10
2024-05-04[Support] Use StringRef::operator== instead of StringRef::equals (NFC) (#91042)Kazu Hirata6-9/+9
2024-05-03[RISCV] Add partial validation of Z extension name to RISCVISAInfo::parseNorm...Craig Topper1-1/+2
2024-05-02[llvm][GraphWriter] Resize std::string, instead of reassigning to substr (NFC)Youngsuk Kim1-1/+2