summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData
Commit message (Expand)AuthorAgeFilesLines
* [PGO] Instr func name var creation code refactoringXinliang David Li2015-11-091-0/+66
* Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li2015-11-062-10/+17
* [PGO] Use template file to define runtime structuresXinliang David Li2015-11-051-6/+9
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-022-75/+58
* [PGO] RawProf Reader code cleanupXinliang David Li2015-10-281-16/+42
* [PGO] Indexed Prof Reader refactoring (NFC)Xinliang David Li2015-10-281-36/+58
* Add helper functions and remove hard coded references to instProf related nam...Xinliang David Li2015-10-221-2/+3
* Tolerate negative offset when matching sample profile.Dehao Chen2015-10-211-1/+11
* Minor Instr PGO code restructuringXinliang David Li2015-10-183-115/+42
* Sample profiles - Re-arrange binary format to emit head samples only on top f...Diego Novillo2015-10-162-18/+24
* Sample Profiles - Adjust integer types. Mostly NFC.Diego Novillo2015-10-152-25/+25
* Sample profiles - Add documentation for binary profile encoding. NFC.Diego Novillo2015-10-141-103/+6
* Sample profile reader - remove dead code. NFC.Diego Novillo2015-10-131-10/+0
* Sample profiles - Add a name table to the binary encoding.Diego Novillo2015-10-133-21/+94
* Fix a couple of comments; NFCXinliang David Li2015-10-131-6/+6
* [ProfileData] Test commit for slingnNathan Slingerland2015-10-111-0/+1
* Add inline stack streaming to binary sample profiles.Diego Novillo2015-10-092-43/+84
* Re-apply r249644: Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-082-47/+88
* Revert "Handle inline stacks in gcov-encoded sample profiles."Diego Novillo2015-10-082-88/+47
* Handle inline stacks in gcov-encoded sample profiles.Diego Novillo2015-10-082-47/+88
* Remove AutoFDO profile handling for GCC's LIPO. NFC.Diego Novillo2015-10-051-22/+0
* InstrProf: Don't call std::unique twice hereJustin Bogner2015-09-301-1/+0
* http://reviews.llvm.org/D13145Dehao Chen2015-09-301-65/+168
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-294-54/+208
* GCC AutoFDO profile reader - Initial support.Diego Novillo2015-09-172-9/+271
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-237-8/+8
* Re-apply "InstrProf: When reading, copy the data instead of taking a referenc...Justin Bogner2015-06-221-47/+65
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-222-4/+4
* Revert "InstrProf: When reading, copy the data instead of taking a reference....Justin Bogner2015-06-201-65/+47
* InstrProf: When reading, copy the data instead of taking a reference. NFCJustin Bogner2015-06-201-47/+65
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-197-8/+8
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Don't use std::errc.Rafael Espindola2015-06-131-2/+3
* InstrProf: Fix reading of consecutive 32 bit coverage mapsJustin Bogner2015-06-051-0/+5
* InstrProf: Treat functions with a coverage map but no profile as unreachedJustin Bogner2015-05-131-2/+3
* InstrProf: Simplify looking up sections for coverage dataJustin Bogner2015-05-071-18/+19
* InstrProf: Give coverage its own errors instead of piggy backing on instrprofJustin Bogner2015-05-063-33/+64
* InstrProf: Remove a function that just returns its argument (NFC)Justin Bogner2015-05-061-20/+20
* InstrProf: Strip filename prefixes from the names we display for coverageJustin Bogner2015-05-051-1/+15
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-232-0/+2
* InstrProf: Fix CoverageMappingReader on big endianJustin Bogner2015-03-161-16/+28
* InstrProf: Do a better job of reading coverage mapping data.Justin Bogner2015-03-161-59/+41
* InstrProf: Teach llvm-cov to handle universal binaries when given -archJustin Bogner2015-03-112-8/+31
* InstrProf: Allow hexadecimal function hashes in proftext formatJustin Bogner2015-03-091-1/+1
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* InstrProf: Simplify the construction of BinaryCoverageReaderJustin Bogner2015-02-262-64/+61
* InstrProf: Rename ObjectFileCoverageMappingReader to BinaryCoverageReaderJustin Bogner2015-02-262-6/+6
* InstrProf: Remove dead code in CoverageMappingReaderJustin Bogner2015-02-251-13/+3
* Disallow implicit conversions from None to integer typesJustin Bogner2015-02-201-2/+6
* InstrProf: Don't combine expansion regions with code regionsJustin Bogner2015-02-181-1/+1
OpenPOWER on IntegriCloud