summaryrefslogtreecommitdiff
path: root/lib/profile
AgeCommit message (Expand)Author
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
2016-09-22[Profile] suppress verbose rt message by defaultXinliang David Li
2016-09-08Correctly escape %.Nico Weber
2016-08-30profile: add missing include for WindowsSaleem Abdulrasool
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-10test commit.Ying Yi
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-08-02[Profile] track ownership of filename pattern stringXinliang David Li
2016-07-25Define compatibility flag if not defined with -std=c++Xinliang David Li
2016-07-22[Profile] cleanup: do not reference name directly of vars shared between rt a...Xinliang David Li
2016-07-21[Profile] deprecate __llvm_profile_override_default_filename (part2)Xinliang David Li
2016-07-21[Profile] bug fix: profile dir not recursively createdXinliang David Li
2016-07-20Sync up with llvm copy /NFCXinliang David Li
2016-07-20Minor cleanup -- clear name structure before parsingXinliang David Li
2016-07-20[Profile] implement interface to get profile path prefixXinliang David Li
2016-07-19[Profile] introduce reusable internal interfaces to find dir separator \NFCXinliang David Li
2016-07-19[Profile] move utility interfaces to the right header /NFCXinliang David Li