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] 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
*
[Profile] introduce reusable internal interfaces to find dir separator \NFC
Xinliang David Li
2016-07-19
1
-5
/
+1
*
Fix a typeo.
George Burgess IV
2016-07-15
1
-1
/
+1
*
[Profile] instroduce portability macro for dir separator(s
Xinliang David Li
2016-07-15
1
-1
/
+5
*
[profile] Update a warning message (NFC)
Vedant Kumar
2016-06-14
1
-3
/
+2
*
[profile] cleanup file setting code
Xinliang David Li
2016-06-10
1
-20
/
+68
*
[profile] in-process merging support part-3
Xinliang David Li
2016-06-08
1
-11
/
+157
*
[profile] Un-hide two symbols
Vedant Kumar
2016-06-08
1
-1
/
+1
*
[profile] Hide a few external symbols (NFCI)
Vedant Kumar
2016-06-08
1
-1
/
+1
*
[profile] Further cleanup/refactor file handling code
Xinliang David Li
2016-05-25
1
-34
/
+26
*
Fix braced initializer list (NFC)
Teresa Johnson
2016-05-25
1
-1
/
+1
*
[profile] clean up profile file handling code
Xinliang David Li
2016-05-24
1
-87
/
+138
*
Fix typo in comment
Xinliang David Li
2016-05-24
1
-1
/
+1
*
[profile] clean up file initialization code
Xinliang David Li
2016-05-24
1
-15
/
+23
*
Fix bot failure
Xinliang David Li
2016-05-20
1
-1
/
+1
*
[profile] PROF_ERR, PROF_WARN
Xinliang David Li
2016-05-20
1
-3
/
+3
*
[profile] Remove anther malloc use
Xinliang David Li
2016-05-20
1
-2
/
+6
*
[profile] Allow max vals per site to be controllable at runtime
Xinliang David Li
2016-05-18
1
-0
/
+2
*
[profile] Eliminate dynamic memory allocation for vp writing
Xinliang David Li
2016-05-14
1
-1
/
+1
*
[profile] Eliminate dynamic memory allocation for buffered writer
Xinliang David Li
2016-05-13
1
-7
/
+13
*
Reapply r268840: [profile] Simplify value profile writing
Xinliang David Li
2016-05-10
1
-4
/
+1
*
Revert "[profile] Simplify value profile writing"
Renato Golin
2016-05-07
1
-1
/
+4
*
[profile] Simplify value profile writing
Xinliang David Li
2016-05-07
1
-4
/
+1
[next]