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
*
AMDGPU/SI: Use float as the operand type for amdgcn.interp intrinsics
Tom Stellard
2016-11-26
1
-0
/
+2
*
AMDGPU/SI: Add back reverted SGPR spilling code, but disable it
Marek Olsak
2016-11-25
1
-11
/
+11
*
Revert "AMDGPU: Make m0 unallocatable"
Marek Olsak
2016-11-25
1
-11
/
+11
*
AMDGPU: Make m0 unallocatable
Matt Arsenault
2016-11-24
1
-11
/
+11
*
AMDGPU: Fix unused variable warning
Matt Arsenault
2016-11-18
1
-5
/
+4
*
AMDGPU: Fix crash on illegal type for inlineasm
Matt Arsenault
2016-11-18
1
-0
/
+2
*
[AMDGPU] Custom lower f16 = fp_round f64
Konstantin Zhuravlyov
2016-11-17
1
-0
/
+20
*
[AMDGPU] Promote f16/i16 conversions to f32/i32
Konstantin Zhuravlyov
2016-11-17
1
-52
/
+8
*
[AMDGPU] Expand `br_cc` for f16
Konstantin Zhuravlyov
2016-11-17
1
-0
/
+1
*
[AMDGPU] Handle f16 select{_cc}
Konstantin Zhuravlyov
2016-11-16
1
-0
/
+1
*
AMDGPU/SI: Support data types other than V4f32 in image intrinsics
Changpeng Fang
2016-11-14
1
-2
/
+5
*
[AMDGPU] Add f16 support (VI+)
Konstantin Zhuravlyov
2016-11-13
1
-13
/
+103
*
AMDGPU/SI: Promote i16 = fp_[us]int f32 for VI
Tom Stellard
2016-11-12
1
-0
/
+6
*
AMDGPU: Add VI i16 support
Tom Stellard
2016-11-10
1
-4
/
+72
*
Revert "AMDGPU: Add VI i16 support"
Tom Stellard
2016-11-04
1
-72
/
+4
*
AMDGPU: Add VI i16 support
Tom Stellard
2016-11-03
1
-4
/
+72
*
AMDGPU/SI: Don't emit multi-dword flat memory ops when they might access scratch
Tom Stellard
2016-10-26
1
-0
/
+16
*
AMDGPU: Fix Two Address problems with v_movreld
Nicolai Haehnle
2016-10-24
1
-27
/
+30
*
[AMDGPU] Perform uchar to float combine for ISD::SINT_TO_FP
Konstantin Zhuravlyov
2016-10-21
1
-4
/
+13
*
[AMDGPU] Emit constant address space data in .rodata section and use relocati...
Konstantin Zhuravlyov
2016-10-20
1
-22
/
+22
*
AMDGPU/SI: LowerParameter() should be computing align based on memory type
Tom Stellard
2016-10-17
1
-1
/
+1
*
AMDGPU/SI: Fix LowerParameter() for i16 arguments
Tom Stellard
2016-10-17
1
-10
/
+18
*
AMDGPU/SI: Don't allow unaligned scratch access
Tom Stellard
2016-10-14
1
-0
/
+9
*
AMDGPU: Fix use-after-frees
Nicolai Haehnle
2016-10-14
1
-14
/
+15
*
[AMDGPU] Emit 32-bit lo/hi got and pc relative variant kinds for external and...
Konstantin Zhuravlyov
2016-10-14
1
-12
/
+43
*
AMDGPU: Assume spilling will occur at -O0
Matt Arsenault
2016-10-13
1
-1
/
+5
*
AMDGPU: Fix truncate to bool warnings
Matt Arsenault
2016-10-13
1
-5
/
+5
*
AMDGPU: Initial implementation of VGPR indexing mode
Matt Arsenault
2016-10-12
1
-42
/
+167
*
AMDGPU: Refactor indirect vector lowering
Matt Arsenault
2016-10-04
1
-36
/
+42
*
[AMDGPU] Promote uniform i16 ops to i32 ops for targets that have 16 bit inst...
Konstantin Zhuravlyov
2016-09-28
1
-0
/
+4
*
AMDGPU: Fix broken FrameIndex handling
Matt Arsenault
2016-09-17
1
-39
/
+0
*
AMDGPU: Allow some control flow intrinsics to be CSEd
Matt Arsenault
2016-09-16
1
-17
/
+47
*
AMDGPU: Refactor kernel argument lowering
Tom Stellard
2016-09-16
1
-5
/
+5
*
AMDGPU/SI: Add support for triples with the mesa3d operating system
Tom Stellard
2016-09-16
1
-4
/
+4
*
AMDGPU: Improve splitting 64-bit bit ops by constants
Matt Arsenault
2016-09-14
1
-50
/
+123
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-7
/
+12
*
AMDGPU: Relax SGPR asm constraint register class
Matt Arsenault
2016-08-30
1
-1
/
+1
*
AMDGPU: Move cndmask pseudo to be isel pseudo
Matt Arsenault
2016-08-27
1
-0
/
+30
*
Untabify.
NAKAMURA Takumi
2016-08-22
1
-6
/
+4
*
AMDGPU: Remove dead option
Matt Arsenault
2016-08-17
1
-6
/
+0
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
AMDGPU: Fix missing test for addressing mode with odd offsets
Matt Arsenault
2016-08-13
1
-0
/
+1
*
LoadStoreVectorizer: Remove TargetBaseAlign. Keep alignment for stack adjustm...
Alina Sbirlea
2016-08-04
1
-1
/
+5
*
AMDGPU: fdiv -1, x -> rcp -x
Matt Arsenault
2016-08-02
1
-16
/
+25
*
AMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
Matt Arsenault
2016-07-30
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
AMDGPU : Add intrinsics for compare with the full wavefront result
Wei Ding
2016-07-28
1
-0
/
+29
*
AMDGPU: Remove analyzeImmediate
Matt Arsenault
2016-07-28
1
-28
/
+0
*
AMDGPU: Make AMDGPUMachineFunction fields private
Matt Arsenault
2016-07-26
1
-2
/
+2
*
AMDGPU: Add fp legacy instruction intrinsics
Matt Arsenault
2016-07-26
1
-0
/
+9
[next]