1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Transforms/SampleProfile
Diego Novillo c53fb25fe1 Sample profiles - Add a name table to the binary encoding.
Binary encoded profiles used to encode all function names inline at
every reference.  This is clearly suboptimal in terms of space.  This
patch fixes this by adding a name table to the header of the file.

llvm-svn: 250241
2015-10-13 22:48:46 +00:00
..
Inputs Sample profiles - Add a name table to the binary encoding. 2015-10-13 22:48:46 +00:00
branch.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
calls.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
discriminator.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
entry_counts.ll DI: Require subprogram definitions to be distinct 2015-08-28 20:26:49 +00:00
fnptr.ll Use fixed-point representation for BranchProbability. 2015-09-25 23:09:59 +00:00
gcc-simple.ll Temporarily fix gcov failures in big-endian hosts. 2015-09-17 19:05:48 +00:00
inline.ll Add unittest for new samle profile format. 2015-09-30 01:05:37 +00:00
propagate.ll Update sample profile propagation algorithm. 2015-10-01 00:26:56 +00:00
syntax.ll llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to 2014-10-30 22:28:46 +00:00