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
/
InstrProf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PGO] Use ArrayRef in annotateValueSite()
Rong Xu
2016-03-30
1
-5
/
+6
*
Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"
Vedant Kumar
2016-03-28
1
-2
/
+8
*
Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""
Vedant Kumar
2016-03-28
1
-8
/
+2
*
Reapply "[PGO] Fix name encoding for ObjC-like functions"
Vedant Kumar
2016-03-28
1
-2
/
+8
*
Revert "[PGO] Fix name encoding for ObjC-like functions"
Vedant Kumar
2016-03-28
1
-2
/
+2
*
[PGO] Fix name encoding for ObjC-like functions
Vedant Kumar
2016-03-28
1
-2
/
+2
*
[Coverage] Strip <unknown> from PGO names if no filenames are available
Vedant Kumar
2016-03-28
1
-1
/
+1
*
[Coverage] Fix the way we load "<unknown>:func" records
Vedant Kumar
2016-03-28
1
-1
/
+1
*
Variable name cleanup /NFC
Xinliang David Li
2016-03-16
1
-5
/
+6
*
[ProfileData] Make a utility method public, NFC
Vedant Kumar
2016-03-16
1
-2
/
+2
*
Move global ID computation from Function to GlobalValue (NFC)
Teresa Johnson
2016-03-15
1
-1
/
+1
*
[PGO] Add another interface for annotateValueSite
Rong Xu
2016-02-12
1
-0
/
+7
*
[PGO] Make the number of records for each value site metada adjustable
Rong Xu
2016-02-10
1
-2
/
+3
*
Refactor PGO function naming and MD5 hashing support out of ProfileData
Teresa Johnson
2016-02-09
1
-19
/
+1
*
Function name change /NFC
Xinliang David Li
2016-02-04
1
-2
/
+2
*
Refactor profile summary support code. NFC.
Easwaran Raman
2016-02-04
1
-50
/
+0
*
[PGO] Add interfaces to annotate instr with VP data
Xinliang David Li
2016-02-04
1
-0
/
+87
*
[PGO] Profile interface cleanup
Xinliang David Li
2016-02-04
1
-4
/
+3
*
Fix uninitiazed variable use problem
Xinliang David Li
2016-02-03
1
-1
/
+1
*
[PGO] Profile summary reader/writer support
Xinliang David Li
2016-02-03
1
-0
/
+15
*
[PGO] allow pgo name collector to disable compression (for testing)/NFC
Xinliang David Li
2016-01-26
1
-2
/
+3
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-5
/
+4
*
[PGO] Add a new interface to be used by Indirect Call Promotion
Xinliang David Li
2016-01-20
1
-0
/
+7
*
[PGO] Move profile summary interface/impl into InstrProf.[*] /NFC
Xinliang David Li
2016-01-14
1
-0
/
+35
*
[Support] Add saturating multiply-add support function
Nathan Slingerland
2016-01-12
1
-14
/
+3
*
[PGO] Fix a bug in InstProfWriter addRecord
Xinliang David Li
2016-01-08
1
-5
/
+40
*
[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] 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
*
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
2015-12-20
1
-31
/
+11
*
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
1
-2
/
+1
*
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
1
-0
/
+9
*
[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] Add version to getPGOFuncName method
Xinliang David Li
2015-12-05
1
-3
/
+5
*
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
*
[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
[prev]
[next]