summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
Commit message (Expand)AuthorAgeFilesLines
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-181-9/+2
* (Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2019-06-241-12/+52
* Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2019-06-121-52/+12
* [Profile]: Add runtime interface to specify file handle for profile data.Xinliang David Li2019-06-061-12/+52
* Reland compiler-rt support for order file instrumentation.Manman Ren2019-03-081-0/+86
* Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren2019-03-051-86/+0
* Order File Instrumentation: dump the data in compiler-rtManman Ren2019-03-041-0/+86
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-251-0/+4
* [profile] Fix a possible memory leak in parseFilenamePattern().Igor Kudrin2018-07-241-2/+2
* [profile] Add interface to get profile filenameTeresa Johnson2018-07-191-12/+47
* Fix clang-cl warnings in compiler-rtReid Kleckner2018-04-231-1/+2
* [profile] Fix value profile runtime merging issuesRong Xu2018-04-021-1/+6
* [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