aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support
AgeCommit message (Expand)AuthorFilesLines
33 hours[llvm][clang] Pass VFS to `llvm::cl` command line handling (#159174)Jan Svoboda1-6/+6
3 daysFix ExecuteAndWait with empty environment on Windows (#158719)Hiroshi Yamauchi1-0/+18
5 daysDefault DEBUG_TYPE to the current filename for logging (#158494)Mehdi Amini1-23/+97
8 daysIntroduce LDBG_OS() macro as a variant of LDBG() (#158277)Mehdi Amini1-10/+119
8 daysRevert "Introduce LDBG_OS() macro as a variant of LDBG() (#157194)" (#158264)Mehdi Amini1-119/+10
8 daysIntroduce LDBG_OS() macro as a variant of LDBG() (#157194) (#158260)Mehdi Amini1-10/+119
8 days[Support] Deprecate one form of support::endian::write (NFC) (#156140)Kazu Hirata1-7/+7
9 days[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#157885)Bertik234-0/+266
9 days[Support] Rename CTLog2 to ConstantLog2 in MathExtras.h (#158006)Kazu Hirata1-17/+17
9 daysRevert "Introduce LDBG_OS() macro as a variant of LDBG()" (#158058)Mehdi Amini1-119/+10
9 daysIntroduce LDBG_OS() macro as a variant of LDBG() (#157194)Mehdi Amini1-10/+119
9 daysFix a `-Wunused-variable` warning on windows (#157973)Justin Bogner1-1/+1
11 daysRevert "[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#15...Nikita Popov4-265/+0
11 days[LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#155572)Bertik234-0/+265
2025-09-05Support: Add vfs::OutputBackend and OutputFile to virtualize compiler outputs...Steven Wu5-0/+1591
2025-08-27[ThreadPool] Fix Windows failures in the AffinityMask unit test (#155614)Andrew Ng1-4/+10
2025-08-26Support: Add proxies for raw_ostream and raw_pwrite_stream (#113362)Steven Wu2-0/+226
2025-08-23[Support] Simplify macro conditions involving __GNUC__ (NFC) (#155070)Kazu Hirata1-1/+1
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-3/+3
2025-08-20[FileSystem] Allow exclusive file lock (#114098)Steven Wu1-0/+83
2025-08-20Update log_level for LLVM_DEBUG and associated macros (#154525)Mehdi Amini1-0/+42
2025-08-18[MLIR] Update GreedyRewriter to use the LDBG() debug log mechanism (NFC) (#15...Mehdi Amini1-2/+12
2025-08-14[Support] Add mapped_file_region::sync(), equivalent to msync (#153632)Steven Wu1-0/+37
2025-08-07Remove __SHORT_FILE__ macro definition in CMake (#152344)Mehdi Amini1-5/+0
2025-08-01[LLVM][Support] Fix tests on Cygwin (#151417)jeremyd20193-5/+23
2025-08-01[MLIR] Migrate pattern application / dialect conversion to the LDBG logging f...Mehdi Amini1-1/+1
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight1-123/+97
2025-07-28Introduce a "log level" support for DEBUG_TYPE (#150855)Mehdi Amini1-8/+42
2025-07-28Fix `DEBUGLOG_WITH_STREAM_TYPE_AND_FILE` broken in #150750 (#150920)Ingo Müller1-0/+5
2025-07-28Implement a custom stream for LDBG macro to handle newlines (#150750)Mehdi Amini1-0/+22
2025-07-25Adjust LDBG output: surround DebugType between `[` and `]` (#150671)Mehdi Amini1-1/+2
2025-07-25[llvm][support] Fix DebugLogTest. (#150585)Jacques Pienaar1-1/+1
2025-07-25[llvm][support] Add LDBG macro. (#143704)Jacques Pienaar2-0/+78
2025-07-11[support] Add packed_endian_specific_integral::value() (#147974)Pavel Labath1-0/+1
2025-07-09[support] Make ScopedPrinter compatible with bitmask enums (#147512)Pavel Labath1-0/+29
2025-07-08[Support] Add signed operations to DataExtractor (#147261)Pavel Labath1-0/+15
2025-07-04[llvm] Use llvm::fill instead of std::fill(NFC) (#146911)Austin1-3/+3
2025-06-30[LLVM][Clang] Enable strict mode for `getTrailingObjects` (#144930)Rahul Joshi1-3/+4
2025-06-28[llvm] Compare std::optional<T> to values directly (NFC) (#146222)Kazu Hirata1-1/+1
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata1-1/+1
2025-06-19[llvm] Use "= delete" to delete constructors (NFC) (#144938)Kazu Hirata1-3/+1
2025-06-08[llvm] Compare std::optional<T> to values directly (NFC) (#143340)Kazu Hirata1-1/+1
2025-05-28[NFCI] Change SpecialCaseList::inSectionBlame to return pair<uint, uint> (Fil...Qinkun Bao1-16/+41
2025-05-27[SpecialCaseList] Iterate sections and matchers in reverse orderQinkun Bao1-5/+26
2025-05-27[NFC][SpecialCaseList] Add unit test for line numbersVitaly Buka1-0/+20
2025-05-26[LLVM] [NFC] - Remove duplicate #include headers from the files of llvm dir (...Akash Agrawal2-3/+0
2025-05-20Create a EncodingConverter class with both iconv and icu support. (#138893)Abhina Sree3-2/+302
2025-05-14Support,lld: Rename misnamed F_no_mmap to F_mmapFangrui Song1-1/+1
2025-05-12[Support] Change test to use TrailingObjects API per documentation (#139319)Rahul Joshi1-16/+24
2025-05-09[Support] Avoid setting minor/subminor/build in VersionTuple::withMajorReplac...Cyndy Ishida1-0/+30