[Orc] Add TransformUtils to Orc's dependency list.
[oota-llvm.git] / lib / ProfileData /
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-14 Justin Bognerllvm-cov: Sink some reporting logic into CoverageMapping
2014-11-03 Diego NovilloUse ErrorOr for the ::create factory on instrumented...
2014-11-01 Diego NovilloAdd show and merge tools for sample PGO profiles.
2014-10-31 Lang Hames[Object] Modify OwningBinary's interface to separate...
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-10-02 Justin BognerInstrProf: Avoid linear search in a hot loop
2014-10-02 Justin BognerReapply "InstrProf: Don't keep a large sparse list...
2014-10-02 Justin BognerRevert "InstrProf: Don't keep a large sparse list aroun...
2014-10-02 Justin BognerInstrProf: Don't keep a large sparse list around just...
2014-10-02 Justin BognerInstrProf: Simplify counting a file's regions when...
2014-09-30 Alex Lorenzllvm-cov: Use the number of executed functions for...
2014-09-25 Justin Bognerllvm-cov: Combine segments that cover the same location
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-09-19 Chris BienemanConverting InstrProf's error_category to a ManagedStati...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-12 Justin Bognerllvm-profdata: Avoid undefined behaviour when reading...
2014-09-09 NAKAMURA TakumiLLVMProfileData: Update LLVMBuild.txt corresponding...
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-09-08 Justin Bognerllvm-cov: Try to appease MSVC after r217404
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
2014-09-03 Benjamin KramerMake some helpers static or move into the llvm namespace.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-21 Alex LorenzCoverage Mapping: add function's hash to coverage funct...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Alex LorenzCoverage: add HasCodeBefore flag to a mapping region.
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-29 Justin Bognerllvm-profdata: Clean up and reorganize some tests
2014-07-29 Alex LorenzCoverage: improve efficiency of the counter propagation...
2014-07-29 Alex LorenzCoverage: fix the missing output stream in recursive...
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-25 Ehsan AkhgariFix a warning in CoverageMappingReader.cpp
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-03 Rafael EspindolaUse an enum class.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-01 Aaron BallmanFixing a cast-qual warning. getBufferStart() and getBuf...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
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...