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
/
AArch64
/
AArch64TargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
1
-4
/
+4
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-1
/
+2
*
[AArch64TTI] Compute imm materialization cost for AArch64 intrinsics
Florian Hahn
2019-12-04
1
-0
/
+6
*
[Alignment][NFC] getMemoryOpCost uses MaybeAlign
Guillaume Chatelet
2019-10-25
1
-4
/
+4
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-10-09
1
-16
/
+0
*
[AArch64] Expand bcmp() for small block lengths
Evandro Menezes
2019-08-05
1
-0
/
+13
*
Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"
David Greene
2019-07-10
1
-0
/
+16
*
[System Model] [TTI] Update cache and prefetch TTI interfaces
David Greene
2019-07-10
1
-16
/
+0
*
[NFC] Test commit, delete trailing whitespace
Graham Hunter
2019-05-28
1
-1
/
+1
*
[AArch64] Small fix for getIntImmCost
Adhemerval Zanella
2019-03-18
1
-2
/
+4
*
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
/
+6
*
[TTI] Add generic SK_Broadcast shuffle costs
Simon Pilgrim
2018-10-25
1
-2
/
+13
*
recommit 344472 after fixing build failure on ARM and PPC.
Dorit Nuzman
2018-10-14
1
-3
/
+4
*
revert 344472 due to failures.
Dorit Nuzman
2018-10-14
1
-4
/
+3
*
[IAI,LV] Add support for vectorizing predicated strided accesses using masked
Dorit Nuzman
2018-10-14
1
-3
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[AArch64] Add custom lowering for v4i8 trunc store
Adhemerval Zanella
2018-06-27
1
-8
/
+16
*
[CostModel][AArch64] Add some initial costs for SK_Select and SK_PermuteSingl...
Simon Pilgrim
2018-06-22
1
-17
/
+32
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[AArch64] Improve cost of vector division by constant
Adhemerval Zanella
2018-05-09
1
-0
/
+22
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[TTI, AArch64] Add transpose shuffle kind
Matthew Simpson
2018-04-26
1
-0
/
+27
*
[AArch64] Implement getArithmeticReductionCost
Matthew Simpson
2018-03-16
1
-0
/
+28
*
[AArch64] Adjust the cost of integer vector division
Evandro Menezes
2018-03-07
1
-22
/
+38
*
Fix -Wsign-compare warnings on Windows
Reid Kleckner
2018-01-05
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Sink some IntrinsicInst.h and Intrinsics.h out of llvm/include
Reid Kleckner
2017-09-07
1
-0
/
+1
*
[AArch64][Falkor] Attempt to fix Windows buildbots
Geoff Berry
2017-06-28
1
-1
/
+1
*
[AArch64][Falkor] Try to avoid exhausting HW prefetcher resources when unroll...
Geoff Berry
2017-06-28
1
-0
/
+59
*
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
Geoff Berry
2017-06-28
1
-2
/
+2
*
[AArch64] Inline callee if its target-features are a subset of the caller
Florian Hahn
2017-06-27
1
-0
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Re-commit r302678, fixing PR33053.
Amara Emerson
2017-05-16
1
-0
/
+25
*
Revert r302678 "[AArch64] Enable use of reduction intrinsics."
Hans Wennborg
2017-05-15
1
-23
/
+0
*
[AArch64] Enable use of reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+23
*
[AArch64] Consider widening instructions in cost calculations
Matthew Simpson
2017-05-09
1
-6
/
+100
*
[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
-4
/
+4
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-0
/
+32
*
TTI: Split IsSimple in MemIntrinsicInfo
Matt Arsenault
2017-03-24
1
-4
/
+0
*
[ARM/AArch64] Update costs for interleaved accesses with wide types
Matthew Simpson
2017-03-02
1
-2
/
+4
*
[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.
Mohammed Agabaria
2017-01-11
1
-1
/
+1
*
[AArch64] Consider all vector types for FeatureSlowMisaligned128Store
Evandro Menezes
2017-01-10
1
-12
/
+11
*
Currently isLikelyComplexAddressComputation tries to figure out if the given ...
Mohammed Agabaria
2017-01-05
1
-2
/
+5
*
[AArch64] Guard Misaligned 128-bit store penalty by subtarget feature
Matthew Simpson
2016-12-15
1
-1
/
+2
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-21
/
+6
*
Add parentheses to silence buildbot warning
Matthew Simpson
2016-04-27
1
-2
/
+2
*
[TTI] Add hook for vector extract with extension
Matthew Simpson
2016-04-27
1
-0
/
+55
[next]