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
/
AMDGPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass Divergence Analysis data to Selection DAG to drive divergence
Alexander Timofeev
2018-03-05
1
-0
/
+96
*
AMDGPU: Add intrinsics llvm.amdgcn.cvt.{pknorm.i16, pknorm.u16, pk.i16, pk.u16}
Marek Olsak
2018-01-31
1
-0
/
+4
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
AMDGPU/SI: Add d16 support for image intrinsics.
Changpeng Fang
2018-01-18
1
-0
/
+77
*
[AMDGPU] add LDS f32 intrinsics
Daniil Fukalov
2018-01-17
1
-0
/
+3
*
AMDGPU/SI: Add d16 support for buffer intrinsics.
Changpeng Fang
2018-01-12
1
-0
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
DAG: Add nuw when splitting loads and stores
Matt Arsenault
2017-11-29
1
-9
/
+3
*
[AMDGPU] Add custom lowering for llvm.log{,10}.{f16,f32} intrinsics
Vedran Miletic
2017-11-27
1
-0
/
+30
*
AMDGPU: Implement computeKnownBitsForTargetNode for mbcnt
Matt Arsenault
2017-11-13
1
-0
/
+14
*
AMDGPU: Drop duplicate setOperationAction
Jan Vesely
2017-11-13
1
-2
/
+0
*
AMDGPU: Lower buffer store and atomic intrinsics manually
Marek Olsak
2017-11-09
1
-0
/
+13
*
AMDGPU: Remove redundant combine
Matt Arsenault
2017-11-07
1
-38
/
+0
*
AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
Matt Arsenault
2017-11-06
1
-9
/
+20
*
AMDGPU : Fix an error for the llvm.cttz implementation.
Wei Ding
2017-10-17
1
-3
/
+2
*
AMDGPU: Implement isFPExtFoldable
Matt Arsenault
2017-10-13
1
-0
/
+11
*
Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.
Wei Ding
2017-10-12
1
-32
/
+68
*
[AMDGPU] New 64 bit div/rem expansion
Stanislav Mekhanoshin
2017-10-06
1
-19
/
+151
*
AMDGPU: Expand setcc for v2f32 and v4f32
Konstantin Zhuravlyov
2017-10-03
1
-0
/
+1
*
AMDGPU: Expand setcc for v2i32 and v4i32
Konstantin Zhuravlyov
2017-10-03
1
-0
/
+1
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+4
*
AMDGPU: Allow coldcc calls
Matt Arsenault
2017-09-11
1
-0
/
+2
*
[AMDGPU] Prevent infinite recursion in DAG.computeKnownBits()
Stanislav Mekhanoshin
2017-09-01
1
-2
/
+2
*
AMDGPU: Turn int pack pattern into build_vector
Matt Arsenault
2017-08-31
1
-1
/
+11
*
[AMDGPU] computeKnownBitsForTargetNode for 24 bit mul
Stanislav Mekhanoshin
2017-08-28
1
-1
/
+31
*
AMDGPU: Start adding tail call support
Matt Arsenault
2017-08-11
1
-0
/
+37
*
AMDGPU: Don't use report_fatal_error for unsupported call types
Matt Arsenault
2017-08-03
1
-3
/
+9
*
AMDGPU: Pass special input registers to functions
Matt Arsenault
2017-08-03
1
-0
/
+43
*
AMDGPU: Initial implementation of calls
Matt Arsenault
2017-08-01
1
-0
/
+1
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-16
1
-1
/
+1
*
AMDGPU: Return correct type during argument lowering
Matt Arsenault
2017-07-15
1
-0
/
+30
*
Fix some more -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-2
/
+5
*
[AMDGPU] Add intrinsics for tbuffer load and store
David Stuttard
2017-06-22
1
-0
/
+2
*
AMDGPU: Cleanup CreateLiveInRegister
Matt Arsenault
2017-06-19
1
-7
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[AMDGPU] Combine and (srl) into shl (bfe)
Stanislav Mekhanoshin
2017-05-23
1
-1
/
+2
*
[AMDGPU] Convert shl (add) into add (shl)
Stanislav Mekhanoshin
2017-05-23
1
-2
/
+40
*
[AMDGPU] Narrow lshl from 64 to 32 bit if possible
Stanislav Mekhanoshin
2017-05-22
1
-11
/
+33
*
AMDGPU: Start defining a calling convention
Matt Arsenault
2017-05-17
1
-28
/
+91
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
AMDGPU: Pull fneg out of extract_vector_elt
Matt Arsenault
2017-05-11
1
-1
/
+7
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-1
/
+1
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+1
*
AMDGPU: Add new amdgcn.init.exec intrinsics
Marek Olsak
2017-04-28
1
-0
/
+2
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-15
/
+13
*
AMDGPU: Move trap lowering to DAG
Matt Arsenault
2017-04-24
1
-0
/
+1
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+3
*
Revert r300932 and r300930.
Akira Hatanaka
2017-04-21
1
-3
/
+2
*
[AArch64] Improve code generation for logical instructions taking
Akira Hatanaka
2017-04-21
1
-2
/
+3
*
Revert "[AArch64] Improve code generation for logical instructions taking"
Akira Hatanaka
2017-04-20
1
-3
/
+2
[next]