summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Revert "test commit"Wenlei He2019-08-111-2/+0
* test commitWenlei He2019-08-111-0/+2
* GCOV: Move GCOV from IR & Support into ProfileData to fix layeringDavid Blaikie2017-11-031-0/+1
* Move ProfileSummary to IR.Easwaran Raman2016-05-191-1/+1
* Move coverage related code into a separate library.Easwaran Raman2016-04-291-3/+2
* Refactor profile summary support code. NFC.Easwaran Raman2016-02-041-0/+1
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-161-0/+3
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* Add profile writing capabilities for sampling profiles.Diego Novillo2014-10-301-0/+2
* Re-factor sample profile reader into lib/ProfileData.Diego Novillo2014-09-091-0/+1
* Add code coverage mapping data, reader, and writer.Alex Lorenz2014-07-241-0/+3
* [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.NAKAMURA Takumi2014-03-231-4/+1
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-211-0/+1
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-0/+7
OpenPOWER on IntegriCloud