llvm-6502/lib
Diego Novillo 9657de5f22 Add show and merge tools for sample PGO profiles.
Summary:
This patch extends the 'show' and 'merge' commands in llvm-profdata to handle
sample PGO formats. Using the 'merge' command it is now possible to convert
one sample PGO format to another.

The only format that is currently not working is 'gcc'. I still need to
implement support for it in lib/ProfileData.

The changes in the sample profile support classes are needed for the
merge operation.

Reviewers: bogner

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6065

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221032 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-01 00:56:55 +00:00
..
Analysis IR: MDNode => Value: Instruction::getMetadata() 2014-11-01 00:10:31 +00:00
AsmParser
Bitcode
CodeGen Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid having to cast from DwarfUnit* on every call. 2014-11-01 00:50:34 +00:00
DebugInfo
ExecutionEngine
IR IR: MDNode => Value: Instruction::getAllMetadata() 2014-11-01 00:26:42 +00:00
IRReader
LineEditor
Linker
LTO
MC
Object
Option
ProfileData Add show and merge tools for sample PGO profiles. 2014-11-01 00:56:55 +00:00
Support
TableGen
Target Temporarily revert r220777 to sort out build bot breakage. 2014-11-01 00:26:59 +00:00
Transforms IR: MDNode => Value: Instruction::getAllMetadata() 2014-11-01 00:26:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile