summaryrefslogtreecommitdiff
path: root/lib/ProfileData
Commit message (Expand)AuthorAge
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Remove unused and odd code.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Use an enum class.Rafael Espindola2014-06-03
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-16
* Fixing a cast-qual warning. getBufferStart() and getBufferEnd() both return a...Aaron Ballman2014-05-01
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* ProfileData: Avoid unnecessary copies of CounterDataJustin Bogner2014-04-23
* ProfileData: Remove an extra semicolonJustin Bogner2014-04-19
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* ProfileData: Don't forward declare ComputeHash and make it static inlineJustin Bogner2014-04-18
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* InstrProf: Silence spurious warnings in GCC 4.8Duncan P. N. Exon Smith2014-03-24
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-23
* [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.NAKAMURA Takumi2014-03-23
* InstrProf: Move constructor to the headerDuncan P. N. Exon Smith2014-03-21
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-21
* InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith2014-03-21
* InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith2014-03-21
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-21
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-21
* ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner2014-03-21
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21