summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis2018-07-312-1/+16
* [profile] Support profiling runtime on FuchsiaPetr Hosek2018-07-256-1/+197
* [profile] Fix finding the first and last directory separators on Windows.Igor Kudrin2018-07-241-10/+8
* [profile] Fix a possible memory leak in parseFilenamePattern().Igor Kudrin2018-07-241-2/+2
* [profile] Add interface to get profile filenameTeresa Johnson2018-07-192-12/+55
* Fix reading 32 bit gcov tag values on little-endian machinesMarco Castelluccio2018-07-111-1/+1
* [gcov] Fix fallout from r336693Ulrich Weigand2018-07-101-1/+2
* [gcov] Fix gcov profiling on big-endian machinesUlrich Weigand2018-07-101-8/+21
* Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio2018-07-101-69/+80
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+10
* Revert "Make __gcov_flush flush counters for all shared libraries"Michael Zolotukhin2018-07-071-80/+69
* Make __gcov_flush flush counters for all shared librariesMarco Castelluccio2018-07-051-69/+80
* [profile] Add llvm_gcov_flush to be called outside a shared libraryChih-Hung Hsieh2018-06-291-0/+10
* [CMake] Build shared version of runtimes for FuchsiaPetr Hosek2018-05-091-1/+1
* Fix clang-cl warnings in compiler-rtReid Kleckner2018-04-231-1/+2
* [profile] Fix value profile runtime merging issuesRong Xu2018-04-026-18/+45
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-01-221-1/+1
* Hide some symbols to avoid a crash on shutdown when using code coverageMarco Castelluccio2018-01-031-0/+13
* Flush gcda files before unlocking themMarco Castelluccio2018-01-031-0/+1
* 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-1413-48/+115
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-1413-114/+47
* [profile] Port the runtime to SolarisVedant Kumar2017-12-1413-47/+114
* [profile] Update InstrProfData.inc to sync with llvmVedant Kumar2017-11-141-1/+1
* Implement flock for Windows in compiler-rtMarco Castelluccio2017-11-081-3/+55
* Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio2017-10-181-3/+6
* [profile] Update InstrProfData.incVedant Kumar2017-09-181-1/+1
* Revert r312240Alex Lorenz2017-08-315-13/+13
* Build LLVM with -Wstrict-prototypes enabledAlex Lorenz2017-08-315-13/+13
* [Profile] create a copy of profile file name from environmentXinliang David Li2017-08-231-2/+4
* [profile] Fix warning about C++ style comment in C fileHans Wennborg2017-08-221-8/+8
* Revert r310857 due to internal test failureXinliang David Li2017-08-152-19/+12
* [PGO] Add support for relocate profile dumping directoryXinliang David Li2017-08-142-12/+19
* Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.Dehao Chen2017-07-281-1/+1
* [profile] Move __llvm_profile_filename into a separate objectVedant Kumar2017-06-293-2/+19
* [PGO] Reduce IO in profile dumping with mergingXinliang David Li2017-06-284-25/+39
* [Profile] Remove redundant callXinliang David Li2017-06-271-1/+0
* [PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li2017-06-274-46/+74
* [profile] Sync up InstrProfData.inc (NFC)Vedant Kumar2017-04-151-6/+6
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-131-6/+61
* Revert 299954 : test failure needs to be fixedXinliang David Li2017-04-111-14/+0
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-111-0/+14
* Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-03-173-0/+40
* [PGO] Value profile support for value rangesRong Xu2017-03-152-1/+45
* Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin2017-02-203-40/+0
* [PGO] remove unintended debug trace. NFCRong Xu2017-02-171-4/+1
* [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu2017-02-163-0/+43
* [PGO] Delay profile dir creation until writeXinliang David Li2017-02-141-7/+13
* [Profile] Fix value profiler eviction bugXinliang David Li2016-11-291-1/+1
* [profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman2016-11-293-10/+22
OpenPOWER on IntegriCloud