[X86] Remove a 'break' after an llvm_unreachable.
[oota-llvm.git] / lib / ProfileData /
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-22 Xinliang David LiAdd helper functions and remove hard coded references...
2015-10-21 Dehao ChenTolerate negative offset when matching sample profile.
2015-10-18 Xinliang David LiMinor Instr PGO code restructuring
2015-10-16 Diego NovilloSample profiles - Re-arrange binary format to emit...
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-13 Xinliang David LiFix a couple of comments; NFC
2015-10-11 Nathan Slingerland[ProfileData] Test commit for slingn
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-09-30 Justin BognerInstrProf: Don't call std::unique twice here
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Justin BognerInstrProf: Support for value profiling in the indexed...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
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.
next