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
/
AMDGPU
/
AMDGPUTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AMDGPU] Implemented fma cost analysis
Stanislav Mekhanoshin
2019-12-18
1
-0
/
+43
*
[AMDGPU] Fixed cost model for packed 16 bit ops
Stanislav Mekhanoshin
2019-12-17
1
-1
/
+13
*
[ARM] Teach the Arm cost model that a Shift can be folded into other instruct...
David Green
2019-12-09
1
-5
/
+8
*
[AMDGPU] Add attribute for target loop unroll threshold default
Tim Corringham
2019-11-21
1
-1
/
+2
*
AMDGPU: Refactor treatment of denormal mode
Matt Arsenault
2019-11-19
1
-8
/
+11
*
[AMDGPU] Tune inlining parameters for AMDGPU target (part 2)
dfukalov
2019-11-19
1
-1
/
+1
*
[AMDGPU] Fix bug introduced in 47a5c36b37f0
dfukalov
2019-11-07
1
-1
/
+1
*
[AMDGPU] Improve code size cost model (part 2)
dfukalov
2019-11-06
1
-18
/
+98
*
[AMDGPU] Improve code size cost model
Daniil Fukalov
2019-10-17
1
-1
/
+34
*
AMDGPU: Add intrinsics for address space identification
Matt Arsenault
2019-09-05
1
-1
/
+16
*
InferAddressSpaces: Move target intrinsic handling to TTI
Matt Arsenault
2019-08-14
1
-0
/
+40
*
AMDGPU: Support GDS atomics
Nicolai Haehnle
2019-07-01
1
-2
/
+3
*
[AMDGPU] Call isLoopExiting for blocks in the loop.
Florian Hahn
2019-07-01
1
-2
/
+4
*
AMDGPU: Consolidate some getGeneration checks
Matt Arsenault
2019-06-19
1
-1
/
+1
*
AMDGPU: Remove dx10-clamp from subtarget features
Matt Arsenault
2019-03-29
1
-2
/
+9
*
[AMDGPU] Add an experimental buffer fat pointer address space.
Neil Henning
2019-03-18
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AMDGPU] Add some missing always-uniform values.
Neil Henning
2019-01-18
1
-0
/
+2
*
AMDGPU: Add llvm.amdgcn.ds.ordered.add & swap
Marek Olsak
2019-01-16
1
-0
/
+2
*
AMDGPU: Remove remnants of old address space mapping
Matt Arsenault
2018-08-31
1
-30
/
+24
*
[AMDGPU] Consider loads from flat addrspace to be potentially divergent
Scott Linder
2018-08-21
1
-4
/
+6
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-1
/
+1
*
AMDGPU: Split AMDGPUTTI into GCNTTI and R600TTI
Tom Stellard
2018-05-30
1
-35
/
+133
*
[AMDGPU] Re-enabled 128bit wide-vector generation for local addr space by def...
Farhana Aleen
2018-05-28
1
-5
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+6
*
[AMDGPU] Support horizontal vectorization of min/max.
Farhana Aleen
2018-05-09
1
-0
/
+16
*
[AMDGPU] Support horizontal vectorization.
Farhana Aleen
2018-05-01
1
-0
/
+15
*
AMDGPU: enable 128-bit for local addr space under an option
Marek Olsak
2018-04-10
1
-3
/
+5
*
Revert "AMDGPU: enable 128-bit for local addr space under an option"
Alex Shlyapnikov
2018-04-09
1
-5
/
+3
*
AMDGPU: enable 128-bit for local addr space under an option
Marek Olsak
2018-04-09
1
-3
/
+5
*
[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
*
[AMDGPU] Supported ds_read_b128 generation; Widened vector length for local a...
Farhana Aleen
2018-03-09
1
-4
/
+4
*
[AMDGPU] Increased vector length for global/constant loads.
Farhana Aleen
2018-03-07
1
-4
/
+30
*
Revert "[AMDGPU] Widened vector length for global/constant address space."
Farhana Aleen
2018-03-07
1
-30
/
+4
*
[AMDGPU] Widened vector length for global/constant address space.
Farhana Aleen
2018-03-07
1
-4
/
+30
*
Pass Divergence Analysis data to Selection DAG to drive divergence
Alexander Timofeev
2018-03-05
1
-50
/
+3
*
Revert "[AMDGPU] Increased vector length for global/constant loads."
Konstantin Zhuravlyov
2018-02-20
1
-28
/
+2
*
[AMDGPU] Increased vector length for global/constant loads.
Mark Searles
2018-02-19
1
-2
/
+28
*
Reapply "AMDGPU: Add 32-bit constant address space"
Matt Arsenault
2018-02-09
1
-0
/
+1
*
Revert "AMDGPU: Add 32-bit constant address space"
Rafael Espindola
2018-02-07
1
-1
/
+0
*
AMDGPU: Add 32-bit constant address space
Marek Olsak
2018-02-07
1
-0
/
+1
*
[AMDGPU] fix LDS f32 intrinsics
Daniil Fukalov
2018-01-26
1
-4
/
+7
*
[AMDGPU] add LDS f32 intrinsics
Daniil Fukalov
2018-01-17
1
-0
/
+3
*
LSR: Check more intrinsic pointer operands
Matt Arsenault
2017-12-11
1
-0
/
+26
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+2
*
AMDGPU: Don't assert in TTI with fp32 denorms enabled
Matt Arsenault
2017-08-31
1
-3
/
+25
*
[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...
Eugene Zelenko
2017-08-08
1
-19
/
+35
*
AMDGPU: Use a custom areInlineCompatible
Matt Arsenault
2017-08-07
1
-0
/
+13
[next]