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
/
unittests
/
ProfileData
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-25
/
+0
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-0
/
+25
*
[SampleFDO] Add profile remapping support for profile on-demand loading used
Wei Mi
2019-10-18
1
-30
/
+53
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
1
-8
/
+28
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-0
/
+14
*
[ADT] Make StringRef(const char*) constexpr
Benjamin Kramer
2019-08-26
1
-1
/
+0
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
1
-0
/
+8
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-3
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[Profile] Support raw/indexed profiles larger than 4GB
Vedant Kumar
2019-07-09
1
-0
/
+21
*
[SampleFDO] add suffix elision control for fcn names
Than McIntosh
2019-03-14
1
-0
/
+145
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
2
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
3
-12
/
+9
*
Fix gcc7 -Wdangling-else warning. NFCI.
Simon Pilgrim
2018-12-20
1
-2
/
+4
*
Fix use-after-free with profile remapping.
Richard Smith
2018-12-19
1
-0
/
+4
*
Support for remapping profile data when symbols change, for sample-based
Richard Smith
2018-10-10
1
-19
/
+40
*
Support for remapping profile data when symbols change, for
Richard Smith
2018-10-10
1
-2
/
+42
*
Use createTemporaryFile in SampleProfTest
Alexander Kornienko
2018-09-17
1
-3
/
+5
*
Fix filesystem race issue in SampleProfTest introduced in rL342283.
Wei Mi
2018-09-15
1
-11
/
+9
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
1
-6
/
+14
*
[NFC] Change sample profile format enum name SPF_Raw_Binary to SPF_Binary.
Wei Mi
2018-06-12
1
-1
/
+1
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-9
/
+26
*
[Coverage] Take filenames into account when loading function records.
Max Moroz
2018-05-08
1
-1
/
+18
*
[unittests] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-07
1
-5
/
+5
*
Revert "Revert "[InstrProf] Support for external functions in text format.""
Mircea Trofin
2018-03-22
1
-3
/
+0
*
Revert "[InstrProf] Support for external functions in text format."
Benjamin Kramer
2018-03-22
1
-0
/
+3
*
[InstrProf] Encapsulates access to AddrToMD5Map.
Mircea Trofin
2018-03-21
1
-1
/
+1
*
[InstrProf] Support for external functions in text format.
Mircea Trofin
2018-03-21
1
-3
/
+0
*
[SampleFDO] Extend SampleProfReader to handle demangled names.
Wei Mi
2018-03-07
1
-0
/
+8
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-6
/
+0
*
[Coverage] Scan ahead for the most-recent completed count (PR35495)
Vedant Kumar
2017-12-07
1
-7
/
+9
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
[Coverage] Use the most-recent completed region count (PR35437)
Vedant Kumar
2017-11-30
1
-0
/
+26
*
[Coverage] Use the wrapped segment when a line has entry segments
Vedant Kumar
2017-11-09
1
-1
/
+2
*
[Coverage] Simplify r316141. NFC.
Vedant Kumar
2017-10-19
1
-41
/
+6
*
[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.
Vedant Kumar
2017-10-18
1
-0
/
+57
*
CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation]
NAKAMURA Takumi
2017-09-09
1
-6
/
+6
*
[Coverage] Build sorted and unique segments
Vedant Kumar
2017-09-08
1
-3
/
+238
*
[Coverage] Add an API to retrive all instantiations of a function (NFC)
Vedant Kumar
2017-08-02
1
-3
/
+4
*
InstrProf: Fix unit test which accidentally used a duplicate name
Vedant Kumar
2017-07-10
1
-4
/
+1
*
llvm-profdata: Reduce memory usage by using Error callback rather than member
David Blaikie
2017-07-10
2
-97
/
+88
*
ProfData: Fix some unchecked Errors in unit tests
David Blaikie
2017-07-07
3
-124
/
+146
*
Prototype: Reduce llvm-profdata merge memory usage further
David Blaikie
2017-07-06
1
-14
/
+14
*
Simplify InstrProfRecord tests, eliminating named temporaries in favor of bra...
David Blaikie
2017-07-06
2
-107
/
+56
*
Try to appease a buildbot.
Vedant Kumar
2017-06-30
1
-1
/
+2
*
[Coverage] Remove two overloads of CoverageMapping::load. NFC.
Vedant Kumar
2017-06-30
1
-8
/
+9
*
[Coverage] PR33517: Check for failure to load func records
Vedant Kumar
2017-06-20
1
-16
/
+39
*
[ProfileData] PR33517: Check for failure of symtab creation
Vedant Kumar
2017-06-20
1
-5
/
+11
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Fixed warning: must specify at least one argument for '...' parameter.
Galina Kistanova
2017-06-04
2
-2
/
+2
[next]