summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
2018-07-19[profile] Add interface to get profile filenameTeresa Johnson
2018-07-11Fix reading 32 bit gcov tag values on little-endian machinesMarco Castelluccio
2018-07-10[gcov] Fix fallout from r336693Ulrich Weigand
2018-07-10[gcov] Fix gcov profiling on big-endian machinesUlrich Weigand
2018-07-10Reapply "Make __gcov_flush flush counters for all shared libraries"Marco Castelluccio
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-07Revert "Make __gcov_flush flush counters for all shared libraries"Michael Zolotukhin
2018-07-05Make __gcov_flush flush counters for all shared librariesMarco Castelluccio
2018-06-29[profile] Add llvm_gcov_flush to be called outside a shared libraryChih-Hung Hsieh
2018-05-09[CMake] Build shared version of runtimes for FuchsiaPetr Hosek
2018-04-23Fix clang-cl warnings in compiler-rtReid Kleckner
2018-04-02[profile] Fix value profile runtime merging issuesRong Xu
2018-01-22[NFC] fix trivial typos in commentsHiroshi Inoue
2018-01-03Hide some symbols to avoid a crash on shutdown when using code coverageMarco Castelluccio
2018-01-03Flush gcda files before unlocking themMarco Castelluccio
2017-12-21Include process.h for getpid on Windows in instr profilingReid Kleckner
2017-12-14[profile] Port the runtime to Solaris (retry)Vedant Kumar
2017-12-14Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar
2017-12-14[profile] Port the runtime to SolarisVedant Kumar
2017-11-14[profile] Update InstrProfData.inc to sync with llvmVedant Kumar
2017-11-08Implement flock for Windows in compiler-rtMarco Castelluccio
2017-10-18Use O_BINARY when opening GCDA file on WindowsMarco Castelluccio
2017-09-18[profile] Update InstrProfData.incVedant Kumar
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-23[Profile] create a copy of profile file name from environmentXinliang David Li
2017-08-22[profile] Fix warning about C++ style comment in C fileHans Wennborg
2017-08-15Revert r310857 due to internal test failureXinliang David Li
2017-08-14[PGO] Add support for relocate profile dumping directoryXinliang David Li
2017-07-28Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.Dehao Chen
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-28[PGO] Reduce IO in profile dumping with mergingXinliang David Li
2017-06-27[Profile] Remove redundant callXinliang David Li
2017-06-27[PGO] Refactor file/buffer writer callback interfaces /NFCXinliang David Li
2017-04-15[profile] Sync up InstrProfData.inc (NFC)Vedant Kumar
2017-04-13[Profile] PE binary coverage bug fixXinliang David Li
2017-04-11Revert 299954 : test failure needs to be fixedXinliang David Li
2017-04-11[Profile] PE binary coverage bug fixXinliang David Li
2017-03-17Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-03-15[PGO] Value profile support for value rangesRong Xu
2017-02-20Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"Renato Golin
2017-02-17[PGO] remove unintended debug trace. NFCRong Xu
2017-02-16[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-writeRong Xu
2017-02-14[PGO] Delay profile dir creation until writeXinliang David Li
2016-11-29[Profile] Fix value profiler eviction bugXinliang David Li
2016-11-29[profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman
2016-10-18[profile] Mark lprofCurFilename as COMPILER_RT_WEAKVedant Kumar
2016-09-23Revert "[profile] Hide lprofCurFilename"Vedant Kumar
2016-09-23[profile] Hide lprofCurFilenameVedant Kumar
2016-09-22[Profile] Remove unused variableXinliang David Li