summaryrefslogtreecommitdiff
path: root/lib/profile
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Update InstrProfData.inc to sync with llvmRong Xu2019-02-281-0/+2
* [llvm-cov] Fix llvm-cov on Windows and un-XFAIL testReid Kleckner2019-02-261-3/+3
* Set hidden attribute on lprofMergeValueProfDataAna Pazos2019-02-141-0/+1
* [profile] Provide lprofGetHostName for all windows environmentsMartin Storsjo2019-02-131-1/+1
* [InstrProf] Fix darwin errors after r353547Francis Visoiu Mistrih2019-02-081-8/+8
* [InstrProf] Implement static profdata registrationReid Kleckner2019-02-086-56/+104
* Silence -Wformat warnings about GetLastError returning ULONGReid Kleckner2019-02-071-7/+7
* [InstrProf] Merge COFF .lprof* and .lcovmap sections into .data/.rdataReid Kleckner2019-02-051-0/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1921-84/+63
* [profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu2019-01-151-10/+10
* Add support for LLVM profile for NetBSDKamil Rytarowski2018-12-222-2/+2
* [GCOV] Close file mapping handle on Windows, so flushed gcda files can be rem...Marco Castelluccio2018-11-073-8/+57
* [compiler-rt] Remove unused formal parameters from allocateOneNode. NFC.Matt Davis2018-10-091-3/+2
* [Windows] Include BaseTsd.h with lowercaseMartin Storsjo2018-09-101-1/+1
* [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