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
/
PartialInlining.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fix trivial typos in comments
James Henderson
2020-01-06
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CodeExtractor] Factor out and reuse shrinkwrap analysis
Vedant Kumar
2019-10-08
1
-2
/
+6
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
1
-6
/
+7
*
[Inliner] Pass nullptr for the ORE param of getInlineCost if RemarkEnabled
Wei Mi
2019-02-21
1
-2
/
+6
*
[NFC] Avoid passing blocks vector to the OutlineRegionInfo constructor by value.
Sergey Dmitriev
2019-02-08
1
-4
/
+3
*
[CodeExtractor] Update function's assumption cache after extracting blocks fr...
Sergey Dmitriev
2019-02-08
1
-13
/
+33
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-6
/
+2
*
[PartialInliner] Make PHIs free in cost computation.
Florian Hahn
2018-11-27
1
-10
/
+9
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-1
/
+1
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-2
/
+2
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-2
/
+2
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[Partial Inlining] Fix small bug in detecting if we did something
Graham Yiu
2018-08-03
1
-3
/
+1
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-8
/
+3
*
[PartialInlining] Fix Crash from holding a reference to a destructed ORE.
Sean Fertile
2018-04-20
1
-37
/
+20
*
[PartialInlining] Use isInlineViable to detect constructs preventing inlining.
Florian Hahn
2018-03-10
1
-3
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-19
1
-1
/
+1
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-2
/
+4
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-4
/
+4
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Removed unused DominanceFrontier
Matt Arsenault
2017-12-18
1
-3
/
+0
*
- Removed unused lamba (IsReturnBlock) causing build bots to fail for r319398
Graham Yiu
2017-11-30
1
-7
/
+1
*
With PGO information, we can do more aggressive outlining of cold regions in ...
Graham Yiu
2017-11-30
1
-88
/
+579
*
[PartialInliner] Inline vararg functions that forward varargs.
Florian Hahn
2017-11-13
1
-3
/
+9
*
[PartialInliner] Skip call sites where inlining fails.
Florian Hahn
2017-11-03
1
-7
/
+9
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-22
/
+37
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-10
1
-15
/
+46
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+1
*
[PartialInlining] Formatting. NFC.
Chad Rosier
2017-08-24
1
-1
/
+1
*
[PartialInlining] Type. NFC.
Chad Rosier
2017-08-24
1
-1
/
+1
*
[InlineCost] Add cl::opt to allow full inline cost to be computed for debuggi...
Haicheng Wu
2017-08-21
1
-1
/
+1
*
Fix function name /NFC
Xinliang David Li
2017-06-16
1
-3
/
+3
*
[PartialInlining] Code Refactoring
Xinliang David Li
2017-06-15
1
-191
/
+223
*
Fix debug build test failure
Xinliang David Li
2017-06-02
1
-2
/
+3
*
[PartialInlining] Minor cost anaysis tuning
Xinliang David Li
2017-06-02
1
-9
/
+56
*
[PartialInlining] Reduce outlining overhead by removing unneeded live-out(s)
Xinliang David Li
2017-06-01
1
-0
/
+23
*
[PartialInlining] Replace delete with unique_ptr in computeCallsiteToProfCoun...
Vitaly Buka
2017-05-27
1
-7
/
+3
*
Fix memory leak
Xinliang David Li
2017-05-15
1
-0
/
+4
*
Fix test failure on windows -- do not return deleted func
Xinliang David Li
2017-05-14
1
-2
/
+8
*
[PartialInlining] Profile based cost analysis
Xinliang David Li
2017-05-12
1
-45
/
+363
*
[ProfileSummary] Make getProfileCount a non-static member function.
Easwaran Raman
2017-05-09
1
-1
/
+1
*
[PartialInlining] Capture by reference rather than by value.
Davide Italiano
2017-05-08
1
-3
/
+3
*
[PartialInlining] Add more early filtering
Xinliang David Li
2017-05-02
1
-0
/
+10
*
[PartialInlining] Hook up inline cost analysis
Xinliang David Li
2017-05-02
1
-11
/
+98
*
[PartialInlining]: Improve partial inlining to handle complex conditions
Xinliang David Li
2017-04-27
1
-41
/
+243
[next]