index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
profile
/
InstrProfilingUtil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Fix file contention causing dropped counts on Windows under -fprofi...
Hans Wennborg
2019-11-27
1
-2
/
+7
*
compiler-rt: Fix warning if COMPILER_RT_HAS_FCNTL_LCK is 0
Nico Weber
2019-08-21
1
-0
/
+1
*
[profile] In Android, do not mkdir() dirs in GCOV_PREFIX
Pirama Arumuga Nainar
2019-07-25
1
-1
/
+18
*
(Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza
2019-06-24
1
-0
/
+20
*
Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...
Hans Wennborg
2019-06-12
1
-20
/
+0
*
[Profile]: Add runtime interface to specify file handle for profile data.
Xinliang David Li
2019-06-06
1
-0
/
+20
*
[profile] Provide lprofGetHostName for all windows environments
Martin Storsjo
2019-02-13
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[compiler-rt] Add a routine to specify the mode used when creating profile dirs.
Matt Davis
2018-07-31
1
-1
/
+10
*
[profile] Fix finding the first and last directory separators on Windows.
Igor Kudrin
2018-07-24
1
-10
/
+8
*
Include process.h for getpid on Windows in instr profiling
Reid Kleckner
2017-12-21
1
-0
/
+1
*
[profile] Port the runtime to Solaris (retry)
Vedant Kumar
2017-12-14
1
-15
/
+53
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...
Vedant Kumar
2017-12-14
1
-52
/
+14
*
[profile] Port the runtime to Solaris
Vedant Kumar
2017-12-14
1
-14
/
+52
*
Revert r310857 due to internal test failure
Xinliang David Li
2017-08-15
1
-2
/
+1
*
[PGO] Add support for relocate profile dumping directory
Xinliang David Li
2017-08-14
1
-1
/
+2
*
Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
Rong Xu
2017-03-17
1
-0
/
+23
*
Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"
Renato Golin
2017-02-20
1
-23
/
+0
*
[PGO] remove unintended debug trace. NFC
Rong Xu
2017-02-17
1
-4
/
+1
*
[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
Rong Xu
2017-02-16
1
-0
/
+26
*
[profile] use GetComputerNameExW instead of gethostname on Windows
Bob Haarman
2016-11-29
1
-1
/
+13
*
[Profile] introduce reusable internal interfaces to find dir separator \NFC
Xinliang David Li
2016-07-19
1
-0
/
+23
*
[Profile] use portable macro /NFC
Xinliang David Li
2016-07-19
1
-1
/
+1
*
Code refactoring: extract path prefix handling code
Xinliang David Li
2016-07-18
1
-0
/
+52
*
Use CreateFileA and add a FIXME to switch to the wide variant
Reid Kleckner
2016-06-23
1
-2
/
+3
*
Fix most MSVC warnings in compiler-rt profiling library
Reid Kleckner
2016-06-17
1
-0
/
+1
*
[profile] Pass extra build flags (feature enabling macros) to Darwin build
Xinliang David Li
2016-06-08
1
-2
/
+0
*
[profile] Hide a few external symbols (NFCI)
Vedant Kumar
2016-06-08
1
-2
/
+2
*
[profile] code cleanup /NFC
Xinliang David Li
2016-06-06
1
-9
/
+17
*
[profile] in-process mergeing support (part-2)
Xinliang David Li
2016-06-06
1
-1
/
+54
*
[profile] Add portability macro for atomic fetch_and_add
Xinliang David Li
2016-05-16
1
-0
/
+7
*
[libprofile] Handle '\\' in __llvm_profile_recursive_mkdir
Sean Silva
2016-03-28
1
-2
/
+4
*
cleanup: remove dead preprocessing branch /nfc
Xinliang David Li
2016-03-06
1
-2
/
+0
*
[PGO] cleanup: move one support method into InstrProfilingUtil.h /NFC
Xinliang David Li
2016-03-06
1
-0
/
+17
*
[PGO] internal API name cleanups (for better consistency)
Xinliang David Li
2016-03-06
1
-1
/
+1
*
Minor cleanup
Xinliang David Li
2016-03-06
1
-0
/
+13
*
[PGO] cleanup: unify prefix for portability macros
Xinliang David Li
2015-12-16
1
-1
/
+1
*
[PGO] Compiler-rt cleanup -- introduces macros for various macros
Xinliang David Li
2015-11-23
1
-1
/
+2
*
Add support for generating profiles in a given directory.
Diego Novillo
2015-07-09
1
-0
/
+35