[libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly...
[oota-llvm.git] / lib / ProfileData /
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Justin BognerRe-apply "InstrProf: When reading, copy the data instea...
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-20 Justin BognerRevert "InstrProf: When reading, copy the data instead...
2015-06-20 Justin BognerInstrProf: When reading, copy the data instead of takin...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-05 Justin BognerInstrProf: Fix reading of consecutive 32 bit coverage...
2015-05-13 Justin BognerInstrProf: Treat functions with a coverage map but...
2015-05-07 Justin BognerInstrProf: Simplify looking up sections for coverage...
2015-05-06 Justin BognerInstrProf: Give coverage its own errors instead of...
2015-05-06 Justin BognerInstrProf: Remove a function that just returns its...
2015-05-05 Justin BognerInstrProf: Strip filename prefixes from the names we...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-16 Justin BognerInstrProf: Fix CoverageMappingReader on big endian
2015-03-16 Justin BognerInstrProf: Do a better job of reading coverage mapping...
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-09 Justin BognerInstrProf: Allow hexadecimal function hashes in proftex...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-26 Justin BognerInstrProf: Simplify the construction of BinaryCoverageR...
2015-02-26 Justin BognerInstrProf: Rename ObjectFileCoverageMappingReader to...
2015-02-25 Justin BognerInstrProf: Remove dead code in CoverageMappingReader
2015-02-20 Justin BognerDisallow implicit conversions from None to integer...
2015-02-18 Justin BognerInstrProf: Don't combine expansion regions with code...
2015-02-18 Justin BognerInstrProf: Handle unknown functions if they consist...
2015-02-18 Justin BognerInstrProf: Make CoverageMapping testable and add a...
2015-02-18 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-17 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-17 Justin BognerRe-apply "InstrProf: Add unit tests for the profile...
2015-02-16 Justin BognerRevert "InstrProf: Add unit tests for the profile reade...
2015-02-16 Justin BognerInstrProf: Add unit tests for the profile reader and...
2015-02-16 Justin BognerInstrProf: Use ErrorOr for IndexedInstrProfReader:...
2015-02-12 Benjamin KramerFix accidental bit flip.
2015-02-12 Benjamin KramerCoverageMapping: Bitvectorize code. No functionality...
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-04 Justin BognerInstrProf: Use a stable sort when reading coverage...
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-03 Justin BognerInstrProf: Simplify some logic by using ArrayRef::slice...
2015-01-24 Justin Bognerllvm-cov: Only combine segments if they overlap exactly
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...
next