summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/profile
Commit message (Expand)AuthorAgeFilesLines
* [profile] Don't crash when forking in several threadsCalixte Denizet2020-05-071-2/+52
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Hans Wennborg2020-02-261-24/+1
* [profile] Support merge pool size >= 10Fangrui Song2020-01-121-19/+27
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-121-1/+24
* [profile] Avoid allocating a page on the stack, NFCVedant Kumar2019-12-114-14/+33
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Akira Hatanaka2019-12-091-24/+1
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-091-1/+24
* [profile] Fix file contention causing dropped counts on Windows under -fprofi...Hans Wennborg2019-11-271-2/+7
* Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-228-767/+15
* Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-227-12/+766
* [CMake] Support installation of InstrProfData.incPetr Hosek2019-11-227-766/+12
* [profile] Address unused function warnings on Windows after D69586Vedant Kumar2019-11-191-0/+2
* [profile] Unbreak Fuchsia/Windows after D68351Vedant Kumar2019-11-191-3/+3
* [profile] Support online merging with continuous sync modeVedant Kumar2019-11-183-44/+95
* [profile] Factor out logic for mmap'ing merged profile, NFCVedant Kumar2019-11-131-22/+51
* Add a shim for setenv on PS4 since it does not exist.Douglas Yung2019-11-121-1/+3
* [compiler-rt] [profile] Fix building for MinGW after d889d1efefe9fMartin Storsjö2019-11-011-0/+1
* [profile] Fifth speculative fix for Android after D68351Vedant Kumar2019-10-311-4/+4
* [profile] Third speculative fix for Windows after D68351Vedant Kumar2019-10-312-4/+8
* [profile] Second speculative fix for WindowsVedant Kumar2019-10-311-1/+1
* [profile] Speculative fix for Windows after D68351Vedant Kumar2019-10-311-0/+1
* [profile] Add a mode to continuously sync counter updates to a fileVedant Kumar2019-10-317-11/+287
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-182-10/+16
* Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...Dmitri Gribenko2019-09-112-185/+0
* clang-misexpect: Profile Guided Validation of Performance Annotations in LLVMPetr Hosek2019-09-112-0/+185
* compiler-rt: Fix warning if COMPILER_RT_HAS_FCNTL_LCK is 0Nico Weber2019-08-211-0/+1
* [Fuchsia] Create the VMO during initialization, not during exitPetr Hosek2019-08-171-40/+53
* compiler-rt: Rename .cc file in lib/profile to .cppNico Weber2019-07-313-2/+2
* gn build: Add build files for compiler-rt/lib/profileNico Weber2019-07-311-3/+7
* [profile] In Android, do not mkdir() dirs in GCOV_PREFIXPirama Arumuga Nainar2019-07-251-1/+18
* (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
OpenPOWER on IntegriCloud