summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-profdata] Improve error messaging when merging mismatched profile dataNathan Slingerland2015-11-171-3/+3
* Fix unaligned memory read issue exposed by ubsanXinliang David Li2015-11-171-10/+10
* [llvm-profdata] Add check for text profile formats and improve error reportin...Nathan Slingerland2015-11-131-5/+7
* reverting r252916 to investigate test failureNathan Slingerland2015-11-121-7/+5
* [llvm-profdata] Add check for text profile formats and improve error reportingNathan Slingerland2015-11-121-5/+7
* unique_ptrify the AllocValueProfData helper function introduced in r252783David Blaikie2015-11-111-6/+5
* Refactoring and fix another instance of asan errorXinliang David Li2015-11-111-5/+10
* Silencing a signed vs unsigned type mismatch warning.Aaron Ballman2015-11-111-1/+1
* Fix asan warning (NFC)Xinliang David Li2015-11-101-2/+3
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-0/+228
* [PGO] Instr func name var creation code refactoringXinliang David Li2015-11-091-0/+66
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-0/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* InstrProf: Give coverage its own errors instead of piggy backing on instrprofJustin Bogner2015-05-061-4/+4
* Converting InstrProf's error_category to a ManagedStatic to avoid static cons...Chris Bieneman2014-09-191-2/+4
* Remove unused and odd code.Rafael Espindola2014-06-131-6/+0
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-2/+3
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* Use an enum class.Rafael Espindola2014-06-031-2/+2
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-181-0/+2
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-211-0/+2
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-211-0/+6
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-0/+56
OpenPOWER on IntegriCloud