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
...
*
Refactor inline costs analysis by removing the InlineCostAnalysis class
Easwaran Raman
2015-12-28
1
-6
/
+8
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-34
/
+1
*
Revert r256277 and r256279.
Akira Hatanaka
2015-12-22
1
-1
/
+34
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-12-22
1
-34
/
+1
*
Determine callee's hotness and adjust threshold based on that. NFC.
Easwaran Raman
2015-12-22
1
-7
/
+31
*
Revert r252990.
Akira Hatanaka
2015-11-13
1
-1
/
+34
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-11-13
1
-34
/
+1
*
Revert r252949.
Akira Hatanaka
2015-11-12
1
-1
/
+34
*
Provide a way to specify inliner's attribute compatibility and merging
Akira Hatanaka
2015-11-12
1
-34
/
+1
*
Move dbg.declare intrinsics when merging and replacing allocas.
Evgeniy Stepanov
2015-09-29
1
-0
/
+8
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-9
/
+16
*
Variable names should start with an upper case letter; NFC
Sanjay Patel
2015-08-11
1
-9
/
+9
*
-Wdeprecated cleanup: Make CallGraph movable by default by using unique_ptr m...
David Blaikie
2015-08-05
1
-2
/
+2
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-0
/
+1
*
Narrow Callee scope, suggestion from David Blaikie.
Yaron Keren
2015-07-19
1
-3
/
+3
*
De-duplicate CS.getCalledFunction() expression.
Yaron Keren
2015-07-19
1
-1
/
+2
*
Remove whitespace from start of line, NFC.
Yaron Keren
2015-07-02
1
-2
/
+2
*
Rangify for loop in Inliner.cpp. NFC.
Yaron Keren
2015-06-25
1
-8
/
+5
*
Rangify for loops in Inliner::runOnSCC(), NFC.
Yaron Keren
2015-06-20
1
-11
/
+9
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-2
/
+9
*
[Inliner] Discard empty COMDAT groups
David Majnemer
2015-05-05
1
-11
/
+51
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
remove function names from comments; NFC
Sanjay Patel
2015-03-10
1
-11
/
+9
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-13
/
+5
*
Transforms: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-26
/
+12
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-1
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-5
/
+5
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Inliner: Non-local functions in COMDATs shouldn't be dropped
David Majnemer
2014-10-08
1
-0
/
+7
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-1
/
+4
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-1
/
+4
*
Add the missing hasLinkOnceODRLinkage predicate.
Rafael Espindola
2014-07-30
1
-2
/
+1
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
1
-8
/
+43
*
[inline cold threshold] Command line argument for inline threshold will
Manman Ren
2014-04-25
1
-1
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Inliner::OptimizationRemark: Fix crash in clang/test/Frontend/optimization-re...
NAKAMURA Takumi
2014-04-17
1
-1
/
+4
*
Add support for optimization reports.
Diego Novillo
2014-04-08
1
-1
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-4
/
+3
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Rename a few more DataLayout variables.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
Set default of inlinecold-threshold to 225.
Manman Ren
2014-02-06
1
-1
/
+4
*
Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
2014-02-05
1
-0
/
+11
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-1
/
+1
*
Fix comparisons of alloca alignment in inliner merging
Hal Finkel
2013-07-17
1
-3
/
+12
*
When the inliner merges allocas, it must keep the larger alignment
Hal Finkel
2013-07-16
1
-2
/
+16
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-10
/
+35
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
[prev]
[next]