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
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
4
-303
/
+73
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
4
-73
/
+303
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
2
-2
/
+2
*
[profile] Add a mode to continuously sync counter updates to a file
Vedant Kumar
2019-10-31
1
-2
/
+6
*
[SampleFDO] Add profile remapping support for profile on-demand loading used
Wei Mi
2019-10-18
1
-37
/
+83
*
[Alignment][NFC] Move and type functions from MathExtras to Alignment
Guillaume Chatelet
2019-10-14
1
-2
/
+2
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
2
-34
/
+125
*
Fix build errors caused by rL373914.
Wei Mi
2019-10-07
1
-1
/
+2
*
[llvm-profdata] Minor format fix
Wenlei He
2019-10-07
1
-0
/
+1
*
[SampleFDO] Add compression support for any section in ExtBinary profile format
Wei Mi
2019-10-07
3
-83
/
+158
*
[PGO] Fix typos from r359612. NFC.
Rong Xu
2019-10-01
3
-9
/
+9
*
InstrProf - avoid static analyzer dyn_cast<ConstantInt> null dereference warn...
Simon Pilgrim
2019-10-01
1
-4
/
+2
*
Recommit [SampleFDO] Expose an interface to return the size of a section
Wei Mi
2019-09-21
1
-0
/
+30
*
Revert "[SampleFDO] Expose an interface to return the size of a section or th...
Amara Emerson
2019-09-21
1
-30
/
+0
*
[SampleFDO] Expose an interface to return the size of a section or the size
Wei Mi
2019-09-20
1
-0
/
+30
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
[PGO] Change hardcoded thresholds for cold/inlinehint to use summary
Teresa Johnson
2019-09-17
1
-6
/
+6
*
[Coverage] Speed up file-based queries for coverage info, NFC
Vedant Kumar
2019-09-16
1
-2
/
+35
*
[Coverage] Assert that filenames in a TU are unique, NFC
Vedant Kumar
2019-09-16
1
-0
/
+10
*
[InstrProf] Tighten a check for malformed data records in raw profiles
Vedant Kumar
2019-09-03
1
-4
/
+10
*
Fix some errors introduced by rL370563 which were not exposed on my local mac...
Wei Mi
2019-08-31
1
-1
/
+2
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
3
-1
/
+115
*
Ignore object files that lack coverage information.
James Y Knight
2019-08-28
1
-2
/
+21
*
[SampleFDO] Extract the code calling each section reader to readOneSection.
Wei Mi
2019-08-26
1
-20
/
+29
*
[SampleFDO] Add ExtBinary format to support extension of binary profile.
Wei Mi
2019-08-23
2
-29
/
+258
*
[AutoFDO] Make call targets order deterministic for sample profile
Wenlei He
2019-08-20
2
-6
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
5
-20
/
+20
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-4
/
+4
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-4
/
+4
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-4
/
+4
*
[llvm-profdata] Profile dump for compact binary format
Wenlei He
2019-08-13
1
-6
/
+19
*
[ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back...
Wenlei He
2019-08-12
1
-2
/
+0
*
Revert "test commit"
Wenlei He
2019-08-11
1
-2
/
+0
*
test commit
Wenlei He
2019-08-11
1
-0
/
+2
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-3
/
+3
*
[Profile] Support raw/indexed profiles larger than 4GB
Vedant Kumar
2019-07-09
1
-2
/
+2
*
Cleanup: llvm::bsearch -> llvm::partition_point after r364719
Fangrui Song
2019-06-30
1
-6
/
+5
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-3
/
+3
*
[Coverage] Speculative fix for r363325 for an older compiler
Vedant Kumar
2019-06-14
1
-4
/
+4
*
[Coverage] Load code coverage data from archives
Vedant Kumar
2019-06-13
2
-71
/
+136
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-4
/
+9
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-9
/
+4
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-4
/
+9
*
Fix a few -Werror warnings:
Eric Christopher
2019-04-30
1
-4
/
+3
*
[llvm-profdata] Add overlap command to compute similarity b/w two profile files
Rong Xu
2019-04-30
3
-0
/
+283
*
The error message for mismatched value sites is very cryptic.
Dmitry Mikulin
2019-04-23
1
-1
/
+1
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
3
-16
/
+14
*
Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...
Fangrui Song
2019-04-07
2
-8
/
+5
*
[ProfileSummary] Count callsite samples when computing total samples.
Taewook Oh
2019-04-03
1
-4
/
+9
[next]