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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-1
/
+1
*
Revert "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
1
-1
/
+1
*
[CMake] Support installation of InstrProfData.inc
Petr Hosek
2019-11-22
1
-1
/
+1
*
This change adds an API to allow setting the flag to indicate that the profil...
Max Moroz
2019-05-20
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] Port the runtime to Solaris (retry)
Vedant Kumar
2017-12-14
1
-2
/
+4
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...
Vedant Kumar
2017-12-14
1
-4
/
+2
*
[profile] Port the runtime to Solaris
Vedant Kumar
2017-12-14
1
-2
/
+4
*
[profile] Move __llvm_profile_filename into a separate object
Vedant Kumar
2017-06-29
1
-2
/
+0
*
[Profile] Remove unused variable
Xinliang David Li
2016-09-22
1
-1
/
+0
*
[Profile] Implement new API __llvm_profile_dump
Xinliang David Li
2016-08-09
1
-0
/
+11
*
[Profile] cleanup: do not reference name directly of vars shared between rt a...
Xinliang David Li
2016-07-22
1
-1
/
+1
*
[Profile] deprecate __llvm_profile_override_default_filename (part2)
Xinliang David Li
2016-07-21
1
-0
/
+2
*
[profile] Un-hide two symbols
Vedant Kumar
2016-06-08
1
-2
/
+1
*
[profile] Hide a few external symbols (NFCI)
Vedant Kumar
2016-06-08
1
-1
/
+2
*
[profile] minor code restructuring /NFC
Xinliang David Li
2016-05-16
1
-1
/
+1
*
Fix variable visibility
Xinliang David Li
2016-05-09
1
-1
/
+1
*
[profile] Fix iteration over profile data entries
Vedant Kumar
2016-02-23
1
-1
/
+1
*
[PGO] Add runtime hook so that IR instrumentation can override version
Xinliang David Li
2016-01-08
1
-2
/
+3
*
[PGO] cleanup: unify prefix for portability macros
Xinliang David Li
2015-12-16
1
-4
/
+4
*
[PGO] Split value profiling runtime into its own file
Xinliang David Li
2015-12-10
1
-219
/
+0
*
[PGO] Move impl specific decl to InstrProfilingInternal.h (NFC)
Xinliang David Li
2015-12-10
1
-0
/
+1
*
[PGO] Move target-dependent macro to InstrProfilingPort.h (NFC)
Xinliang David Li
2015-12-10
1
-5
/
+1
*
[PGO] use COMPILER_RT_HAS_ATOMTICS macro
Xinliang David Li
2015-12-10
1
-4
/
+4
*
Fix typo
Xinliang David Li
2015-12-08
1
-1
/
+1
*
[PGO] Stop leaking libc function to buffer API impl
Xinliang David Li
2015-12-07
1
-1
/
+4
*
Use macro for common code pattern (NFC)
Xinliang David Li
2015-12-05
1
-9
/
+15
*
[PGO] Fix mips test failure with new test case
Xinliang David Li
2015-12-04
1
-4
/
+19
*
[PGO] Unify VP data format between raw and indexed profile (runtime)
Xinliang David Li
2015-12-04
1
-59
/
+116
*
[PGO] Use common definition of raw magic and version
Xinliang David Li
2015-11-23
1
-15
/
+3
*
[PGO] Start use InstrProf template file in compiler-rt/lib/profile
Xinliang David Li
2015-11-23
1
-17
/
+12
*
[PGO] Compiler-rt cleanup -- introduces macros for various macros
Xinliang David Li
2015-11-23
1
-10
/
+8
*
[PGO] Profile runtime name cleanups
Xinliang David Li
2015-11-20
1
-25
/
+33
*
Speculatively fix MIPS build bot failures
Xinliang David Li
2015-11-20
1
-0
/
+9
*
Fix format in comments.
Xinliang David Li
2015-11-18
1
-9
/
+12
*
[PGO] Minor cleanups (formating, comments etc) (NFC)
Xinliang David Li
2015-11-18
1
-47
/
+55
*
Fix for loop initial decl used outside c99 mode error
Xinliang David Li
2015-11-18
1
-9
/
+15
*
[PGO] Runtime support for value profiling.
Betul Buyukkurt
2015-11-18
1
-1
/
+147
*
profile: Avoid name collisions between instrumentation and runtime
Justin Bogner
2014-09-04
1
-2
/
+2
*
InstrProf: Fix shared object profiling
Duncan P. N. Exon Smith
2014-05-16
1
-0
/
+3
*
InstrProf: Indicate pointer size in raw profile
Duncan P. N. Exon Smith
2014-03-23
1
-4
/
+6
*
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
2014-03-21
1
-9
/
+16
*
InstrProf: Reorganize files; no functionality change
Duncan P. N. Exon Smith
2014-03-21
1
-47
/
+4
*
InstrProf: Write raw binary profile from runtime
Duncan P. N. Exon Smith
2014-03-21
1
-22
/
+47
*
PGO: Indicate errors in profile runtime API
Duncan P. N. Exon Smith
2014-03-21
1
-7
/
+17
*
PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
2014-03-20
1
-8
/
+8
*
PGO: Add function to reset counters at runtime
Duncan P. N. Exon Smith
2014-03-20
1
-0
/
+8
*
PGO: Split out initialization of section bounds
Duncan P. N. Exon Smith
2014-03-20
1
-35
/
+2
*
PGO: Constify references to instrumentation data
Duncan P. N. Exon Smith
2014-03-20
1
-6
/
+6
*
PGO: Use past-the-end semantics for pointer range
Duncan P. N. Exon Smith
2014-03-19
1
-5
/
+4
[next]