[PATCH] LLVM changes for indirect call target profiling support

Xinliang David Li davidxl at google.com
Wed May 13 11:23:07 PDT 2015


thanks.  I will review the new patch soon.

David

On Tue, May 12, 2015 at 2:16 PM, Betul Buyukkurt <betulb at codeaurora.org> wrote:
> Addressed review comments. Changed the reader/writer implementations to support reading in value profiling data for multiple value kinds.
>
>
> http://reviews.llvm.org/D8908
>
> Files:
>   docs/LangRef.rst
>   include/llvm/IR/IntrinsicInst.h
>   include/llvm/IR/Intrinsics.td
>   include/llvm/ProfileData/InstrProf.h
>   include/llvm/ProfileData/InstrProfReader.h
>   include/llvm/ProfileData/InstrProfRecord.h
>   include/llvm/ProfileData/InstrProfWriter.h
>   lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
>   lib/ProfileData/InstrProfIndexed.h
>   lib/ProfileData/InstrProfReader.cpp
>   lib/ProfileData/InstrProfWriter.cpp
>   lib/Transforms/Instrumentation/InstrProfiling.cpp
>   test/Instrumentation/InstrProfiling/linkage.ll
>   test/Instrumentation/InstrProfiling/platform.ll
>   test/Instrumentation/InstrProfiling/profiling.ll
>   tools/llvm-profdata/llvm-profdata.cpp
>   unittests/ProfileData/CoverageMappingTest.cpp
>   unittests/ProfileData/InstrProfTest.cpp
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/



More information about the llvm-commits mailing list