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
/
test
/
tools
/
llvm-profdata
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PGO] fix a bug in profile summary computation
Xinliang David Li
2016-01-16
1
-13
/
+13
*
Display detailed profile summary in llvm-profdata tool.
Easwaran Raman
2016-01-13
1
-0
/
+20
*
[PGO] Ensure vp data in indexed profile always sorted
Xinliang David Li
2016-01-08
1
-2
/
+8
*
Fix a bug in test case -- duplicate entries
Xinliang David Li
2015-12-20
1
-21
/
+0
*
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2015-12-16
5
-20
/
+73
*
Test cleanup -- remove duplicate run lines
Xinliang David Li
2015-12-15
1
-4
/
+0
*
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
2015-12-15
7
-1
/
+142
*
[PGO] Value profiling text format reader/writer support
Xinliang David Li
2015-12-14
5
-0
/
+180
*
[PGO] Revert r255365: solution incomplete, not handling lambda yet
Xinliang David Li
2015-12-11
2
-7
/
+0
*
[PGO] Stop using invalid char in instr variable names.
Xinliang David Li
2015-12-11
2
-0
/
+7
*
Revert "[llvm-profdata] Add support for weighted merge of profile data"
Nathan Slingerland
2015-12-04
6
-114
/
+0
*
[llvm-profdata] Add support for weighted merge of profile data
Nathan Slingerland
2015-12-04
6
-0
/
+114
*
[PGO] Add v2 format compatibility test
Xinliang David Li
2015-12-03
2
-0
/
+20
*
[llvm-profdata] Change instr prof counter overflow to saturate rather than di...
Nathan Slingerland
2015-12-02
1
-4
/
+12
*
[PGO] Add --text option for llvm-profdata show|merge commands
Xinliang David Li
2015-11-23
2
-0
/
+61
*
SamplePGO - Sort samples by source location when emitting as text.
Diego Novillo
2015-11-19
2
-2
/
+2
*
[PGO] Value profiling support
Betul Buyukkurt
2015-11-18
7
-25
/
+64
*
[llvm-profdata] Improve error messaging when merging mismatched profile data
Nathan Slingerland
2015-11-17
1
-1
/
+2
*
SamplePGO - Add dump routines for LineLocation, SampleRecord and FunctionSamples
Diego Novillo
2015-11-13
3
-12
/
+12
*
llvm/test/tools/llvm-profdata/text-format-errors.test: Use prepared version o...
NAKAMURA Takumi
2015-11-13
2
-2
/
+2
*
[llvm-profdata] Add check for text profile formats and improve error reportin...
Nathan Slingerland
2015-11-13
3
-4
/
+19
*
reverting r252916 to investigate test failure
Nathan Slingerland
2015-11-12
3
-19
/
+4
*
[llvm-profdata] Add check for text profile formats and improve error reporting
Nathan Slingerland
2015-11-12
3
-4
/
+19
*
Add inline stack streaming to binary sample profiles.
Diego Novillo
2015-10-09
2
-0
/
+50
*
Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
2
-0
/
+29
*
Revert "Handle inline stacks in gcov-encoded sample profiles."
Diego Novillo
2015-10-08
2
-24
/
+0
*
Handle inline stacks in gcov-encoded sample profiles.
Diego Novillo
2015-10-08
2
-0
/
+24
*
http://reviews.llvm.org/D13145
Dehao Chen
2015-09-30
1
-9
/
+9
*
InstrProf: Give coverage its own errors instead of piggy backing on instrprof
Justin Bogner
2015-05-06
1
-1
/
+1
*
InstrProf: Allow hexadecimal function hashes in proftext format
Justin Bogner
2015-03-09
1
-2
/
+10
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
2
-0
/
+42
*
llvm-profdata: Avoid undefined behaviour when reading raw profiles
Justin Bogner
2014-09-12
1
-2
/
+0
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
3
-2
/
+69
*
llvm-profdata: Replace redundant tests with more targeted ones
Justin Bogner
2014-08-01
5
-55
/
+56
*
llvm-profdata: Add a test for mismatched numbers of counters
Justin Bogner
2014-07-30
1
-0
/
+40
*
llvm-profdata: Use consistent file suffixes in tests
Justin Bogner
2014-07-30
19
-23
/
+23
*
llvm-profdata: Clean up and reorganize some tests
Justin Bogner
2014-07-29
6
-10
/
+32
*
ProfileData: Allow multiple profiles in RawInstrProfReader
Justin Bogner
2014-05-16
1
-0
/
+64
*
ProfileData: Treat missing function counts as malformed
Justin Bogner
2014-04-25
2
-0
/
+6
*
llvm-profdata: Avoid writing to /dev/null in tests
Justin Bogner
2014-04-18
1
-10
/
+4
*
test: Add extra run lines to investigate an error on the bots
Justin Bogner
2014-04-18
1
-0
/
+6
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
2
-11
/
+20
*
llvm-profdata: Check for bad data in the show command
Justin Bogner
2014-03-23
1
-0
/
+2
*
InstrProf: Check pointer size in raw profile
Duncan P. N. Exon Smith
2014-03-23
4
-0
/
+168
*
llvm-profdata: Don't pipe stderr into show for the tests
Justin Bogner
2014-03-22
1
-9
/
+9
*
InstrProf: Cleanup binary profdata testcase
Duncan P. N. Exon Smith
2014-03-21
4
-165
/
+24
*
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
2014-03-21
2
-2
/
+2
*
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
2014-03-21
1
-0
/
+6
*
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
2014-03-21
3
-0
/
+165
*
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
2014-03-21
2
-45
/
+72
[next]