summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingUtil.c
AgeCommit message (Expand)Author
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-08-15Revert r310857 due to internal test failureXinliang David Li
2017-08-14[PGO] Add support for relocate profile dumping directoryXinliang David Li
2017-03-17Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong 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
2016-11-29[profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman
2016-07-19[Profile] introduce reusable internal interfaces to find dir separator \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-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-08[profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li
2016-06-08[profile] Hide a few external symbols (NFCI)Vedant Kumar
2016-06-06[profile] code cleanup /NFCXinliang David Li
2016-06-06[profile] in-process mergeing support (part-2)Xinliang David Li
2016-05-16[profile] Add portability macro for atomic fetch_and_addXinliang David Li
2016-03-28[libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva
2016-03-06cleanup: remove dead preprocessing branch /nfcXinliang David Li
2016-03-06[PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li
2016-03-06[PGO] internal API name cleanups (for better consistency)Xinliang David Li
2016-03-06Minor cleanupXinliang David Li
2015-12-16[PGO] cleanup: unify prefix for portability macrosXinliang David Li
2015-11-23[PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li
2015-07-09Add support for generating profiles in a given directory.Diego Novillo