summaryrefslogtreecommitdiff
path: root/lib/profile
Commit message (Expand)AuthorAgeFilesLines
* (Reland with changes) Adding a function for setting coverage output file.Sajjad Mirza2019-06-244-13/+94
* Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...Hans Wennborg2019-06-124-94/+13
* [Profile]: Add runtime interface to specify file handle for profile data.Xinliang David Li2019-06-064-13/+94
* This change adds an API to allow setting the flag to indicate that the profil...Max Moroz2019-05-202-0/+12
* Fix some gcc warnings in compiler-rtNico Weber2019-05-101-1/+1
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-021-1/+1
* The error message for mismatched value sites is very cryptic.Dmitry Mikulin2019-04-232-6/+6
* Reland compiler-rt support for order file instrumentation.Manman Ren2019-03-087-0/+131
* Revert compiler-rt diffs for order file instrumentation to get bot green!Manman Ren2019-03-057-129/+0
* Attemp to fix windows profile-rt build breakage.Manman Ren2019-03-051-0/+1
* Attemp to fix build brokage due to D57530.Manman Ren2019-03-043-0/+11
* Order File Instrumentation: dump the data in compiler-rtManman Ren2019-03-044-0/+117
* [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