]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/ProfileData
Debug Info: Prepare DebugLocEntry to handle more than a single value per
[opencl/llvm.git] / lib / ProfileData /
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-23 Justin BognerProfileData: Avoid unnecessary copies of CounterData
2014-04-19 Justin BognerProfileData: Remove an extra semicolon
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Justin BognerProfileData: Don't forward declare ComputeHash and...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-03-24 Duncan P. N. Exon... InstrProf: Silence spurious warnings in GCC 4.8
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-23 NAKAMURA Takumi[CMake] LLVMProfileData: No need to add LINK_LIBS here...
2014-03-21 Duncan P. N. Exon... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N. Exon... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N. Exon... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N. Exon... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Avoid brace initialization, windows doesn...
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...