summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2017-07-28Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.Dehao Chen
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-27[Profile] Remove redundant callXinliang David Li
2017-06-27[PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li
2017-04-15[profile] Sync up InstrProfData.inc (NFC)Vedant Kumar
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-04-11Revert 299954 : test failure needs to be fixedXinliang David Li
2017-04-11[Profile] PE binary coverage bug fixXinliang David Li
2017-03-17Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-03-15[PGO] Value profile support for value rangesRong Xu
2017-02-20Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin
2017-02-17[PGO] remove unintended debug trace. NFCRong Xu
2017-02-16[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-02-14[PGO] Delay profile dir creation until writeXinliang David Li
2016-11-29[Profile] Fix value profiler eviction bugXinliang David Li
2016-11-29[profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman
2016-10-18[profile] Mark lprofCurFilename as COMPILER_RT_WEAKVedant Kumar
2016-09-23Revert "[profile] Hide lprofCurFilename"Vedant Kumar
2016-09-23[profile] Hide lprofCurFilenameVedant Kumar
2016-09-22[Profile] Remove unused variableXinliang David Li
2016-09-22[Profile] suppress verbose rt message by defaultXinliang David Li
2016-09-08Correctly escape %.Nico Weber
2016-08-30profile: add missing include for WindowsSaleem Abdulrasool
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-10test commit.Ying Yi
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-08-02[Profile] track ownership of filename pattern stringXinliang David Li
2016-07-25Define compatibility flag if not defined with -std=c++Xinliang David Li
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-07-21[Profile] bug fix: profile dir not recursively createdXinliang David Li
2016-07-20Sync up with llvm copy /NFCXinliang David Li
2016-07-20Minor cleanup -- clear name structure before parsingXinliang David Li
2016-07-20[Profile] implement interface to get profile path prefixXinliang David Li
2016-07-19[Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li
2016-07-19[Profile] move utility interfaces to the right header /NFCXinliang David Li
2016-07-19[Profile] use portable macro /NFCXinliang David Li
2016-07-18Code refactoring: extract path prefix handling codeXinliang David Li
2016-07-15Fix a typeo.George Burgess IV
2016-07-15[Profile] instroduce portability macro for dir separator(sXinliang David Li
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-23Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner
2016-06-17Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner
2016-06-14[profile] Update a warning message (NFC)Vedant Kumar
2016-06-10[profile] cleanup file setting codeXinliang David Li
2016-06-08[profile] in-process merging support part-3Xinliang David Li
2016-06-08[profile] Hide some external symbols in InstrProfData.incVedant Kumar
2016-06-08[profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li
2016-06-08[profile] Un-hide two symbolsVedant Kumar