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
/
AMDGPUISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
AMDGPU: Improve offset folding for register indexing
Matt Arsenault
2016-07-09
1
-0
/
+49
*
AMDGPU/SI: Remove address space query functions from AMDGPUDAGToDAGISel
Tom Stellard
2016-07-05
1
-56
/
+3
*
AMDGPU/R600: Add PatFrags for selecting the correct vtx id for loads
Tom Stellard
2016-07-05
1
-5
/
+0
*
AMDGPU/SI: Remove hack for selecting < 32-bit loads to MUBUF instructions
Tom Stellard
2016-07-04
1
-4
/
+0
*
AMDGPU: Cleanup subtarget handling.
Matt Arsenault
2016-06-24
1
-1
/
+1
*
AMDGPU: Fix gcc warnings
Matt Arsenault
2016-06-22
1
-90
/
+0
*
Delete more dead code.
Rafael Espindola
2016-06-21
1
-32
/
+0
*
Delete some dead code.
Rafael Espindola
2016-06-21
1
-5
/
+0
*
Reformat blank lines.
NAKAMURA Takumi
2016-06-20
1
-1
/
+0
*
Untabify.
NAKAMURA Takumi
2016-06-20
1
-5
/
+3
*
AMDGPU: Fix MUBUF offset bugs affecting llvm.amdgcn.buffer.* intrinsics
Nicolai Haehnle
2016-06-15
1
-13
/
+30
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+4
*
AMDGPU/SI: Make sure to emit TargetConstant nodes when matching ds_*permute
Tom Stellard
2016-06-10
1
-2
/
+2
*
AMDGPU: Fix flat atomics
Matt Arsenault
2016-06-09
1
-0
/
+17
*
AMDGPU: Fix i64 global cmpxchg
Matt Arsenault
2016-06-09
1
-6
/
+75
*
AMDGPU/R600: Implement memory loads from constant AS
Jan Vesely
2016-05-13
1
-3
/
+10
*
SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISel
Justin Bogner
2016-05-12
1
-49
/
+67
*
Fixed unused but set variable warning
Simon Pilgrim
2016-05-09
1
-3
/
+0
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-2
/
+2
*
AMDGPU: Make i64 loads/stores promote to v2i32
Matt Arsenault
2016-05-02
1
-55
/
+0
*
AMDGPU/SI: Add offset field to ds_permute/ds_bpermute instructions
Tom Stellard
2016-04-29
1
-2
/
+2
*
AMDGPU: Implement addrspacecast
Matt Arsenault
2016-04-25
1
-66
/
+0
*
AMDGPU: sext_inreg (srl x, K), vt -> bfe x, K, vt.Size
Matt Arsenault
2016-04-22
1
-0
/
+16
*
[StructurizeCFG] Annotate branches that were treated as uniform
Nicolai Haehnle
2016-04-14
1
-1
/
+3
*
AMDGPU: Add atomic_inc + atomic_dec intrinsics
Matt Arsenault
2016-04-12
1
-1
/
+2
*
AMDGPU/SI: Implement atomic load/store for i32 and i64
Jan Vesely
2016-04-07
1
-12
/
+33
*
Fix sequence point warning. NFC.
Vasileios Kalintiris
2016-03-24
1
-1
/
+1
*
AMDGPU: Insert moves of frame index to value operands
Matt Arsenault
2016-03-23
1
-0
/
+56
*
AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
Matt Arsenault
2016-03-21
1
-1
/
+1
*
AMDGPU: use ComplexPattern for offsets in llvm.amdgcn.buffer.load/store.format
Nicolai Haehnle
2016-03-18
1
-0
/
+79
*
AMDGPU: Simplify boolean conditional return statements
Matt Arsenault
2016-03-02
1
-10
/
+7
*
AMDGPU: Check cheaper condition before SignBitIsZero
Matt Arsenault
2016-02-24
1
-7
/
+6
*
AMDGPU: Cleanup includes and random macros
Matt Arsenault
2016-02-13
1
-11
/
+4
*
AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Tom Stellard
2016-02-12
1
-0
/
+55
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-02-02
1
-3
/
+3
*
Revert r259035, it introduces a cyclic library dependency
Oliver Stannard
2016-01-28
1
-2
/
+2
*
Add backend dignostic printer for unsupported features
Oliver Stannard
2016-01-28
1
-2
/
+2
*
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...
NAKAMURA Takumi
2016-01-28
1
-2
/
+2
*
Refactor backend diagnostics for unsupported features
Oliver Stannard
2016-01-27
1
-2
/
+2
*
AMDGPU: Fix old comments that mention AMDIL
Matt Arsenault
2016-01-20
1
-1
/
+1
*
AMDGPU/SI: Use flat for global load/store when targeting HSA
Changpeng Fang
2015-12-22
1
-9
/
+17
*
Revert "AMDGPU/SI: Use flat for global load/store when targeting HSA"
Rafael Espindola
2015-12-22
1
-17
/
+9
*
AMDGPU/SI: Use flat for global load/store when targeting HSA
Changpeng Fang
2015-12-22
1
-9
/
+17
*
AMDGPU: Error on addrspacecasts that aren't actually implemented
Matt Arsenault
2015-12-01
1
-4
/
+7
*
AMDGPU/SI: Remove REGISTER_STORE/REGISTER_LOAD code which is now dead
Tom Stellard
2015-12-01
1
-35
/
+0
*
AMDGPU: Rework how private buffer passed for HSA
Matt Arsenault
2015-11-30
1
-5
/
+1
*
AMDGPU: Rename enums to be consistent with HSA code object terminology
Matt Arsenault
2015-11-30
1
-2
/
+2
*
AMDGPU: Remove SIPrepareScratchRegs
Matt Arsenault
2015-11-30
1
-27
/
+5
*
AMDGPU: Remove dead code
Matt Arsenault
2015-11-11
1
-33
/
+2
*
AMDGPU: Alphabetize includes
Matt Arsenault
2015-11-03
1
-1
/
+1
[prev]
[next]