summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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