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
/
PGOProfiling.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PGO: Splitting implementation files; no functionality change
Duncan P. N. Exon Smith
2014-03-19
1
-131
/
+0
*
PGO: Fix obviously wrong typedefs for MS
Duncan P. N. Exon Smith
2014-03-19
1
-1
/
+1
*
profile: Include the function hash in PGO profiles
Justin Bogner
2014-03-18
1
-1
/
+2
*
Reapply "PGO: Statically generate data structures"
Duncan P. N. Exon Smith
2014-03-17
1
-48
/
+79
*
Revert r204079, r204083 and r204084 "PGO: Statically generate data structures"
Duncan P. N. Exon Smith
2014-03-17
1
-80
/
+48
*
Switch from fputc to putc to fix r204079?
Duncan P. N. Exon Smith
2014-03-17
1
-1
/
+1
*
Rename __ProfileData to __llvm_pgo_data
Duncan P. N. Exon Smith
2014-03-17
1
-9
/
+9
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-48
/
+80
*
Revert "profile: Use a simple binary format for profiling"
Justin Bogner
2014-03-12
1
-155
/
+37
*
profile: Use a simple binary format for profiling
Justin Bogner
2014-03-12
1
-37
/
+155
*
A fix for platform-dependent types in sanitizers' profiling support lib on x6...
Viktor Kutuzov
2014-03-10
1
-3
/
+17
*
Add an environment variable to override the default profile output file.
Bob Wilson
2014-02-20
1
-1
/
+4
*
Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"
Justin Bogner
2014-01-07
1
-4
/
+1
*
Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"
Justin Bogner
2014-01-07
1
-6
/
+0
*
Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't
Kaelyn Uhrain
2014-01-07
1
-0
/
+6
*
Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h
Kaelyn Uhrain
2014-01-06
1
-1
/
+4
*
Use the PRIu64 macro for printing a uint64_t.
Kaelyn Uhrain
2014-01-06
1
-1
/
+2
*
profile: Rudimentary suppport for PGO instrumentation
Justin Bogner
2014-01-06
1
-0
/
+81