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
/
Target
/
ARM
/
ARMTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] WLS/LE Code Generation
Sam Parker
2019-07-01
1
-0
/
+2
*
[NFC] move some hardware loop checking code to a common place for other using.
Chen Zheng
2019-06-19
1
-1
/
+1
*
[CodeGen] Check for HardwareLoop Latch ExitBlock
Sam Parker
2019-06-17
1
-4
/
+0
*
[NFC] Simplify Call query
Sam Parker
2019-06-13
1
-1
/
+1
*
[ARM][TTI] Scan for existing loop intrinsics
Sam Parker
2019-06-13
1
-5
/
+33
*
[ARM] Implement TTI::isHardwareLoopProfitable
Sam Parker
2019-06-12
1
-0
/
+194
*
[ARM] Enable Unroll UpperBound
David Green
2019-06-10
1
-0
/
+1
*
[ARM] Implement TTI::getMemcpyCost
Sjoerd Meijer
2019-04-30
1
-0
/
+35
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"
David Green
2019-02-04
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LV] Support vectorization of interleave-groups that require an epilog under
Dorit Nuzman
2018-10-31
1
-3
/
+5
*
[TTI] Add generic SK_Broadcast shuffle costs
Simon Pilgrim
2018-10-25
1
-3
/
+22
*
[TTI] Add generic cost handling of SK_Reverse shuffles
Simon Pilgrim
2018-10-23
1
-0
/
+2
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-3
/
+5
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-5
/
+3
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-3
/
+5
*
[Thumb1] Any imm8 should have cost of 1
Zhaoshi Zheng
2018-09-24
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[UnrollAndJam] New Unroll and Jam pass
David Green
2018-07-01
1
-0
/
+2
*
[CostModel] Replace ShuffleKind::SK_Alternate with ShuffleKind::SK_Select (PR...
Simon Pilgrim
2018-06-12
1
-6
/
+6
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
1
-2
/
+0
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
1
-0
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARM] Fix issue with large xor constants.
David Green
2018-02-22
1
-5
/
+2
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-02-22
1
-1
/
+1
*
[ARM] Mark -1 as cheap in xor's for thumb1
David Green
2018-02-20
1
-0
/
+7
*
[Inliner] Restrict soft-float inlining penalty.
Eli Friedman
2017-12-22
1
-19
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[ARM] Allow unrolling of multi-block loops.
Sam Parker
2017-10-23
1
-16
/
+35
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-7
/
+24
*
[ARM] Improve loop unrolling for Cortex-M
Sam Parker
2017-08-16
1
-6
/
+19
*
[ARM] Enable partial and runtime unrolling
Sam Parker
2017-07-25
1
-0
/
+32
*
[ARM] Inline callee if its target-features are a subset of the caller
Florian Hahn
2017-07-13
1
-0
/
+18
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
1
-4
/
+6
*
[ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson
2017-04-10
1
-5
/
+4
*
[ARM/AArch64] Update costs for interleaved accesses with wide types
Matthew Simpson
2017-03-02
1
-2
/
+4
*
[ARM] Make f16 interleaved accesses expensive.
Ahmed Bougacha
2017-02-11
1
-1
/
+2
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+2
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-2
/
+5
*
[ARM] ADD with a negative offset can become SUB for free
James Molloy
2016-09-09
1
-0
/
+4
*
[ARM] icmp %x, -C can be lowered to a simple ADDS or CMN
James Molloy
2016-09-09
1
-0
/
+11
*
[Thumb1] AND with a constant operand can be converted into BIC
James Molloy
2016-09-08
1
-0
/
+4
*
[Thumb1] Fix cost calculation for complemented immediates
James Molloy
2016-09-08
1
-1
/
+1
*
This implements a more optimal algorithm for selecting a base constant in
Sjoerd Meijer
2016-07-14
1
-0
/
+11
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
Diana Picus
2016-07-06
1
-4
/
+2
*
[ARM] Fix 28282: cost computation for constant hoisting
Weiming Zhao
2016-06-28
1
-1
/
+1
[next]