aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2024-04-02[ADT] Add signed and unsigned mulh to APInt (#84719)Atousa Duprat1-0/+16
2024-04-02Move format internal code from llvm::detail to llvm::support::detail. (#87288)Chenguang Wang1-1/+1
2024-04-01[llvm][Support] Use `thread_local` caching for llvm::get_threadid() query on ...Jeff Niu1-2/+5
2024-03-28[Support] Fix color handling in formatted_raw_ostream (#86700)Andrew Ng1-0/+3
2024-03-26Return `errc::no_such_file_or_directory` in `fs::access` if `GetFileAttribute...Jeremy Day1-0/+4
2024-03-22[NFC][BP] Remove unused parameter from function (#86333)Ellis Hoag1-2/+2
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+64
2024-03-22Revert "[RISCV] Support RISC-V Profiles in -march option (#76357)"Wang Pengcheng1-64/+0
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+64
2024-03-19Revert "[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version" (#8...Jonas Devlieghere2-13/+1
2024-03-19[Hexagon] ELF attributes for Hexagon (#85359)quic-areg3-0/+84
2024-03-19Expose TimeTraceProfiler for Async Events (#83778)Takuto Ikuta1-30/+71
2024-03-15[llvm][vfs] Preserve paths for fallback/fallthrough in RedirectingFileSystem ...Ben Langmuir1-45/+43
2024-03-15[ADT][APInt] add sfloordiv_ov APInt's member function (#84720)long.chen1-0/+7
2024-03-14[APInt] Implement average functions without sign/zero-extension. NFC. (#85212)Jay Foad1-24/+8
2024-03-14[ADT] Add implementations for avgFloor and avgCeil to APInt (#84431)Atousa Duprat1-0/+36
2024-03-13[llvm] Include LLVM_REPOSITORY and LLVM_REVISION in tool version (#84990)Jonas Devlieghere2-1/+13
2024-03-13[RISCV] Add back SiFive's cdiscard.d.l1, cflush.d.l1, and cease instructions....Craig Topper1-1/+4
2024-03-12[SystemZ][z/OS] Add missing include header to AutoConvert.cpp to fix build (#...Fanbo Meng1-0/+1
2024-03-12[Support] Add KnownBits::abds signed absolute difference and rename absdiff -...Simon Pilgrim1-2/+21
2024-03-11[KnownBits] Implement knownbits `lshr`/`ashr` with exact flagNoah Goldstein1-2/+26
2024-03-11[KnownBits] Add API support for `exact` in `lshr`/`ashr`; NFCNoah Goldstein1-2/+2
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu1-10/+33
2024-03-08[llvm][Support] Add and use errnoAsErrorCode (#84423)Michael Spencer11-72/+67
2024-03-08[Support] Fix Process::PreventCoreFiles() when coredumps are pipedAlexander Richardson1-1/+20
2024-03-06Reland "[llvm][Support] Add support for executing a detached process (#81708)...Connor Sughrue3-10/+24
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-06[RISCV] Improve error message when the extension is not supported (#83989)Brandon Wu1-10/+16
2024-03-05[KnownBits] Make `nuw` and `nsw` support in `computeForAddSub` optimalNoah Goldstein1-23/+78
2024-03-05[KnownBits] Add API for `nuw` flag in `computeForAddSub`; NFCNoah Goldstein1-6/+10
2024-03-05[clang] Use separator for large numeric values in overflow diagnostic (#80939)Atousa Duprat1-1/+19
2024-03-05[RISCV] Add support of Sscofpmf (#83831)Wang Pengcheng1-0/+1
2024-03-02Split the llvm::ThreadPool into an abstract base class and an implementation ...Mehdi Amini1-22/+19
2024-03-02[llvm][Support] Call clear_error in LockFileManager to avoid report_fatal_err...Michael Spencer1-0/+2
2024-03-01[Support] Fix crash in install_bad_alloc_error_handler (#83160)Fabian Schiebel1-1/+2
2024-03-01[KnownBits] Add KnownBits::absdiff to compute the absolute difference of 2 un...Simon Pilgrim1-0/+16
2024-02-29[Support] Use all_read | all_write for createTemporaryFile (#83360)Jonas Devlieghere1-1/+1
2024-02-28[RISCV] Remove experimental from Zacas. (#83195)Craig Topper1-1/+1
2024-02-27[SHT_LLVM_BB_ADDR_MAP] Adds pretty printing of BFI and BPI for PGO Analysis M...Micah Weston1-0/+17
2024-02-26Revert "[llvm][Support] Add support for executing a detached process (#81708)"cpsughrue3-24/+10
2024-02-26[llvm][Support] Add support for executing a detached process (#81708)Connor Sughrue3-10/+24
2024-02-14[clang] Add fixed point precision macros (#81207)PiJoules1-0/+6
2024-02-13[llvm][Support] Add ExponentialBackoff helper (#81206)Michael Spencer3-31/+37
2024-02-13Make use of std::inserter. NFC.Jay Foad1-3/+3
2024-02-12[PGO] Add ability to mark cold functions as optsize/minsize/optnone (#69030)Arthur Eubanks1-3/+4
2024-02-06[RISCV] Add Ssqosid support to -march. (#80747)Craig Topper1-0/+1
2024-02-05[RISCV] Add support for RISC-V Pointer Masking (#79929)Michael Maitland1-0/+6
2024-02-04[llvm] Use StringRef::consume_front (NFC)Kazu Hirata1-2/+2
2024-02-03[Support] Use StringRef::starts_with (NFC)Kazu Hirata1-6/+4
2024-02-02Reapply "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-1/+1