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] Remove use of static variable. /NFC
Xinliang David Li
2016-01-22
1
-11
/
+15
*
Revert 258486 -- for a better fix coming soon
Xinliang David Li
2016-01-22
1
-10
/
+7
*
[PGO] eliminate use of static variable
Xinliang David Li
2016-01-22
1
-7
/
+10
*
[PGO] Add a new interface to be used by Indirect Call Promotion
Xinliang David Li
2016-01-20
1
-0
/
+7
*
Fix a coverage reading bug
Xinliang David Li
2016-01-19
1
-1
/
+3
*
[Coverage] move a local var to be BinaryCoverageReader's member
Xinliang David Li
2016-01-18
1
-8
/
+11
*
Fix -Wmismatched-tags warning/error
Xinliang David Li
2016-01-15
1
-1
/
+2
*
[PGO] Commonize (more) index profile file and buffer writer.
Xinliang David Li
2016-01-15
1
-33
/
+70
*
[PGO] Move profile summary interface/impl into InstrProf.[*] /NFC
Xinliang David Li
2016-01-14
1
-0
/
+35
*
Rename local variable to avoid conflict
Xinliang David Li
2016-01-14
1
-5
/
+5
*
Cleanup: shorten prefix to consistent with other decls /NFC
Xinliang David Li
2016-01-14
1
-10
/
+8
*
[PGO] clean up and documentation
Xinliang David Li
2016-01-14
2
-4
/
+5
*
Add virtual dtor
Xinliang David Li
2016-01-14
1
-0
/
+2
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+82
*
Revert r257699 -- windows buildbot failure TBI
Xinliang David Li
2016-01-13
1
-85
/
+22
*
[Coverage] introduce class hierarchy (funcRecordReader) to support multiple v...
Xinliang David Li
2016-01-13
1
-22
/
+85
*
[Coverage] Refactor coverage mapping reader code
Xinliang David Li
2016-01-13
1
-17
/
+13
*
Rollback r257551 -- unexpected test failures TBI
Xinliang David Li
2016-01-13
1
-13
/
+17
*
[Coverage] Refactor coverage mapping reader code /NFC
Xinliang David Li
2016-01-13
1
-17
/
+13
*
Rollback r257547 -- buildbot failure TBI
Xinliang David Li
2016-01-13
1
-13
/
+17
*
[Coverage] Refactor coverage mapping reader code /NFC
Xinliang David Li
2016-01-13
1
-17
/
+13
*
[Support] Add saturating multiply-add support function
Nathan Slingerland
2016-01-12
1
-14
/
+3
*
Move coveragemap_error enum into coverage namespace and InstrProf.h /NFC
Xinliang David Li
2016-01-10
1
-1
/
+1
*
[PGO] Ensure vp data in indexed profile always sorted
Xinliang David Li
2016-01-08
1
-0
/
+2
*
[PGO] Fix a bug in InstProfWriter addRecord
Xinliang David Li
2016-01-08
2
-16
/
+43
*
[PGO] Minor refactoring /NFC
Xinliang David Li
2016-01-07
1
-5
/
+1
*
[PGO] Simplify string parsing
Xinliang David Li
2016-01-04
1
-13
/
+3
*
[PGO] Refactor string writer code
Xinliang David Li
2016-01-04
1
-12
/
+18
*
[PGO]: Use efficient 'join' API for uncompressed string
Xinliang David Li
2016-01-04
1
-13
/
+5
*
[PGO]: reserve space for string to avoid excessive memory realloc/copy (non l...
Xinliang David Li
2016-01-04
1
-0
/
+6
*
[PGO] Code refactoring to use header struct def /NFC
Xinliang David Li
2016-01-03
1
-5
/
+10
*
[PGO] simple refactoring (NFC)
Xinliang David Li
2016-01-03
1
-4
/
+8
*
[PGO]: Implement Func PGO name string compression
Xinliang David Li
2015-12-31
1
-2
/
+99
*
[ProfileData] Make helper function static.
Benjamin Kramer
2015-12-24
1
-1
/
+1
*
Fix a latent UAF bug in profwriter
Xinliang David Li
2015-12-20
1
-0
/
+2
*
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
2015-12-20
3
-73
/
+69
*
Minor clean up -- move large single use method out of header(NFC)
Xinliang David Li
2015-12-20
1
-0
/
+31
*
[PGO] Cleanup: Move large member functions out of line (NFC)
Xinliang David Li
2015-12-18
1
-2
/
+91
*
[PGO] Simplify computehash interface (NFC)
Xinliang David Li
2015-12-18
2
-3
/
+2
*
[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
[next]