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
/
InstrProfilingWriter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Avoid allocating a page on the stack, NFC
Vedant Kumar
2019-12-11
1
-14
/
+12
*
Reland "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-2
/
+2
*
Revert "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-2
/
+2
*
[CMake] Support installation of InstrProfData.inc
Petr Hosek
2019-11-22
1
-2
/
+2
*
[profile] Second speculative fix for Windows
Vedant Kumar
2019-10-31
1
-1
/
+1
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
1
-3
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[profile] Port the runtime to Solaris (retry)
Vedant Kumar
2017-12-14
1
-2
/
+3
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...
Vedant Kumar
2017-12-14
1
-3
/
+2
*
[profile] Port the runtime to Solaris
Vedant Kumar
2017-12-14
1
-2
/
+3
*
[PGO] Reduce IO in profile dumping with merging
Xinliang David Li
2017-06-28
1
-9
/
+13
*
[PGO] Refactor file/buffer writer callback interfaces /NFC
Xinliang David Li
2017-06-27
1
-25
/
+26
*
Avoid leak. Free before resetting.
Sean Silva
2016-05-16
1
-1
/
+1
*
Use __builtin_alloca with __GNUC__
Xinliang David Li
2016-05-15
1
-4
/
+1
*
Fix FreeBSD build failure
Xinliang David Li
2016-05-15
1
-0
/
+2
*
[profile] Eliminate dynamic memory allocation for vp writing
Xinliang David Li
2016-05-14
1
-13
/
+104
*
minor cleanup -- reset buffer pointer
Xinliang David Li
2016-05-14
1
-1
/
+4
*
[profile] Eliminate dynamic memory allocation for buffered writer
Xinliang David Li
2016-05-13
1
-16
/
+16
*
Minor code refactoring /NFC
Xinliang David Li
2016-05-12
1
-6
/
+15
*
Reapply r268840: [profile] Simplify value profile writing
Xinliang David Li
2016-05-10
1
-26
/
+29
*
Fix variable visibility
Xinliang David Li
2016-05-09
1
-2
/
+2
*
Revert "[profile] Simplify value profile writing"
Renato Golin
2016-05-07
1
-29
/
+26
*
[profile] Simplify value profile writing
Xinliang David Li
2016-05-07
1
-26
/
+29
*
[PGO] internal API name cleanups (for better consistency)
Xinliang David Li
2016-03-06
1
-28
/
+29
*
[profile] Compute number of data entries correctly
Vedant Kumar
2016-02-26
1
-1
/
+1
*
[PGO]: Refactor VP data writer
Xinliang David Li
2015-12-29
1
-47
/
+69
*
[PGO]: Do not update Data->Value field during profile write.
Xinliang David Li
2015-12-29
1
-15
/
+81
*
[PGO] Move buffer write callback to a common file
Xinliang David Li
2015-12-22
1
-0
/
+17
*
[PGO] cleanup: unify prefix for portability macros
Xinliang David Li
2015-12-16
1
-5
/
+5
*
Don't shadow a variable in the outer scope. Use canonical form of the
Joerg Sonnenberger
2015-12-04
1
-3
/
+3
*
[PGO] Unify raw profile header definition
Xinliang David Li
2015-11-23
1
-10
/
+3
*
[PGO] Compiler-rt cleanup -- introduces macros for various macros
Xinliang David Li
2015-11-23
1
-4
/
+5
*
Fix -Wpointer-sign warning
Xinliang David Li
2015-11-21
1
-5
/
+5
*
[PGO] Implement a more robust/readable Writer callback interface
Xinliang David Li
2015-11-21
1
-17
/
+17
*
[PGO] Profile runtime name cleanups
Xinliang David Li
2015-11-20
1
-1
/
+1
*
[PGO] Minor cleanups (from review feedback)
Xinliang David Li
2015-11-19
1
-10
/
+10
*
Fix format of previous patch (NFC)
Xinliang David Li
2015-11-18
1
-9
/
+8
*
[PGO] Refactor File and Buffer API profile writing code
Xinliang David Li
2015-11-18
1
-0
/
+77