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
/
unittests
/
ProfileData
/
InstrProfTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PGO] fix prof symbol lookup bug
Xinliang David Li
2016-02-10
1
-0
/
+6
*
Add comments to some tests
Xinliang David Li
2016-02-09
1
-0
/
+4
*
Further reduce test overhead
Xinliang David Li
2016-02-09
1
-8
/
+4
*
Simplify some expressions involving unique_ptr and ErrorOr
David Blaikie
2016-02-09
1
-42
/
+42
*
[PGO] Add interfaces to annotate instr with VP data
Xinliang David Li
2016-02-04
1
-0
/
+55
*
[PGO] Profile interface cleanup
Xinliang David Li
2016-02-04
1
-2
/
+6
*
[PGO] Profile summary reader/writer support
Xinliang David Li
2016-02-03
1
-0
/
+39
*
Further reduce test time
Xinliang David Li
2016-01-30
1
-6
/
+2
*
[Profiling] Add a -sparse mode to llvm-profdata merge
Vedant Kumar
2016-01-29
1
-16
/
+47
*
Improve test speed/trial 2
Xinliang David Li
2016-01-29
1
-14
/
+12
*
Revert 259242, 259243 -- irrelvante changes pulled in
Xinliang David Li
2016-01-29
1
-51
/
+13
*
Use range for loop
Xinliang David Li
2016-01-29
1
-7
/
+5
*
Improve test speed (interchange loop, reducing padding)
Xinliang David Li
2016-01-29
1
-13
/
+53
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-8
/
+9
*
Revert 258486 -- for a better fix coming soon
Xinliang David Li
2016-01-22
1
-60
/
+55
*
[PGO] add an interface needed by icall promotion
Xinliang David Li
2016-01-22
1
-1
/
+3
*
[PGO] eliminate use of static variable
Xinliang David Li
2016-01-22
1
-55
/
+60
*
Fix a bug in test
Xinliang David Li
2016-01-20
1
-2
/
+2
*
[PGO] Add a new interface to be used by Indirect Call Promotion
Xinliang David Li
2016-01-20
1
-0
/
+36
*
InstrProfTest.cpp: Fix a warning. [-Wsign-compare]
NAKAMURA Takumi
2016-01-08
1
-1
/
+1
*
Add value site truncation unit test
Xinliang David Li
2016-01-08
1
-10
/
+56
*
[PGO] Ensure vp data in indexed profile always sorted
Xinliang David Li
2016-01-08
1
-28
/
+0
*
[PGO] Fix a bug in InstProfWriter addRecord
Xinliang David Li
2016-01-08
1
-0
/
+56
*
Add explicit string checks in test
Xinliang David Li
2016-01-04
1
-2
/
+15
*
[PGO]: Implement Func PGO name string compression
Xinliang David Li
2015-12-31
1
-0
/
+61
*
InstrProfTest.cpp: Don't assume string literals are always merged.
NAKAMURA Takumi
2015-12-27
1
-29
/
+37
*
Improve InstrProfSymtab test coverage
Xinliang David Li
2015-12-19
1
-0
/
+27
*
[PGO] Add hash to name mapping in InstrProfSymtab
Xinliang David Li
2015-12-19
1
-0
/
+24
*
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2015-12-16
1
-29
/
+38
*
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
2015-12-15
1
-2
/
+27
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
1
-20
/
+0
*
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
2015-12-04
1
-0
/
+20
*
[llvm-profdata] Change instr prof counter overflow to saturate rather than di...
Nathan Slingerland
2015-12-02
1
-1
/
+4
*
Use nullptr (NFC)
Xinliang David Li
2015-12-01
1
-1
/
+1
*
[PGO] Allow value profile writer interface to allocated target buffer
Xinliang David Li
2015-11-28
1
-1
/
+1
*
[PGO] Implement ValueProfiling Closure interfaces for runtime value profile data
Xinliang David Li
2015-11-25
1
-0
/
+92
*
Revert the revert 253497 and 253539 - These commits aren't the cause of the c...
Daniel Sanders
2015-11-20
1
-0
/
+32
*
Revert 253497 and 253539 to try to fix clang-cmake-mips buildbot.
Daniel Sanders
2015-11-20
1
-32
/
+0
*
[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions (2nd try)
Nathan Slingerland
2015-11-18
1
-0
/
+32
*
[PGO] Make indexed value profile data more compact
Xinliang David Li
2015-11-10
1
-1
/
+58
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-15
/
+15
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
1
-0
/
+199
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-6
/
+12
*
InstrProf: Add a test for multiple copies of the same with different hashes
Justin Bogner
2015-06-22
1
-0
/
+6
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-18
1
-0
/
+98
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-97
/
+0
*
InstrProf: Add missing header from r229478
Justin Bogner
2015-02-17
1
-0
/
+2
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-0
/
+95
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-16
1
-88
/
+0
*
InstrProf: Add unit tests for the profile reader and writer
Justin Bogner
2015-02-16
1
-0
/
+88
[prev]