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
*
[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
*
[ProfileData] Test commit for slingn
Nathan Slingerland
2015-10-11
1
-0
/
+1
*
InstrProf: Don't call std::unique twice here
Justin Bogner
2015-09-30
1
-1
/
+0
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-19
/
+91
*
Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...
Justin Bogner
2015-06-22
1
-47
/
+65
*
Revert "InstrProf: When reading, copy the data instead of taking a reference....
Justin Bogner
2015-06-20
1
-65
/
+47
*
InstrProf: When reading, copy the data instead of taking a reference. NFC
Justin Bogner
2015-06-20
1
-47
/
+65
*
InstrProf: Allow hexadecimal function hashes in proftext format
Justin Bogner
2015-03-09
1
-1
/
+1
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-18
1
-11
/
+18
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-18
/
+11
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-11
/
+18
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-16
1
-18
/
+11
*
InstrProf: Add unit tests for the profile reader and writer
Justin Bogner
2015-02-16
1
-11
/
+18
*
InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC)
Justin Bogner
2015-02-16
1
-3
/
+8
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-3
/
+1
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
1
-12
/
+18
*
llvm-profdata: Avoid undefined behaviour when reading raw profiles
Justin Bogner
2014-09-12
1
-0
/
+3
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
1
-15
/
+48
[next]