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
*
Fix some spelling mistakes
David Majnemer
2016-04-22
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-2
/
+3
*
Fix asan test failure
Xinliang David Li
2016-04-10
1
-0
/
+2
*
[PGO] Fix deserialize bug
Xinliang David Li
2016-04-10
1
-0
/
+40
*
Clean up test case
Xinliang David Li
2016-04-10
1
-40
/
+36
*
[PGO] Use ArrayRef in annotateValueSite()
Rong Xu
2016-03-30
1
-1
/
+2
*
Reapply (2x) "[PGO] Fix name encoding for ObjC-like functions"
Vedant Kumar
2016-03-28
1
-2
/
+2
*
Revert "Reapply "[PGO] Fix name encoding for ObjC-like functions""
Vedant Kumar
2016-03-28
1
-2
/
+2
*
Reapply "[PGO] Fix name encoding for ObjC-like functions"
Vedant Kumar
2016-03-28
1
-2
/
+2
*
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
*
[unittests] clang-format a line, NFC
Vedant Kumar
2016-03-22
1
-3
/
+1
*
Interface to get/set profile summary metadata to module
Easwaran Raman
2016-03-18
1
-0
/
+14
*
Remove code added for debugging purposes. NFC.
Easwaran Raman
2016-03-14
1
-3
/
+3
*
Fix memory leak in tests.
Easwaran Raman
2016-03-03
1
-0
/
+1
*
Metadata support for profile summary.
Easwaran Raman
2016-03-01
1
-20
/
+32
*
Add a profile summary class specific to instrumentation profiles.
Easwaran Raman
2016-02-17
1
-5
/
+5
*
[PGO] Add another interface for annotateValueSite
Rong Xu
2016-02-12
1
-0
/
+20
*
[PGO] Make the number of records for each value site metada adjustable
Rong Xu
2016-02-10
1
-10
/
+31
*
[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
[next]