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
/
Inliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PM/LCG] Teach the LazyCallGraph how to replace a function without
Chandler Carruth
2017-02-09
1
-2
/
+2
*
De-duplicate some code for creating an AARGetter suitable for the legacy PM.
Peter Collingbourne
2017-02-09
1
-11
/
+1
*
[Inliner] Fold analysis remarks into missed remarks
Adam Nemet
2017-01-30
1
-15
/
+12
*
[Inliner] Fix a comment to match the code. NFC.
Haicheng Wu
2017-01-30
1
-2
/
+2
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-4
/
+8
*
[PM] Clear any analyses for a dead function after inlining it and before
Chandler Carruth
2017-01-23
1
-2
/
+3
*
[PM] Fix a really nasty bug introduced when adding PGO support to the
Chandler Carruth
2017-01-22
1
-18
/
+25
*
[PM] Add some debug logging to the new PM inliner to make it easier to
Chandler Carruth
2017-01-22
1
-0
/
+3
*
Improve PGO support for the new inliner
Easwaran Raman
2017-01-20
1
-5
/
+13
*
[PM] Teach the inliner's call graph update to handle inserting new edges
Chandler Carruth
2016-12-28
1
-7
/
+9
*
[PM] Add one of the features left out of the initial inliner patch:
Chandler Carruth
2016-12-27
1
-7
/
+23
*
[PM] Teach the inliner in the new PM to merge attributes after inlining.
Chandler Carruth
2016-12-27
1
-0
/
+3
*
[PM] Teach the always inliner in the new pass manager to support
Chandler Carruth
2016-12-26
1
-31
/
+9
*
Pass GetAssumptionCache to InlineFunctionInfo constructor
Easwaran Raman
2016-12-22
1
-1
/
+1
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-9
/
+180
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-2
/
+9
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-9
/
+2
*
Fix spelling mistakes in Transforms comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Fix typo
Xinliang David Li
2016-11-04
1
-1
/
+1
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...
Dehao Chen
2016-09-28
1
-1
/
+1
*
[Inliner] Port all opt remarks to new streaming API
Adam Nemet
2016-09-27
1
-34
/
+35
*
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
Adam Nemet
2016-09-27
1
-2
/
+1
*
[Inliner] Fold the analysis remark into the missed remark
Adam Nemet
2016-09-27
1
-6
/
+4
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-6
/
+8
*
Revert "Output optimization remarks in YAML"
Adam Nemet
2016-09-27
1
-8
/
+6
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-6
/
+8
*
[Inliner] Report when inlining fails because callee's def is unavailable
Adam Nemet
2016-08-26
1
-2
/
+11
*
[Inliner] Add a flag to disable manual alloca merging in the Inliner.
Chandler Carruth
2016-08-17
1
-49
/
+66
*
Changed sign of LastCallToStaticBouns
Piotr Padlewski
2016-08-10
1
-1
/
+1
*
[Inliner,OptDiag] Add hotness attribute to opt diagnostics
Adam Nemet
2016-08-10
1
-35
/
+40
*
[Inliner] Use function_ref for functors which are never taken ownership of.
Benjamin Kramer
2016-08-06
1
-5
/
+5
*
[Inliner] clang-format various parts of the inliner prior to changes
Chandler Carruth
2016-08-03
1
-60
/
+61
*
Added ThinLTO inlining statistics
Piotr Padlewski
2016-07-29
1
-9
/
+40
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
1
-26
/
+55
*
Use ProfileSummaryInfo in inline cost analysis.
Easwaran Raman
2016-06-09
1
-0
/
+3
*
Avoid including AlwaysInliner pass in opt-bisect search.
Andrew Kaylor
2016-05-23
1
-0
/
+3
*
Reapply r268107 after fixing a bug breaks debug build.
Xinliang David Li
2016-04-29
1
-70
/
+80
*
Revert r268107 -- debug build failure
Xinliang David Li
2016-04-29
1
-78
/
+70
*
[inliner]: Refactor inline deferring logic into its own method /NFC
Xinliang David Li
2016-04-29
1
-70
/
+78
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-114
/
+6
*
Fix a use-after-free bug introduced in r262636
Easwaran Raman
2016-03-04
1
-5
/
+7
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-6
/
+112
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
1
-0
/
+1
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
1
-87
/
+3
[prev]
[next]