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
/
Transforms
/
IPO
/
SampleProfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[profile] Fix a crash when -fprofile-remapping-file= triggers an error
Fangrui Song
2019-12-13
1
-1
/
+2
*
[AutoFDO] Statistic for context sensitive profile guided inlining
Wenlei He
2019-12-11
1
-3
/
+40
*
[AutoFDO] Inline replay for cold/small callees from sample profile loader
Wenlei He
2019-12-06
1
-3
/
+35
*
[AutoFDO] Top-down Inlining for specialization with context-sensitive profile
Wenlei He
2019-12-05
1
-9
/
+46
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
1
-3
/
+25
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[SampleFDO] Add profile remapping support for profile on-demand loading used
Wei Mi
2019-10-18
1
-15
/
+4
*
[SampleFDO] Add indexing for function profiles so they can be loaded on demand
Wei Mi
2019-10-09
1
-1
/
+1
*
[SampleFDO] Create a separate flag profile-accurate-for-symsinlist to handle
Wei Mi
2019-09-27
1
-35
/
+58
*
[SampleFDO] Treat names in profile as not cold only when profile symbol list
Wei Mi
2019-09-23
1
-20
/
+25
*
[SampleFDO] Minimize performance impact when profile-sample-accurate
Wei Mi
2019-09-18
1
-20
/
+69
*
Reland "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-11
1
-0
/
+3
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Dmitri Gribenko
2019-09-11
1
-3
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-11
1
-0
/
+3
*
Revert "clang-misexpect: Profile Guided Validation of Performance Annotations...
Petr Hosek
2019-09-10
1
-3
/
+0
*
clang-misexpect: Profile Guided Validation of Performance Annotations in LLVM
Petr Hosek
2019-09-10
1
-0
/
+3
*
[SampleFDO] Add profile symbol list section to discriminate function being
Wei Mi
2019-08-31
1
-3
/
+12
*
[AutoFDO] Make call targets order deterministic for sample profile
Wenlei He
2019-08-20
1
-13
/
+8
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[ThinLTO][AutoFDO] Fix memory corruption due to race condition from thin back...
Wenlei He
2019-08-12
1
-1
/
+74
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
1
-2
/
+3
*
Change some dyn_cast to more apropriate isa. NFC
Fangrui Song
2019-04-05
1
-1
/
+1
*
[SampleProfile] Repeat indirect call promotion only when the target is actual...
Taewook Oh
2019-04-02
1
-0
/
+3
*
[PGO] Context sensitive PGO (part 2)
Rong Xu
2019-02-28
1
-2
/
+3
*
Fix narrowing issue from r353129
Richard Trieu
2019-02-05
1
-1
/
+2
*
[SamplePGO][NFC] Minor improvement to replace a temporary vector with a
Wei Mi
2019-02-05
1
-3
/
+2
*
Update entry count for cold calls
David Callahan
2019-01-24
1
-2
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
We can improve the performance (generally) by memo-izing the action to map a ...
David Callahan
2019-01-15
1
-2
/
+7
*
Ignore PhiNodes when mapping sample profile data
David Callahan
2019-01-14
1
-3
/
+3
*
Revert "Merge branch 'arcpatch-D55094'"
David Callahan
2019-01-14
1
-3
/
+3
*
Merge branch 'arcpatch-D55094'
David Callahan
2019-01-14
1
-3
/
+3
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
1
-4
/
+18
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Add a flag to remap manglings when reading profile data information.
Richard Smith
2018-10-10
1
-10
/
+38
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-14
/
+12
*
[SampleFDO] Add FunctionOffsetTable in compact binary format profile.
Wei Mi
2018-09-14
1
-0
/
+1
*
[SampleFDO] Make sample profile loader unaware of compact format change.
Wei Mi
2018-09-06
1
-13
/
+10
*
[SampleFDO] Add an option to turn on/off warning about samples unused.
Wei Mi
2018-06-25
1
-0
/
+8
*
[SampleFDO] Add a new compact binary format for sample profile.
Wei Mi
2018-06-11
1
-3
/
+10
*
[Dominators] Add PDT constructor from Function
Jakub Kuderski
2018-05-23
1
-3
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-34
/
+35
*
[SampleFDO] Don't treat warm callsite with inline instance in the profile as ...
Wei Mi
2018-05-10
1
-50
/
+51
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-33
/
+33
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-11
/
+11
*
Move SampleProfile.h into IPO along with the rest of the IPO pass headers
David Blaikie
2018-03-22
1
-1
/
+1
*
[SampleProf] NFC. Expose reusable functionality in SampleProfile.
Mircea Trofin
2018-02-22
1
-29
/
+9
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-3
/
+5
*
Add a pass to generate synthetic function entry counts.
Easwaran Raman
2018-01-09
1
-1
/
+1
[next]