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
/
InstrProfiling.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-6
/
+6
*
Revert "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-6
/
+6
*
[CMake] Support installation of InstrProfData.inc
Petr Hosek
2019-11-22
1
-6
/
+6
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
1
-0
/
+46
*
[profile] Do not cache __llvm_profile_get_filename result
Vedant Kumar
2019-10-18
1
-1
/
+14
*
compiler-rt: Rename .cc file in lib/profile to .cpp
Nico Weber
2019-07-31
1
-1
/
+1
*
(Reland with changes) Adding a function for setting coverage output file.
Sajjad Mirza
2019-06-24
1
-1
/
+20
*
Revert r362676 "[Profile]: Add runtime interface to specify file handle for p...
Hans Wennborg
2019-06-12
1
-20
/
+1
*
[Profile]: Add runtime interface to specify file handle for profile data.
Xinliang David Li
2019-06-06
1
-1
/
+20
*
This change adds an API to allow setting the flag to indicate that the profil...
Max Moroz
2019-05-20
1
-0
/
+8
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
1
-1
/
+1
*
Reland compiler-rt support for order file instrumentation.
Manman Ren
2019-03-08
1
-0
/
+4
*
Revert compiler-rt diffs for order file instrumentation to get bot green!
Manman Ren
2019-03-05
1
-4
/
+0
*
Order File Instrumentation: dump the data in compiler-rt
Manman Ren
2019-03-04
1
-0
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[profile] Add interface to get profile filename
Teresa Johnson
2018-07-19
1
-0
/
+8
*
[profile] Fix value profile runtime merging issues
Rong Xu
2018-04-02
1
-0
/
+4
*
Revert r312240
Alex Lorenz
2017-08-31
1
-3
/
+3
*
Build LLVM with -Wstrict-prototypes enabled
Alex Lorenz
2017-08-31
1
-3
/
+3
*
[Profile] Implement new API __llvm_profile_dump
Xinliang David Li
2016-08-09
1
-0
/
+22
*
[Profile] cleanup: do not reference name directly of vars shared between rt a...
Xinliang David Li
2016-07-22
1
-3
/
+3
*
[Profile] deprecate __llvm_profile_override_default_filename (part2)
Xinliang David Li
2016-07-21
1
-16
/
+9
*
[Profile] implement interface to get profile path prefix
Xinliang David Li
2016-07-20
1
-0
/
+10
*
[profile] Hide some external symbols in InstrProfData.inc
Vedant Kumar
2016-06-08
1
-0
/
+2
*
[profile] clean up profile file handling code
Xinliang David Li
2016-05-24
1
-7
/
+1
*
[profile] Static counter allocation for value profiling (part-2)
Xinliang David Li
2016-05-21
1
-0
/
+2
*
Small typo and whitespace fix.
Sean Silva
2016-05-20
1
-2
/
+2
*
Fix typo.
Sean Silva
2016-05-19
1
-1
/
+1
*
[profile] add runtime variable documentation
Xinliang David Li
2016-05-18
1
-0
/
+29
*
[profile] minor code restructuring /NFC
Xinliang David Li
2016-05-16
1
-0
/
+6
*
Reapply r268840: [profile] Simplify value profile writing
Xinliang David Li
2016-05-10
1
-9
/
+1
*
Revert "[profile] Simplify value profile writing"
Renato Golin
2016-05-07
1
-1
/
+9
*
[profile] Simplify value profile writing
Xinliang David Li
2016-05-07
1
-9
/
+1
*
[PGO] Add API to check compatibility of profile data in buffer
Xinliang David Li
2016-03-04
1
-1
/
+13
*
[PGO] Add API for profile merge from buffer
Xinliang David Li
2016-03-03
1
-0
/
+9
*
[profile] Compute number of data entries correctly
Vedant Kumar
2016-02-26
1
-0
/
+4
*
[PGO]: Do not update Data->Value field during profile write.
Xinliang David Li
2015-12-29
1
-4
/
+5
*
[PGO] cleanup: unify prefix for portability macros
Xinliang David Li
2015-12-16
1
-1
/
+2
*
[PGO] Header file cleanup (NFC)
Xinliang David Li
2015-12-10
1
-41
/
+1
*
[PGO] Stop leaking libc function to buffer API impl
Xinliang David Li
2015-12-07
1
-3
/
+4
*
Move macro defs closer (NFC)
Xinliang David Li
2015-12-04
1
-4
/
+5
*
[PGO] Introduce error report macro in profile-rt
Xinliang David Li
2015-12-03
1
-0
/
+4
*
[PGO] sync up target instrument decl between runtime and llvm (NFC)
Xinliang David Li
2015-11-23
1
-2
/
+6
*
[PGO] Unify raw profile header definition
Xinliang David Li
2015-11-23
1
-10
/
+2
*
[PGO] Use the alignment macro newly introduced (NFC)
Xinliang David Li
2015-11-23
1
-1
/
+1
*
[PGO] Unify per-function control data definition
Xinliang David Li
2015-11-23
1
-8
/
+2
*
[PGO] Use common definition of value profile kind
Xinliang David Li
2015-11-23
1
-3
/
+2
*
[PGO] Start use InstrProf template file in compiler-rt/lib/profile
Xinliang David Li
2015-11-23
1
-5
/
+2
*
[PGO] Compiler-rt cleanup -- introduces macros for various macros
Xinliang David Li
2015-11-23
1
-1
/
+4
*
[PGO] Fix buildbot failure on FreeBSD (when building __x86_64__ lib)
Xinliang David Li
2015-11-20
1
-0
/
+7
[next]