summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li2015-11-171-3/+3
* [PGO] Make indexed value profile data more compactXinliang David Li2015-11-101-43/+14
* Code style fix (caused by wrongly default clang-format style) (NFC)Xinliang David Li2015-11-061-5/+9
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-48/+30
* Minor Instr PGO code restructuringXinliang David Li2015-10-181-5/+15
* InstrProf: Support for value profiling in the indexed profile formatJustin Bogner2015-09-291-34/+114
* 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
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-181-3/+28
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-27/+3
* Re-apply "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-171-3/+27
* Revert "InstrProf: Add unit tests for the profile reader and writer"Justin Bogner2015-02-161-27/+3
* InstrProf: Add unit tests for the profile reader and writerJustin Bogner2015-02-161-3/+27
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Eliminate some deep std::vector copies. NFC.Benjamin Kramer2014-10-031-1/+0
* InstrProf: Allow multiple functions with the same nameJustin Bogner2014-08-011-24/+33
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-3/+4
* ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner2014-04-231-6/+6
* ProfileData: Remove an extra semicolonJustin Bogner2014-04-191-1/+1
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-191-4/+4
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-181-11/+77
* ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner2014-03-211-1/+3
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-211-0/+58
OpenPOWER on IntegriCloud