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
/
llvm
/
lib
/
ProfileData
/
InstrProfReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] Text format profile reader needs to clear the value profile
Rong Xu
2017-03-03
1
-1
/
+1
*
[ProfileData] Fix some Clang-tidy modernize and Include What You Use warnings...
Eugene Zelenko
2017-03-03
1
-10
/
+32
*
[PGO] Fix a bug in reading text format value profile.
Rong Xu
2017-02-27
1
-2
/
+3
*
Retire llvm::alignOf in favor of C++11 alignof.
Benjamin Kramer
2016-10-20
1
-1
/
+1
*
[PGO] Fix bogus warning for merging empty llvm profile file
Rong Xu
2016-10-19
1
-0
/
+3
*
[ProfileData] Clean up string handling a bit.
Benjamin Kramer
2016-05-29
1
-3
/
+3
*
[ProfileData] Thread unique_ptr through the summary builder to avoid leaks.
Benjamin Kramer
2016-05-20
1
-1
/
+1
*
Remove specializations of ProfileSummary
Easwaran Raman
2016-05-19
1
-2
/
+3
*
Move ProfileSummary to IR.
Easwaran Raman
2016-05-19
1
-4
/
+18
*
Retry^3 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-19
1
-89
/
+86
*
Revert "Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar
2016-05-16
1
-86
/
+89
*
Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-16
1
-89
/
+86
*
Revert "Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC""
Chandler Carruth
2016-05-14
1
-86
/
+89
*
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar
2016-05-13
1
-89
/
+86
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
1
-87
/
+89
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
1
-89
/
+87
*
[PGO] Use rsplit to parse value-data line in text profile file.
Rong Xu
2016-05-06
1
-1
/
+1
*
[profile] Remove unneeded field in raw profile reader
Xinliang David Li
2016-05-05
1
-8
/
+6
*
[ProfileData] Report errors from InstrProfSymtab::create
Vedant Kumar
2016-04-21
1
-3
/
+9
*
[PGO] Comment how function pointers for indirect calls are mapped to function...
Adam Nemet
2016-03-28
1
-0
/
+3
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-3
/
+2
*
Add a profile summary class specific to instrumentation profiles.
Easwaran Raman
2016-02-17
1
-3
/
+3
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
1
-5
/
+25
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
1
-25
/
+5
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
1
-5
/
+25
*
[PGO] Enable compression in pgo instrumentation
Xinliang David Li
2016-02-08
1
-9
/
+4
*
[PGO] Profile summary reader/writer support
Xinliang David Li
2016-02-03
1
-3
/
+36
*
[PGO] clean up and documentation
Xinliang David Li
2016-01-14
1
-3
/
+4
*
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
2015-12-20
1
-34
/
+50
*
[PGO] Value profiling text format reader/writer support
Xinliang David Li
2015-12-14
1
-0
/
+66
*
[PGO] Read VP raw data without depending on the Value field
Xinliang David Li
2015-12-11
1
-3
/
+9
*
[ProfileData] clang-format TextInstrProfReader::hasFormat. NFC.
Vedant Kumar
2015-12-11
1
-2
/
+3
*
Format fix (NFC)
Xinliang David Li
2015-12-10
1
-2
/
+4
*
[PGO] Unify VP data format between raw and indexed profile (Reader)
Xinliang David Li
2015-12-04
1
-38
/
+11
*
[PGO] Add support for reading multiple versions of indexed profile format pro...
Xinliang David Li
2015-12-01
1
-22
/
+27
*
Function name cleanup (NFC)
Xinliang David Li
2015-11-28
1
-4
/
+4
*
Minor cleanups (from review feedback)
Xinliang David Li
2015-11-18
1
-2
/
+4
*
[PGO] Value profiling support
Betul Buyukkurt
2015-11-18
1
-7
/
+76
*
[PGO] Move value profile data definitions out of IndexedInstrProf
Xinliang David Li
2015-11-17
1
-3
/
+2
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
1
-1
/
+12
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
1
-12
/
+1
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
1
-1
/
+12
*
Fix problems in coding style
Xinliang David Li
2015-11-12
1
-13
/
+23
*
[PGO] Make indexed value profile data more compact
Xinliang David Li
2015-11-10
1
-41
/
+6
*
Code style fix (caused by wrongly default clang-format style) (NFC)
Xinliang David Li
2015-11-06
1
-5
/
+8
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
1
-27
/
+28
*
[PGO] RawProf Reader code cleanup
Xinliang David Li
2015-10-28
1
-16
/
+42
*
[PGO] Indexed Prof Reader refactoring (NFC)
Xinliang David Li
2015-10-28
1
-36
/
+58
*
Minor Instr PGO code restructuring
Xinliang David Li
2015-10-18
1
-54
/
+27
*
Fix a couple of comments; NFC
Xinliang David Li
2015-10-13
1
-6
/
+6
[next]