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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] InstrPGO and coverage code refactoring (NFC)
Xinliang David Li
2015-12-17
1
-46
/
+33
*
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2015-12-16
2
-7
/
+12
*
Initialize all bytes in vp data (msan error)
Xinliang David Li
2015-12-15
1
-4
/
+5
*
Coverage code refactoring /NFC
Xinliang David Li
2015-12-15
2
-13
/
+14
*
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
2015-12-15
1
-2
/
+12
*
[PGO] Value profiling text format reader/writer support
Xinliang David Li
2015-12-14
2
-1
/
+99
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-12
1
-1
/
+21
*
[PGO] Revert r255365: solution incomplete, not handling lambda yet
Xinliang David Li
2015-12-11
1
-5
/
+4
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-11
1
-4
/
+5
*
[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
*
[ProfileData] Add unit test infrastructure for sample profile reader/writer
Nathan Slingerland
2015-12-10
2
-12
/
+54
*
[PGO] Add version to getPGOFuncName method
Xinliang David Li
2015-12-05
1
-3
/
+5
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
1
-12
/
+2
*
[PGO] Unify VP data format between raw and indexed profile (Reader)
Xinliang David Li
2015-12-04
1
-38
/
+11
*
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
2015-12-04
1
-2
/
+12
*
[llvm-profdata] Change instr prof counter overflow to saturate rather than di...
Nathan Slingerland
2015-12-02
1
-5
/
+6
*
[PGO] Add support for reading multiple versions of indexed profile format pro...
Xinliang David Li
2015-12-01
1
-22
/
+27
*
Use nullptr (NFC)
Xinliang David Li
2015-12-01
1
-1
/
+1
*
[PGO] Move value profile format related structures and APIs to common file
Xinliang David Li
2015-11-28
1
-177
/
+4
*
[PGO] Add return code for vp rt record init routine to indicate error condition
Xinliang David Li
2015-11-28
1
-3
/
+6
*
[PGO] Allow value profile writer interface to allocated target buffer
Xinliang David Li
2015-11-28
1
-9
/
+13
*
Function name cleanup (NFC)
Xinliang David Li
2015-11-28
1
-4
/
+4
*
[PGO] Extract VP data integrity check code into a helper function (NFC)
Xinliang David Li
2015-11-28
1
-17
/
+21
*
[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
Xinliang David Li
2015-11-25
1
-3
/
+119
*
[PGO] Regroup functions in better order (NFC)
Xinliang David Li
2015-11-25
1
-93
/
+96
*
[PGO] Convert InstrProfRecord based serialization methods to use common C met...
Xinliang David Li
2015-11-25
1
-35
/
+97
*
[PGO] convert a subset of C++ interfaces into C (for sharing) (NFC)
Xinliang David Li
2015-11-25
1
-28
/
+10
*
Move member functions closer to others of the same class (NFC)
Xinliang David Li
2015-11-25
1
-14
/
+16
*
Fix function naming (NFC)
Xinliang David Li
2015-11-25
1
-2
/
+2
*
[PGO] Add mapper callback to interfaces retrieving value data for site (NFC)
Xinliang David Li
2015-11-24
1
-11
/
+13
*
[PGO] Small interface change to be profile rt ready
Xinliang David Li
2015-11-24
1
-17
/
+3
*
Minor refactor to make VP writing more efficient
Xinliang David Li
2015-11-24
1
-3
/
+1
*
[PGO] In llvm-profdata text dump, add comment lines as annotations
Xinliang David Li
2015-11-23
1
-1
/
+4
*
[PGO] Add --text option for llvm-profdata show|merge commands
Xinliang David Li
2015-11-23
1
-0
/
+15
*
Fix the Windows build, include <tuple> for std::tie
Reid Kleckner
2015-11-20
1
-0
/
+1
*
[llvm-profdata] Add merge() to InstrProfRecord
Nathan Slingerland
2015-11-20
1
-36
/
+18
*
SamplePGO - Tweak debugging output for function samples. NFC.
Diego Novillo
2015-11-19
1
-9
/
+24
*
SamplePGO - Sort samples by source location when emitting as text.
Diego Novillo
2015-11-19
2
-12
/
+18
*
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
3
-11
/
+7
*
[llvm-profdata] Improve error messaging when merging mismatched profile data
Nathan Slingerland
2015-11-17
1
-3
/
+3
*
SamplePGO - Move debug/dump function bodies out of header files. NFC.
Diego Novillo
2015-11-17
1
-0
/
+43
*
Fix unaligned memory read issue exposed by ubsan
Xinliang David Li
2015-11-17
1
-10
/
+10
*
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
Diego Novillo
2015-11-13
3
-21
/
+24
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
4
-11
/
+42
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
4
-42
/
+11
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
4
-11
/
+42
[next]