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
/
InstrProfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add profile summary support for sample profile.
Easwaran Raman
2016-02-19
1
-4
/
+2
*
Add a profile summary class specific to instrumentation profiles.
Easwaran Raman
2016-02-17
1
-3
/
+3
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-10
1
-1
/
+5
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
1
-5
/
+1
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
1
-1
/
+5
*
Fix a typo in comment
Xinliang David Li
2016-02-03
1
-1
/
+1
*
[PGO] Profile summary reader/writer support
Xinliang David Li
2016-02-03
1
-10
/
+53
*
[Profiling] Add a -sparse mode to llvm-profdata merge
Vedant Kumar
2016-01-29
1
-6
/
+24
*
[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
*
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] clean up and documentation
Xinliang David Li
2016-01-14
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
1
-11
/
+3
*
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
1
-8
/
+8
*
[PGO] Simplify computehash interface (NFC)
Xinliang David Li
2015-12-18
1
-1
/
+1
*
[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
1
-1
/
+33
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
1
-12
/
+2
*
[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] 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
*
[PGO] Move value profile data definitions out of IndexedInstrProf
Xinliang David Li
2015-11-17
1
-3
/
+3
*
[PGO] Make indexed value profile data more compact
Xinliang David Li
2015-11-10
1
-43
/
+14
*
Code style fix (caused by wrongly default clang-format style) (NFC)
Xinliang David Li
2015-11-06
1
-5
/
+9
*
[PGO] Value profiling (index format) code cleanup and testing
Xinliang David Li
2015-11-02
1
-48
/
+30
*
Minor Instr PGO code restructuring
Xinliang David Li
2015-10-18
1
-5
/
+15
*
InstrProf: Support for value profiling in the indexed profile format
Justin Bogner
2015-09-29
1
-34
/
+114
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-18
1
-3
/
+28
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-27
/
+3
*
Re-apply "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-17
1
-3
/
+27
*
Revert "InstrProf: Add unit tests for the profile reader and writer"
Justin Bogner
2015-02-16
1
-27
/
+3
*
InstrProf: Add unit tests for the profile reader and writer
Justin Bogner
2015-02-16
1
-3
/
+27
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-2
/
+1
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+0
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
1
-24
/
+33
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-3
/
+4
*
ProfileData: Avoid unnecessary copies of CounterData
Justin Bogner
2014-04-23
1
-6
/
+6
*
ProfileData: Remove an extra semicolon
Justin Bogner
2014-04-19
1
-1
/
+1
*
OnDiskHashTable: Audit types and use offset_type consistently
Justin Bogner
2014-04-19
1
-4
/
+4
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
1
-11
/
+77
*
ProfileData: Avoid brace initialization, windows doesn't like it
Justin Bogner
2014-03-21
1
-1
/
+3
[next]