#
df41bd89 |
| 13-May-2016 |
Vedant Kumar <vsk@apple.com> |
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Transition InstrProf and Coverage over to the stricter Error/Expected interface.
Changes since the initial commit: - Fix error
Retry "[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
Transition InstrProf and Coverage over to the stricter Error/Expected interface.
Changes since the initial commit: - Fix error message printing in llvm-profdata. - Check errors in loadTestingFormat() + annotateAllFunctions(). - Defer error handling in InstrProfIterator to InstrProfReader.
Differential Revision: http://reviews.llvm.org/D19901
llvm-svn: 269491
show more ...
|
#
064535c1 |
| 13-May-2016 |
Vedant Kumar <vsk@apple.com> |
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC"
This reverts commit r269462. It fails two llvm-profdata tests.
llvm-svn: 269466
|
#
ac25219d |
| 13-May-2016 |
Vedant Kumar <vsk@apple.com> |
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Transition InstrProf and Coverage over to the stricter Error/Expected interface.
Differential Revision: http://reviews.llvm.org/D19901
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Transition InstrProf and Coverage over to the stricter Error/Expected interface.
Differential Revision: http://reviews.llvm.org/D19901
llvm-svn: 269462
show more ...
|
#
b4b2c871 |
| 03-May-2016 |
Vedant Kumar <vsk@apple.com> |
[ProfileData] Propagate an error from InstrProfSymtab
CovMapFuncReader::get should propagate up errors from InstrProfSymtab.
This is part of a series of patches to transition ProfileData over to th
[ProfileData] Propagate an error from InstrProfSymtab
CovMapFuncReader::get should propagate up errors from InstrProfSymtab.
This is part of a series of patches to transition ProfileData over to the stricter Error/Expected interface.
llvm-svn: 268428
show more ...
|
#
dc707122 |
| 29-Apr-2016 |
Easwaran Raman <eraman@google.com> |
Move coverage related code into a separate library.
Differential Revision: http://reviews.llvm.org/D19333
llvm-svn: 268089
|