[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / ProfileData /
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-14 David BlaikieRemove some unused includes
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-10 Xinliang David Li[PGO] Make indexed value profile data more compact
2015-11-09 Xinliang David Li[PGO] Instr func name var creation code refactoring
2015-11-06 Xinliang David LiCode style fix (caused by wrongly default clang-format...
2015-11-05 Xinliang David LiFix a bug exposed by uses in CFE
2015-11-05 Xinliang David Li[PGO] Use template file to define runtime structures
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-02 Craig TopperFix a -Wpessimizing-move warning.
2015-11-02 Xinliang David Li[PGO] Value profiling (index format) code cleanup and...
2015-10-28 Xinliang David Li[PGO] RawProf Reader code cleanup
2015-10-28 Xinliang David Li[PGO] Indexed Prof Reader refactoring (NFC)
2015-10-23 Xinliang David LiAdd more intrumentation/runtime helper interfaces ...
2015-10-22 Xinliang David LiMinor bug fix in Profile Name Prefix interface
2015-10-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-10-16 Xinliang David LiInstroduce a template file to define InstrPGO core...
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
2015-10-16 Diego NovilloSample Profiling - Remove useless asserts. NFC.
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-14 Diego NovilloSample profiles - Add documentation for binary profile...
2015-10-13 Diego NovilloSample profile reader - remove dead code. NFC.
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-09 Diego NovilloRemove unused function in sample profile writer API...
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-05 Diego NovilloRemove AutoFDO profile handling for GCC's LIPO. NFC.
2015-10-01 Dehao ChenUpdate sample profile propagation algorithm.
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Justin BognerInstrProf: Add a missing const_cast from r248833
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-29 Dehao Chenhttp://reviews.llvm.org/D13231
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-08-08 Benjamin KramerFix some comment typos.
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-05-12 Diego NovilloTidy comments in SampleProfile header. NFC.
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-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-02 Benjamin KramerAdd another missing header that used to be included...
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-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 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-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
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-01-24 Justin BognerInstrProf: Add operator!= to coverage counters
2015-01-23 Justin BognerInstrProf: debug dumps should go to dbgs(), not outs()
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-30 Diego NovilloFix comment spelling and tidy diagnostic call in profil...
2014-10-30 Diego NovilloAdd profile writing capabilities for sampling profiles.
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-01 Justin BognerInstrProf: Make coverage::Counter comparable
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-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-15 Justin Bognerllvm-cov: Simplify CounterMappingRegion, pushing logic...
2014-09-12 Justin Bognerllvm-cov: Move FunctionCoverageMapping into CoverageMap...
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-09-09 Justin Bognerllvm-cov: Combine two types that were nearly identical...
2014-09-09 Justin Bognerllvm-cov: Rename MappingRegion to coverage::CountedRegi...
2014-09-08 Justin Bognerllvm-cov: Use ErrorOr rather than an error_code* (NFC)
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-29 Justin BognerProfileData: Don't redundantly default initialize a...
2014-07-25 Alex Lorenzcoverage: remove empty mapping regions
2014-07-24 Alex LorenzAdd code coverage mapping data, reader, and writer.
2014-06-18 Justin BognerProfileData: Fix copy-paste type in RawInstrProfReader
next