projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove unused argument. NFC.
[oota-llvm.git]
/
lib
/
ProfileData
/
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2015-02-04
Justin Bogner
InstrProf: Use a stable sort when reading coverage...
tree
|
commitdiff
2015-02-03
Justin Bogner
InstrProf: Make CounterMappingRegions less confusing...
tree
|
commitdiff
2015-02-03
Justin Bogner
InstrProf: Remove CoverageMapping::HasCodeBefore, it...
tree
|
commitdiff
2015-02-03
Justin Bogner
InstrProf: Simplify RawCoverageMappingReader's API...
tree
|
commitdiff
2015-02-03
Justin Bogner
InstrProf: Simplify some logic by using ArrayRef::slice...
tree
|
commitdiff
2015-01-24
Justin Bogner
llvm-cov: Only combine segments if they overlap exactly
tree
|
commitdiff
2015-01-15
Alexander Kornienko
Replace size method call of containers to empty method...
tree
|
commitdiff
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
tree
|
commitdiff
2014-11-14
Justin Bogner
llvm-cov: Sink some reporting logic into CoverageMapping
tree
|
commitdiff
2014-11-03
Diego Novillo
Use ErrorOr for the ::create factory on instrumented...
tree
|
commitdiff
2014-11-01
Diego Novillo
Add show and merge tools for sample PGO profiles.
tree
|
commitdiff
2014-10-31
Lang Hames
[Object] Modify OwningBinary's interface to separate...
tree
|
commitdiff
2014-10-30
Diego Novillo
Add profile writing capabilities for sampling profiles.
tree
|
commitdiff
2014-10-10
Benjamin Kramer
Reduce double set lookups. NFC.
tree
|
commitdiff
2014-10-08
Rafael Espindola
Remove bogus std::error_code returns form SectionRef.
tree
|
commitdiff
2014-10-03
Benjamin Kramer
Eliminate some deep std::vector copies. NFC.
tree
|
commitdiff
2014-10-02
Justin Bogner
InstrProf: Avoid linear search in a hot loop
tree
|
commitdiff
2014-10-02
Justin Bogner
Reapply "InstrProf: Don't keep a large sparse list...
tree
|
commitdiff
2014-10-02
Justin Bogner
Revert "InstrProf: Don't keep a large sparse list aroun...
tree
|
commitdiff
2014-10-02
Justin Bogner
InstrProf: Don't keep a large sparse list around just...
tree
|
commitdiff
2014-10-02
Justin Bogner
InstrProf: Simplify counting a file's regions when...
tree
|
commitdiff
2014-09-30
Alex Lorenz
llvm-cov: Use the number of executed functions for...
tree
|
commitdiff
2014-09-25
Justin Bogner
llvm-cov: Combine segments that cover the same location
tree
|
commitdiff
2014-09-20
Justin Bogner
llvm-cov: Allow creating CoverageMappings from filenames
tree
|
commitdiff
2014-09-20
Justin Bogner
llvm-cov: Disentangle the coverage data logic from...
tree
|
commitdiff
2014-09-20
Justin Bogner
llvm-cov: Move some reader debug output out of the...
tree
|
commitdiff
2014-09-19
Chris Bieneman
Converting InstrProf's error_category to a ManagedStati...
tree
|
commitdiff
2014-09-17
Justin Bogner
LineIterator: Provide a variant that keeps blank lines
tree
|
commitdiff
2014-09-12
Justin Bogner
llvm-profdata: Avoid undefined behaviour when reading...
tree
|
commitdiff
2014-09-09
NAKAMURA Takumi
LLVMProfileData: Update LLVMBuild.txt corresponding...
tree
|
commitdiff
2014-09-09
Diego Novillo
Re-factor sample profile reader into lib/ProfileData.
tree
|
commitdiff
2014-09-08
Justin Bogner
llvm-cov: Try to appease MSVC after r217404
tree
|
commitdiff
2014-09-08
Justin Bogner
llvm-cov: Use ErrorOr rather than an error_code* (NFC)
tree
|
commitdiff
2014-09-03
Benjamin Kramer
Make some helpers static or move into the llvm namespace.
tree
|
commitdiff
2014-08-22
Alex Lorenz
llvm-cov: add code coverage tool that's based on covera...
tree
|
commitdiff
2014-08-21
Alex Lorenz
Coverage Mapping: add function's hash to coverage funct...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-04
Alex Lorenz
Coverage: add HasCodeBefore flag to a mapping region.
tree
|
commitdiff
2014-08-01
Justin Bogner
InstrProf: Allow multiple functions with the same name
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-29
Justin Bogner
llvm-profdata: Clean up and reorganize some tests
tree
|
commitdiff
2014-07-29
Alex Lorenz
Coverage: improve efficiency of the counter propagation...
tree
|
commitdiff
2014-07-29
Alex Lorenz
Coverage: fix the missing output stream in recursive...
tree
|
commitdiff
2014-07-25
Alex Lorenz
coverage: remove empty mapping regions
tree
|
commitdiff
2014-07-25
Ehsan Akhgari
Fix a warning in CoverageMappingReader.cpp
tree
|
commitdiff
2014-07-24
Alex Lorenz
Add code coverage mapping data, reader, and writer.
tree
|
commitdiff
2014-07-24
Alex Lorenz
Add code coverage mapping data, reader, and writer.
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove unused and odd code.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_category into the llvm namespace.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_condition into the llvm namespace.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-10
Rafael Espindola
Mark a few functions noexcept.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Use an enum class.
tree
|
commitdiff
2014-05-31
Rafael Espindola
There is no std::errc::success, remove the llvm one.
tree
|
commitdiff
2014-05-16
Justin Bogner
ProfileData: Allow multiple profiles in RawInstrProfReader
tree
|
commitdiff
2014-05-01
Aaron Ballman
Fixing a cast-qual warning. getBufferStart() and getBuf...
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-29
Craig Topper
[C++11] Add 'override' keywords and remove 'virtual...
tree
|
commitdiff
2014-04-25
Justin Bogner
ProfileData: Treat missing function counts as malformed
tree
|
commitdiff
2014-04-23
Justin Bogner
ProfileData: Avoid unnecessary copies of CounterData
tree
|
commitdiff
2014-04-19
Justin Bogner
ProfileData: Remove an extra semicolon
tree
|
commitdiff
2014-04-19
Justin Bogner
OnDiskHashTable: Audit types and use offset_type consis...
tree
|
commitdiff
2014-04-18
Justin Bogner
ProfileData: Don't forward declare ComputeHash and...
tree
|
commitdiff
2014-04-18
Justin Bogner
ProfileData: Add support for the indexed instrprof...
tree
|
commitdiff
2014-03-24
Duncan P. N. Exon...
InstrProf: Silence spurious warnings in GCC 4.8
tree
|
commitdiff
2014-03-23
Duncan P. N. Exon...
InstrProf: Check pointer size in raw profile
tree
|
commitdiff
2014-03-23
NAKAMURA Takumi
[CMake] LLVMProfileData: No need to add LINK_LIBS here...
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Move constructor to the header
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Change magic number to have non-text characters
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Use move semantics with unique_ptr
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Detect magic numbers in a more scalable way
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Actually detect bad headers
tree
|
commitdiff
2014-03-21
Duncan P. N. Exon...
InstrProf: Read raw binary profile in llvm-profdata
tree
|
commitdiff
2014-03-21
Justin Bogner
ProfileData: Avoid brace initialization, windows doesn...
tree
|
commitdiff
2014-03-21
Justin Bogner
ProfileData: Introduce InstrProfWriter using the naive...
tree
|
commitdiff
2014-03-21
Justin Bogner
ProfileData: Introduce the InstrProfReader interface...
tree
|
commitdiff