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
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
*
[PartialInine]: add triaging options
Xinliang David Li
2017-04-23
1
-0
/
+24
*
[PartialInlining] Add optimization remark support
Xinliang David Li
2017-04-23
1
-4
/
+20
*
[PartialInlining] Using existing hasAddressTaken interface to legality check/NFC
Xinliang David Li
2017-04-22
1
-19
/
+3
*
[PartialInliner] Partial inliner needs to check use kind before transformation
Xinliang David Li
2017-04-21
1
-0
/
+19
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-4
/
+20
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-20
/
+4
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-02
1
-3
/
+12
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
1
-33
/
+6
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
1
-6
/
+33
*
Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventions
Sean Silva
2016-07-25
1
-71
/
+74
*
Fix : Partial Inliner requires AssumptionCacheTracker
Sean Silva
2016-07-25
1
-35
/
+58
*
[PM] Port PartialInlining to the new PM
Easwaran Raman
2016-06-27
1
-21
/
+28
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-13
/
+11
*
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
2016-05-10
1
-3
/
+1
*
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
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-9
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
[next]