summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfilingUtil.c
Commit message (Expand)AuthorAgeFilesLines
* [profile] Fix file contention causing dropped counts on Windows under -fprofi...Hans Wennborg2019-11-271-2/+7
* compiler-rt: Fix warning if COMPILER_RT_HAS_FCNTL_LCK is 0Nico Weber2019-08-211-0/+1
* [profile] In Android, do not mkdir() dirs in GCOV_PREFIXPirama Arumuga Nainar2019-07-251-1/+18
* (Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2019-06-241-0/+20
* Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2019-06-121-20/+0
* [Profile]: Add runtime interface to specify file handle for profile data.Xinliang David Li2019-06-061-0/+20
* [profile] Provide lprofGetHostName for all windows environmentsMartin Storsjo2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis2018-07-311-1/+10
* [profile] Fix finding the first and last directory separators on Windows.Igor Kudrin2018-07-241-10/+8
* Include process.h for getpid on Windows in instr profilingReid Kleckner2017-12-211-0/+1
* [profile] Port the runtime to Solaris (retry)Vedant Kumar2017-12-141-15/+53
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-141-52/+14
* [profile] Port the runtime to SolarisVedant Kumar2017-12-141-14/+52
* 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