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
/
Analysis
/
InlineCost.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Inliner] Remove incorrect early exit during switch cost computation
Teresa Johnson
2019-09-20
1
-13
/
+0
*
[InstSimplify] Rename SimplifyFPUnOp and SimplifyFPBinOp
Jay Foad
2019-07-24
1
-2
/
+2
*
[AMDGPU] Tune inlining parameters for AMDGPU target
Daniil Fukalov
2019-07-17
1
-10
/
+1
*
Revert [InlineCost] cleanup calculations of Cost and Threshold
Jordan Rupprecht
2019-07-03
1
-15
/
+13
*
[InlineCost] cleanup calculations of Cost and Threshold
Fedor Sergeev
2019-06-26
1
-13
/
+15
*
[InlineCost] Add support for unary fneg.
Craig Topper
2019-06-06
1
-0
/
+23
*
[InlineCost] Don't add the soft float function call cost for the fneg idiom, ...
Craig Topper
2019-06-01
1
-2
/
+5
*
[InlineCost] Fix a couple comments. NFC
Craig Topper
2019-05-28
1
-2
/
+2
*
[INLINER] allow inlining of blockaddresses if sole uses are callbrs
Nick Desaulniers
2019-05-20
1
-10
/
+17
*
[NFC][InlineCost] cleanup - comments, overflow handling.
Fedor Sergeev
2019-04-30
1
-52
/
+61
*
[CallSite removal] move InlineCost to CallBase usage
Fedor Sergeev
2019-04-23
1
-99
/
+94
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-6
/
+6
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-1
/
+1
*
Revert "[INLINER] allow inlining of address taken blocks"
Nick Desaulniers
2019-02-14
1
-2
/
+2
*
[INLINER] allow inlining of address taken blocks
Nick Desaulniers
2019-02-14
1
-2
/
+2
*
[CallSite removal] Migrate ConstantFolding APIs and implementation to
Chandler Carruth
2019-02-11
1
-2
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2019-02-05
1
-2
/
+2
*
Adjust cardinality of internal inliner thresholds
David Callahan
2019-02-04
1
-4
/
+4
*
Provide reason messages for unviable inlining
Yevgeny Rouban
2019-02-01
1
-9
/
+14
*
Test commit. NFCI.
Yevgeny Rouban
2019-01-31
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Inliner] Assert that the computed inline threshold is non-negative.
Easwaran Raman
2019-01-09
1
-0
/
+7
*
[Inliner] Penalise inlining of calls with loops at Oz
David Green
2018-11-05
1
-0
/
+20
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[inline Cost] Don't mark functions accessing varargs as non-inlinable
Sameer AbuAsal
2018-09-20
1
-7
/
+5
*
Enrich inline messages
David Bolvansky
2018-08-05
1
-36
/
+57
*
Revert "Enrich inline messages", tests fail
David Bolvansky
2018-08-01
1
-57
/
+36
*
Enrich inline messages
David Bolvansky
2018-08-01
1
-36
/
+57
*
Revert Enrich inline messages
David Bolvansky
2018-07-31
1
-57
/
+36
*
Enrich inline messages
David Bolvansky
2018-07-31
1
-36
/
+57
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-7
/
+7
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-15
/
+15
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
Don't inline @llvm.icall.branch.funnel
Vitaly Buka
2018-04-04
1
-9
/
+14
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-2
/
+2
*
[InlineCost] Mark functions accessing varargs as not viable.
Florian Hahn
2018-01-28
1
-6
/
+12
*
Avoid inlining if there is byval arguments with non-alloca address space
Bjorn Pettersson
2018-01-10
1
-0
/
+13
*
[InlineFunction] Inline vararg functions that do not access varargs.
Florian Hahn
2018-01-06
1
-2
/
+7
*
Teach InlineCost about address spaces
Bjorn Pettersson
2018-01-04
1
-8
/
+15
*
[InlineCost] Find more free binary operations
Haicheng Wu
2017-12-22
1
-40
/
+18
*
[Inliner] Restrict soft-float inlining penalty.
Eli Friedman
2017-12-22
1
-11
/
+23
*
[InlineCost] Skip volatile loads when looking for repeated loads
Haicheng Wu
2017-12-19
1
-1
/
+2
*
[InlineCost] Find repeated loads in the callee
Haicheng Wu
2017-12-15
1
-5
/
+51
*
[InlineCost] Tracking Values through PHI Nodes
Haicheng Wu
2017-12-14
1
-6
/
+138
*
[InlineCost] Prefer getFunction() to two calls to getParent().
Davide Italiano
2017-11-30
1
-3
/
+3
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-10
/
+13
[next]