index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ProfileData
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-cov: Only combine segments if they overlap exactly
Justin Bogner
2015-01-24
1
-2
/
+8
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
5
-7
/
+4
*
llvm-cov: Sink some reporting logic into CoverageMapping
Justin Bogner
2014-11-14
1
-1
/
+9
*
Use ErrorOr for the ::create factory on instrumented and sample profilers.
Diego Novillo
2014-11-03
3
-28
/
+39
*
Add show and merge tools for sample PGO profiles.
Diego Novillo
2014-11-01
3
-57
/
+57
*
[Object] Modify OwningBinary's interface to separate inspection from ownership.
Lang Hames
2014-10-31
1
-1
/
+1
*
Add profile writing capabilities for sampling profiles.
Diego Novillo
2014-10-30
4
-38
/
+373
*
Reduce double set lookups. NFC.
Benjamin Kramer
2014-10-10
1
-2
/
+2
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-1
/
+2
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
2
-2
/
+1
*
InstrProf: Avoid linear search in a hot loop
Justin Bogner
2014-10-02
1
-5
/
+6
*
Reapply "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-24
/
+43
*
Revert "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
2014-10-02
1
-38
/
+24
*
InstrProf: Don't keep a large sparse list around just to zero it
Justin Bogner
2014-10-02
1
-24
/
+38
*
InstrProf: Simplify counting a file's regions when writing coverage (NFC)
Justin Bogner
2014-10-02
1
-34
/
+24
*
llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
2014-09-30
1
-1
/
+3
*
llvm-cov: Combine segments that cover the same location
Justin Bogner
2014-09-25
1
-4
/
+18
*
llvm-cov: Allow creating CoverageMappings from filenames
Justin Bogner
2014-09-20
1
-0
/
+14
*
llvm-cov: Disentangle the coverage data logic from the display (NFC)
Justin Bogner
2014-09-20
1
-0
/
+275
*
llvm-cov: Move some reader debug output out of the tool.
Justin Bogner
2014-09-20
1
-0
/
+15
*
Converting InstrProf's error_category to a ManagedStatic to avoid static cons...
Chris Bieneman
2014-09-19
1
-2
/
+4
*
LineIterator: Provide a variant that keeps blank lines
Justin Bogner
2014-09-17
1
-1
/
+1
*
llvm-profdata: Avoid undefined behaviour when reading raw profiles
Justin Bogner
2014-09-12
1
-0
/
+3
*
LLVMProfileData: Update LLVMBuild.txt corresponding to r217437.
NAKAMURA Takumi
2014-09-09
1
-1
/
+1
*
Re-factor sample profile reader into lib/ProfileData.
Diego Novillo
2014-09-09
2
-0
/
+239
*
llvm-cov: Try to appease MSVC after r217404
Justin Bogner
2014-09-08
1
-2
/
+2
*
llvm-cov: Use ErrorOr rather than an error_code* (NFC)
Justin Bogner
2014-09-08
1
-24
/
+17
*
Make some helpers static or move into the llvm namespace.
Benjamin Kramer
2014-09-03
1
-1
/
+2
*
llvm-cov: add code coverage tool that's based on coverage mapping format and ...
Alex Lorenz
2014-08-22
1
-26
/
+71
*
Coverage Mapping: add function's hash to coverage function records.
Alex Lorenz
2014-08-21
1
-2
/
+4
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-5
/
+8
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Coverage: add HasCodeBefore flag to a mapping region.
Alex Lorenz
2014-08-04
2
-7
/
+15
*
InstrProf: Allow multiple functions with the same name
Justin Bogner
2014-08-01
3
-40
/
+82
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
llvm-profdata: Clean up and reorganize some tests
Justin Bogner
2014-07-29
1
-2
/
+2
*
Coverage: improve efficiency of the counter propagation to the expansion regi...
Alex Lorenz
2014-07-29
1
-8
/
+12
*
Coverage: fix the missing output stream in recursive call to CoverageMappingC...
Alex Lorenz
2014-07-29
1
-2
/
+2
*
coverage: remove empty mapping regions
Alex Lorenz
2014-07-25
2
-8
/
+0
*
Fix a warning in CoverageMappingReader.cpp
Ehsan Akhgari
2014-07-25
1
-1
/
+1
*
Add code coverage mapping data, reader, and writer.
Alex Lorenz
2014-07-24
3
-0
/
+828
*
Add code coverage mapping data, reader, and writer.
Alex Lorenz
2014-07-24
2
-1
/
+4
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-1
/
+4
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-1
/
+1
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-6
/
+0
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-19
/
+22
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
2
-3
/
+5
*
Don't import error_category into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+2
*
Don't import error_condition into the llvm namespace.
Rafael Espindola
2014-06-12
1
-2
/
+3
[next]