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
/
InlineSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[Inliner] Only compute fully inline cost when remarks are enabled.
Davide Italiano
2017-08-25
1
-1
/
+11
*
[InlineCost] Add cl::opt to allow full inline cost to be computed for debuggi...
Haicheng Wu
2017-08-21
1
-1
/
+2
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-2
/
+6
*
Improve PGO support for the new inliner
Easwaran Raman
2017-01-20
1
-1
/
+2
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-6
/
+7
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+7
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-7
/
+1
*
Add a new method to create SimpleInliner instance and make pre-inliner use this.
Easwaran Raman
2016-08-11
1
-0
/
+4
*
Do not directly use inline threshold cl options in cost analysis.
Easwaran Raman
2016-08-10
1
-14
/
+8
*
[Inliner] clang-format various parts of the inliner prior to changes
Chandler Carruth
2016-08-03
1
-6
/
+6
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
1
-1
/
+6
*
Use ProfileSummaryInfo in inline cost analysis.
Easwaran Raman
2016-06-09
1
-1
/
+3
*
Make InlineSimple's one-arg constructor explicit. NFC
Justin Lebar
2016-03-29
1
-1
/
+2
*
Reformat a comment in InlineSimple.cpp. NFC
Justin Lebar
2016-03-29
1
-3
/
+3
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-2
/
+1
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-1
/
+2
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
1
-16
/
+10
*
Refactor inline costs analysis by removing the InlineCostAnalysis class
Easwaran Raman
2015-12-28
1
-8
/
+13
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+2
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-2
/
+2
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-0
/
+2
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-0
/
+2
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Revive SizeOptLevel-explaining comments that were dropped in r203669
Eli Bendersky
2014-03-12
1
-2
/
+2
*
Move duplicated code into a helper function (exposed through overload).
Eli Bendersky
2014-03-12
1
-0
/
+17
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-1
/
+1
*
Spell "Actual" correctly
David Majnemer
2013-11-03
1
-1
/
+1
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
1
-11
/
+14
*
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-21
1
-18
/
+29
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
1
-0
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
1
-9
/
+0
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
1
-4
/
+1
*
Rip out support for 'llvm.noinline'. This thing has a strange history...
Chandler Carruth
2012-03-16
1
-45
/
+0
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
1
-6
/
+10
*
Add comment.
Chad Rosier
2012-02-25
1
-1
/
+2
*
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-25
1
-1
/
+1
*
Inlining and unrolling heuristics should be aware of free truncs.
Andrew Trick
2011-10-01
1
-0
/
+2
[next]