summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile/InstrProfilingFile.c
Commit message (Expand)AuthorAgeFilesLines
* [profile] Port the runtime to Solaris (retry)Vedant Kumar2017-12-141-5/+5
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-141-5/+5
* [profile] Port the runtime to SolarisVedant Kumar2017-12-141-5/+5
* Revert r312240Alex Lorenz2017-08-311-1/+1
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-311-1/+1
* [Profile] create a copy of profile file name from environmentXinliang David Li2017-08-231-2/+4
* Revert r310857 due to internal test failureXinliang David Li2017-08-151-17/+11
* [PGO] Add support for relocate profile dumping directoryXinliang David Li2017-08-141-11/+17
* [PGO] Reduce IO in profile dumping with mergingXinliang David Li2017-06-281-11/+19
* [Profile] Remove redundant callXinliang David Li2017-06-271-1/+0
* [PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li2017-06-271-5/+18
* Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-03-171-0/+9
* Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin2017-02-201-9/+0
* [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-02-161-0/+9
* [PGO] Delay profile dir creation until writeXinliang David Li2017-02-141-7/+13
* [profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman2016-11-291-6/+6
* [profile] Mark lprofCurFilename as COMPILER_RT_WEAKVedant Kumar2016-10-181-1/+2
* Revert "[profile] Hide lprofCurFilename"Vedant Kumar2016-09-231-2/+1
* [profile] Hide lprofCurFilenameVedant Kumar2016-09-231-1/+2
* [Profile] suppress verbose rt message by defaultXinliang David Li2016-09-221-5/+7
* Correctly escape %.Nico Weber2016-09-081-1/+1
* test commit.Ying Yi2016-08-101-1/+1
* [Profile] Implement new API __llvm_profile_dumpXinliang David Li2016-08-091-0/+18
* [Profile] track ownership of filename pattern stringXinliang David Li2016-08-021-7/+24
* [Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li2016-07-211-20/+17
* [Profile] bug fix: profile dir not recursively createdXinliang David Li2016-07-211-2/+6
* Minor cleanup -- clear name structure before parsingXinliang David Li2016-07-201-6/+5
* [Profile] implement interface to get profile path prefixXinliang David Li2016-07-201-1/+39
* [Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li2016-07-191-5/+1
* Fix a typeo.George Burgess IV2016-07-151-1/+1
* [Profile] instroduce portability macro for dir separator(sXinliang David Li2016-07-151-1/+5
* [profile] Update a warning message (NFC)Vedant Kumar2016-06-141-3/+2
* [profile] cleanup file setting codeXinliang David Li2016-06-101-20/+68
* [profile] in-process merging support part-3Xinliang David Li2016-06-081-11/+157
* [profile] Un-hide two symbolsVedant Kumar2016-06-081-1/+1
* [profile] Hide a few external symbols (NFCI)Vedant Kumar2016-06-081-1/+1
* [profile] Further cleanup/refactor file handling codeXinliang David Li2016-05-251-34/+26
* Fix braced initializer list (NFC)Teresa Johnson2016-05-251-1/+1
* [profile] clean up profile file handling codeXinliang David Li2016-05-241-87/+138
* Fix typo in commentXinliang David Li2016-05-241-1/+1
* [profile] clean up file initialization codeXinliang David Li2016-05-241-15/+23
* Fix bot failureXinliang David Li2016-05-201-1/+1
* [profile] PROF_ERR, PROF_WARNXinliang David Li2016-05-201-3/+3
* [profile] Remove anther malloc useXinliang David Li2016-05-201-2/+6
* [profile] Allow max vals per site to be controllable at runtimeXinliang David Li2016-05-181-0/+2
* [profile] Eliminate dynamic memory allocation for vp writingXinliang David Li2016-05-141-1/+1
* [profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li2016-05-131-7/+13
* Reapply r268840: [profile] Simplify value profile writingXinliang David Li2016-05-101-4/+1
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-071-1/+4
* [profile] Simplify value profile writingXinliang David Li2016-05-071-4/+1
OpenPOWER on IntegriCloud