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
/
test
/
Analysis
/
CostModel
/
ARM
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-18
/
+18
*
[ARM] Additional tests and minor formatting. NFC
David Green
2019-12-09
1
-0
/
+96
*
[ARM] MVE sext costs
David Green
2019-08-19
1
-16
/
+52
*
[ARM] MVE sext of a load is free
David Green
2019-08-16
1
-6
/
+6
*
[ARM] Add MVE beats vector cost model
David Green
2019-08-13
7
-665
/
+979
*
[ARM] sext of a load is free
David Green
2019-08-12
1
-14
/
+14
*
[ARM] MVE shuffle broadcast costs
David Green
2019-08-12
1
-8
/
+8
*
[ARM] Put some of the TTI costmodel behind hasNeon calls.
David Green
2019-08-12
7
-317
/
+317
*
[ARM] Add or update a number of costmodel tests. NFC
David Green
2019-08-12
7
-793
/
+2486
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[ARM] Adjust isLegalT1AddressImmediate for non-legal types
David Green
2019-06-08
1
-17
/
+17
*
[ARM] Add MVE addressing to isLegalT2AddressImmediate
David Green
2019-06-08
1
-30
/
+30
*
[ARM] Add fp16 addressing to isLegalT2AddressImmediate
David Green
2019-06-08
1
-11
/
+11
*
[ARM] Add extra gep costmodel tests for MVE and half float. NFC
David Green
2019-06-08
1
-73
/
+553
*
[ARM] Implement TTI::getMemcpyCost
Sjoerd Meijer
2019-04-30
1
-4
/
+662
*
[ARM] Rewrite isLegalT2AddressImmediate
David Green
2019-04-21
1
-65
/
+594
*
[TTI] getMemcpyCost
Sjoerd Meijer
2019-03-20
1
-0
/
+13
*
Add BROADCAST shuffle cost tests.
Simon Pilgrim
2018-10-23
1
-0
/
+33
*
[ARM] Regenerate reverse shuffle costs
Simon Pilgrim
2018-10-22
1
-19
/
+17
*
Convert an APInt to int64_t properly in TTI::getGEPCost().
Justin Lebar
2017-10-04
1
-0
/
+3
*
[TTI/CostModel] Correct the way getGEPCost() calls isLegalAddressingMode()
Haicheng Wu
2016-12-03
1
-11
/
+11
*
[TTI] The cost model should not assume vector casts get completely scalarized
Michael Kuperstein
2016-07-06
1
-88
/
+88
*
[ARM] Don't pessimize i32 vselect.
Charlie Turner
2015-11-17
1
-3
/
+3
*
[CostModel][ARM] Increase cost of insert/extract operations
Silviu Baranga
2015-08-17
1
-253
/
+254
*
Roll forward r243250
Jingyue Wu
2015-07-26
1
-22
/
+66
*
Revert r243250
Jingyue Wu
2015-07-26
1
-66
/
+22
*
[TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructi...
Jingyue Wu
2015-07-26
1
-22
/
+66
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-24
/
+24
*
[ARM] Teach the cost model that cross-class copies are costly.
James Molloy
2014-09-12
1
-56
/
+56
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
When analyzing vectors of element type that require legalization,
Raul E. Silvera
2014-03-10
1
-16
/
+16
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-2
/
+0
*
Fixes ARM LNT bot from SLP change in O3
Renato Golin
2013-08-02
1
-0
/
+8
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+450
*
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-21
1
-2
/
+2
*
Improve long vector sext/zext lowering on ARM
Renato Golin
2013-03-19
1
-5
/
+19
*
ARM cost model: Make some vector integer to float casts cheaper
Arnold Schwaighofer
2013-03-18
1
-0
/
+168
*
ARM cost model: Correct cost for some cheap float to integer conversions
Arnold Schwaighofer
2013-03-18
1
-1
/
+170
*
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
1
-5
/
+5
*
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
1
-0
/
+24
*
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
1
-5
/
+18
*
ARM cost model: Increase the cost for vector casts that use the stack
Arnold Schwaighofer
2013-03-12
1
-0
/
+14
*
ARM cost model: Add vector reverse shuffle costs
Arnold Schwaighofer
2013-02-12
1
-0
/
+40
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
2
-3
/
+46
*
ARM cost model: Add costs for vector selects
Arnold Schwaighofer
2013-02-07
1
-0
/
+54
*
ARM cost model: Cost for scalar integer casts and floating point conversions
Arnold Schwaighofer
2013-02-05
1
-0
/
+158
*
ARM cost model: Penalize insertelement into D subregisters
Arnold Schwaighofer
2013-02-04
2
-0
/
+52