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
/
InstrProfilingFile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Support merge pool size >= 10
Fangrui Song
2020-01-12
1
-19
/
+27
*
[profile] Avoid allocating a page on the stack, NFC
Vedant Kumar
2019-12-11
1
-0
/
+12
*
[profile] Address unused function warnings on Windows after D69586
Vedant Kumar
2019-11-19
1
-0
/
+2
*
[profile] Unbreak Fuchsia/Windows after D68351
Vedant Kumar
2019-11-19
1
-3
/
+3
*
[profile] Support online merging with continuous sync mode
Vedant Kumar
2019-11-18
1
-39
/
+92
*
[profile] Factor out logic for mmap'ing merged profile, NFC
Vedant Kumar
2019-11-13
1
-22
/
+51
*
[profile] Fifth speculative fix for Android after D68351
Vedant Kumar
2019-10-31
1
-4
/
+4
*
[profile] Third speculative fix for Windows after D68351
Vedant Kumar
2019-10-31
1
-3
/
+8
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
1
-2
/
+137
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
1
-9
/
+2
*
(Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza
2019-06-24
1
-12
/
+52
*
Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...
Hans Wennborg
2019-06-12
1
-52
/
+12
*
[Profile]: Add runtime interface to specify file handle for profile data.
Xinliang David Li
2019-06-06
1
-12
/
+52
*
Reland compiler-rt support for order file instrumentation.
Manman Ren
2019-03-08
1
-0
/
+86
*
Revert compiler-rt diffs for order file instrumentation to get bot green!
Manman Ren
2019-03-05
1
-86
/
+0
*
Order File Instrumentation: dump the data in compiler-rt
Manman Ren
2019-03-04
1
-0
/
+86
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[profile] Support profiling runtime on Fuchsia
Petr Hosek
2018-07-25
1
-0
/
+4
*
[profile] Fix a possible memory leak in parseFilenamePattern().
Igor Kudrin
2018-07-24
1
-2
/
+2
*
[profile] Add interface to get profile filename
Teresa Johnson
2018-07-19
1
-12
/
+47
*
Fix clang-cl warnings in compiler-rt
Reid Kleckner
2018-04-23
1
-1
/
+2
*
[profile] Fix value profile runtime merging issues
Rong Xu
2018-04-02
1
-1
/
+6
*
[profile] Port the runtime to Solaris (retry)
Vedant Kumar
2017-12-14
1
-5
/
+5
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...
Vedant Kumar
2017-12-14
1
-5
/
+5
*
[profile] Port the runtime to Solaris
Vedant Kumar
2017-12-14
1
-5
/
+5
*
Revert r312240
Alex Lorenz
2017-08-31
1
-1
/
+1
*
Build LLVM with -Wstrict-prototypes enabled
Alex Lorenz
2017-08-31
1
-1
/
+1
*
[Profile] create a copy of profile file name from environment
Xinliang David Li
2017-08-23
1
-2
/
+4
*
Revert r310857 due to internal test failure
Xinliang David Li
2017-08-15
1
-17
/
+11
*
[PGO] Add support for relocate profile dumping directory
Xinliang David Li
2017-08-14
1
-11
/
+17
*
[PGO] Reduce IO in profile dumping with merging
Xinliang David Li
2017-06-28
1
-11
/
+19
*
[Profile] Remove redundant call
Xinliang David Li
2017-06-27
1
-1
/
+0
*
[PGO] Refactor file/buffer writer callback interfaces /NFC
Xinliang David Li
2017-06-27
1
-5
/
+18
*
Resubmit r295469 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
Rong Xu
2017-03-17
1
-0
/
+9
*
Revert "[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write"
Renato Golin
2017-02-20
1
-9
/
+0
*
[PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
Rong Xu
2017-02-16
1
-0
/
+9
*
[PGO] Delay profile dir creation until write
Xinliang David Li
2017-02-14
1
-7
/
+13
*
[profile] use GetComputerNameExW instead of gethostname on Windows
Bob Haarman
2016-11-29
1
-6
/
+6
*
[profile] Mark lprofCurFilename as COMPILER_RT_WEAK
Vedant Kumar
2016-10-18
1
-1
/
+2
*
Revert "[profile] Hide lprofCurFilename"
Vedant Kumar
2016-09-23
1
-2
/
+1
*
[profile] Hide lprofCurFilename
Vedant Kumar
2016-09-23
1
-1
/
+2
*
[Profile] suppress verbose rt message by default
Xinliang David Li
2016-09-22
1
-5
/
+7
*
Correctly escape %.
Nico Weber
2016-09-08
1
-1
/
+1
*
test commit.
Ying Yi
2016-08-10
1
-1
/
+1
*
[Profile] Implement new API __llvm_profile_dump
Xinliang David Li
2016-08-09
1
-0
/
+18
*
[Profile] track ownership of filename pattern string
Xinliang David Li
2016-08-02
1
-7
/
+24
*
[Profile] deprecate __llvm_profile_override_default_filename (part2)
Xinliang David Li
2016-07-21
1
-20
/
+17
*
[Profile] bug fix: profile dir not recursively created
Xinliang David Li
2016-07-21
1
-2
/
+6
*
Minor cleanup -- clear name structure before parsing
Xinliang David Li
2016-07-20
1
-6
/
+5
*
[Profile] implement interface to get profile path prefix
Xinliang David Li
2016-07-20
1
-1
/
+39
[next]