aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Signposts.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella1-4/+3
2021-06-16Move the definition of LLVM_SUPPORT_XCODE_SIGNPOSTS into llvm-config.hAdrian Prantl1-1/+1
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl1-11/+12
2021-06-14Revert "Allow signposts to take advantage of deferred string substitution"Adrian Prantl1-12/+11
2021-06-14Allow signposts to take advantage of deferred string substitutionAdrian Prantl1-11/+12
2021-06-12Revert "Allow signposts to take advantage of deferred string substitution"Florian Hahn1-12/+11
2021-06-11Allow signposts to take advantage of deferred string substitutionAdrian Prantl1-11/+12
2021-06-11Revert "Allow signposts to take advantage of deferred string substitution"Adrian Prantl1-12/+11
2021-06-11Allow signposts to take advantage of deferred string substitutionAdrian Prantl1-11/+12
2021-06-03Remove redundant Begin/End form signpost format strings.Adrian Prantl1-2/+2
2021-04-08Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC, 3rd attemptDuncan P. N. Exon Smith1-8/+5
2021-04-08Revert "Revert "Revert "Support: Use std::unique_ptr for SignpostEmitter::Imp...Duncan P. N. Exon Smith1-5/+8
2021-04-08Revert "Revert "Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC""Duncan P. N. Exon Smith1-8/+5
2021-04-08Revert "Support: Use std::unique_ptr for SignpostEmitter::Impl, NFC"Duncan P. N. Exon Smith1-2/+8
2021-04-08Support: Avoid unnecessary std::function for SignpostEmitterImpl::SignpostLogDuncan P. N. Exon Smith1-6/+8
2021-04-08Support: Drop the no-op initializer for SignpostEmitterImpl::Signposts, NFCDuncan P. N. Exon Smith1-1/+1
2021-04-08Support: Use std::unique_ptr for SignpostEmitter::Impl, NFCDuncan P. N. Exon Smith1-8/+2
2021-02-24[llvm] Check availability for os_signpostJonas Devlieghere1-10/+23
2021-01-19[llvm] Protect signpost map with a mutexJonas Devlieghere1-0/+3
2021-01-06[Support] Untie the llvm::Signpost interface from llvm::TimerJonas Devlieghere1-20/+18
2019-08-15[Support] Fix Wundef warningSven van Haastregt1-0/+2
2019-02-19Annotate timeline in Instruments with passes and other timed regions.Daniel Sanders1-0/+119