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
*
[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal.
Mircea Trofin
2020-01-10
1
-328
/
+431
*
Revert "[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal."
Mircea Trofin
2020-01-08
1
-422
/
+330
*
[NFC][InlineCost] Factor cost modeling out of CallAnalyzer traversal.
Mircea Trofin
2020-01-08
1
-330
/
+422
*
[NFC][InlineCost] Simplify internal inlining cost interface
Mircea Trofin
2019-12-19
1
-11
/
+11
*
[NFC][InlineCost] Run clang-format on InlineCost.cpp
Mircea Trofin
2019-12-18
1
-11
/
+10
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-28
1
-85
/
+85
*
Revert "[InlineCost] Fix infinite loop in indirect call evaluation"
Ehud Katz
2019-11-23
1
-91
/
+84
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-23
1
-84
/
+91
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-1
/
+2
*
[PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.
Hiroshi Yamauchi
2019-10-31
1
-1
/
+2
*
[SVE][IR] Scalable Vector size queries and IR instruction support
Graham Hunter
2019-10-08
1
-2
/
+4
*
[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
[next]