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
/
SIISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-5
/
+3
*
AMDGPU: Use splat vectors for undefs when folding canonicalize
Matt Arsenault
2018-08-12
1
-5
/
+20
*
AMDGPU: Fix packing undef parts of build_vector
Matt Arsenault
2018-08-12
1
-4
/
+13
*
AMDGPU: More canonicalized operations
Matt Arsenault
2018-08-10
1
-0
/
+7
*
AMDGPU: Combine and of seto/setuo and fp_class
Matt Arsenault
2018-08-10
1
-0
/
+23
*
AMDGPU: Match isfinite pattern to class instructions
Matt Arsenault
2018-08-10
1
-3
/
+13
*
AMDGPU: Add LLVM_FALLTHROUGH
Matt Arsenault
2018-08-10
1
-0
/
+2
*
AMDGPU: Error more gracefully on libcalls
Matt Arsenault
2018-08-08
1
-0
/
+3
*
AMDGPU: Fix shifts for i128
Matt Arsenault
2018-08-08
1
-0
/
+4
*
AMDGPU: cvt_pk_rtz_f16 canonicalizes
Matt Arsenault
2018-08-06
1
-0
/
+13
*
AMDGPU: Handle some vector operations in isCanonicalized
Matt Arsenault
2018-08-06
1
-0
/
+20
*
AMDGPU: Push fcanonicalize through partially constant build_vector
Matt Arsenault
2018-08-06
1
-1
/
+37
*
AMDGPU: Refactor fcanonicalize combine
Matt Arsenault
2018-08-06
1
-36
/
+30
*
AMDGPU: Treat more custom operations as canonicalizing
Matt Arsenault
2018-08-06
1
-1
/
+17
*
AMDGPU: Conversions always produce canonical results
Matt Arsenault
2018-08-06
1
-7
/
+2
*
AMDGPU: Fix implementation of isCanonicalized
Matt Arsenault
2018-08-06
1
-46
/
+73
*
DAG: Enhance isKnownNeverNaN
Matt Arsenault
2018-08-03
1
-9
/
+2
*
[AMDGPU] Minor change to d16 buffer load implementation
Tim Renouf
2018-08-02
1
-17
/
+7
*
AMDGPU: Fix scalarizing v4f16 fcanonicalize
Matt Arsenault
2018-08-02
1
-0
/
+2
*
AMDGPU: Improve hack for packing conversion ops
Matt Arsenault
2018-08-01
1
-2
/
+10
*
AMDGPU: Partially fix handling of packed amdgpu_ps arguments
Matt Arsenault
2018-08-01
1
-62
/
+9
*
[AMDGPU] Optimize _L image intrinsic to _LZ when lod is zero
Ryan Taylor
2018-08-01
1
-2
/
+17
*
AMDGPU: Add clamp bit to dot intrinsics
Konstantin Zhuravlyov
2018-08-01
1
-3
/
+6
*
AMDGPU: Break 64-bit arguments into 32-bit pieces
Matt Arsenault
2018-07-31
1
-3
/
+16
*
AMDGPU: Split wide vectors of i16/f16 into 32-bit regs on calls
Matt Arsenault
2018-07-31
1
-2
/
+24
*
AMDGPU: Scalarize vector argument types to calls
Matt Arsenault
2018-07-31
1
-31
/
+15
*
AMDGPU: Don't handle FP16_TO_FP in isCanonicalized
Matt Arsenault
2018-07-31
1
-4
/
+0
*
AMDGPU: Fold undef fcanonicalize to qNaN
Matt Arsenault
2018-07-31
1
-2
/
+10
*
AMDGPU: Stop wasting argument registers with v3i32/v3f32
Matt Arsenault
2018-07-28
1
-0
/
+46
*
Reapply "AMDGPU: Fix handling of alignment padding in DAG argument lowering"
Matt Arsenault
2018-07-20
1
-6
/
+3
*
[AMDGPU] [AMDGPU] Support a fdot2 pattern.
Farhana Aleen
2018-07-16
1
-0
/
+79
*
Revert "AMDGPU: Fix handling of alignment padding in DAG argument lowering"
Evgeniy Stepanov
2018-07-14
1
-3
/
+6
*
AMDGPU: Properly handle shader inputs with split arguments
Matt Arsenault
2018-07-13
1
-12
/
+27
*
AMDGPU: Fix handling of alignment padding in DAG argument lowering
Matt Arsenault
2018-07-13
1
-6
/
+3
*
AMDGPU: Refactor Subtarget classes
Tom Stellard
2018-07-11
1
-29
/
+29
*
AMDGPU: Separate R600 and GCN TableGen files
Tom Stellard
2018-06-28
1
-11
/
+57
*
AMDGPU: Remove MFI::ABIArgOffset
Matt Arsenault
2018-06-28
1
-3
/
+2
*
AMDGPU: Error on calls from graphics shaders
Matt Arsenault
2018-06-28
1
-0
/
+7
*
[AMDGPU] Convert rcp to rcp_iflag
Stanislav Mekhanoshin
2018-06-27
1
-1
/
+21
*
[AMDGPU] Add llvm.amdgcn.fmad.ftz intrinsic
Stanislav Mekhanoshin
2018-06-26
1
-0
/
+3
*
AMDGPU: Remove commented out code
Matt Arsenault
2018-06-25
1
-2
/
+0
*
AMDGPU: Remove old-style image intrinsics
Nicolai Haehnle
2018-06-21
1
-303
/
+0
*
AMDGPU: Select MIMG instructions manually in SITargetLowering
Nicolai Haehnle
2018-06-21
1
-28
/
+249
*
AMDGPU: Refactor MIMG instruction TableGen using generic tables
Nicolai Haehnle
2018-06-21
1
-3
/
+1
*
AMDGPU: Use generic tables instead of SearchableTable
Nicolai Haehnle
2018-06-21
1
-3
/
+3
*
AMDGPU: Turn D16 for MIMG instructions into a regular operand
Nicolai Haehnle
2018-06-21
1
-2
/
+9
*
[AMDGPU] setcc (select cc, CT, CF), CF, eq | ne -> xor cc, -1 | cc
Stanislav Mekhanoshin
2018-06-16
1
-17
/
+43
*
AMDGPU: Add combine for short vector extract_vector_elts
Matt Arsenault
2018-06-15
1
-1
/
+42
*
AMDGPU: Make v4i16/v4f16 legal
Matt Arsenault
2018-06-15
1
-51
/
+155
*
AMDGPU: Move isSDNodeSourceOfDivergence() implementation to SITargetLowering
Tom Stellard
2018-06-13
1
-0
/
+66
[prev]
[next]