Handle inline stacks in gcov-encoded sample profiles.
[oota-llvm.git] / lib / ProfileData / SampleProfReader.cpp
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-05 Diego NovilloRemove AutoFDO profile handling for GCC's LIPO. NFC.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.