aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ProfileData/InstrProfWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-03Eliminate some deep std::vector copies. NFC.Benjamin Kramer1-1/+0
2014-08-01InstrProf: Allow multiple functions with the same nameJustin Bogner1-24/+33
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-3/+4
2014-04-23ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner1-6/+6
2014-04-19ProfileData: Remove an extra semicolonJustin Bogner1-1/+1
2014-04-19OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner1-4/+4
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner1-11/+77
2014-03-21ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner1-1/+3
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner1-0/+58