summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfilingUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r310857 due to internal test failureXinliang David Li2017-08-151-2/+1
* [PGO] Add support for relocate profile dumping directoryXinliang David Li2017-08-141-1/+2
* Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-03-171-0/+23
* Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin2017-02-201-23/+0
* [PGO] remove unintended debug trace. NFCRong Xu2017-02-171-4/+1
* [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-02-161-0/+26
* [profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman2016-11-291-1/+13
* [Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li2016-07-191-0/+23
* [Profile] use portable macro /NFCXinliang David Li2016-07-191-1/+1
* Code refactoring: extract path prefix handling codeXinliang David Li2016-07-181-0/+52
* Use CreateFileA and add a FIXME to switch to the wide variantReid Kleckner2016-06-231-2/+3
* Fix most MSVC warnings in compiler-rt profiling libraryReid Kleckner2016-06-171-0/+1
* [profile] Pass extra build flags (feature enabling macros) to Darwin buildXinliang David Li2016-06-081-2/+0
* [profile] Hide a few external symbols (NFCI)Vedant Kumar2016-06-081-2/+2
* [profile] code cleanup /NFCXinliang David Li2016-06-061-9/+17
* [profile] in-process mergeing support (part-2)Xinliang David Li2016-06-061-1/+54
* [profile] Add portability macro for atomic fetch_and_addXinliang David Li2016-05-161-0/+7
* [libprofile] Handle '\\' in __llvm_profile_recursive_mkdirSean Silva2016-03-281-2/+4
* cleanup: remove dead preprocessing branch /nfcXinliang David Li2016-03-061-2/+0
* [PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li2016-03-061-0/+17
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-061-1/+1
* Minor cleanupXinliang David Li2016-03-061-0/+13
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-161-1/+1
* [PGO] Compiler-rt cleanup -- introduces macros for various macrosXinliang David Li2015-11-231-1/+2
* Add support for generating profiles in a given directory.Diego Novillo2015-07-091-0/+35
OpenPOWER on IntegriCloud