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
/
R600
/
AMDGPUISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-1371
/
+0
*
R600/SI: Remove explicit m0 operand from DS instructions
Tom Stellard
2015-05-12
1
-20
/
+59
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-93
/
+107
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-107
/
+93
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-93
/
+107
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
R600/SI: Custom-select 32-bit S_BFE from bitwise opcodes
Marek Olsak
2015-03-24
1
-12
/
+104
*
R600/SI: Add slc, glc, and tfe to non-atomic _ADDR64 instructions
Tom Stellard
2015-02-27
1
-4
/
+7
*
R600/SI: Use complex operand folding for div_scale
Matt Arsenault
2015-02-14
1
-12
/
+7
*
R600/SI: Store immediate offsets > 12-bits in soffset
Tom Stellard
2015-02-11
1
-13
/
+19
*
R600/SI: Add soffset operand to mubuf addr64 instruction
Tom Stellard
2015-02-11
1
-7
/
+8
*
R600: Don't promote i64 stores to v2i32 during DAG legalization
Tom Stellard
2015-02-04
1
-0
/
+25
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-33
/
+29
*
R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2015-01-23
1
-0
/
+22
*
R600/SI: Use external symbols for scratch buffer
Tom Stellard
2015-01-20
1
-5
/
+16
*
R600/SI: Don't store scratch buffer frame index in MUBUF offset field
Tom Stellard
2015-01-20
1
-16
/
+0
*
R600/SI: Use RegisterOperands to specify which operands can accept immediates
Tom Stellard
2015-01-12
1
-1
/
+3
*
R600/SI: Remove VReg_32 register class
Tom Stellard
2015-01-07
1
-1
/
+1
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
1
-0
/
+11
*
R600/SI: Set the ATC bit on all resource descriptors for the HSA runtime
Tom Stellard
2014-12-02
1
-1
/
+3
*
R600/SI: Get rid of FCLAMP_SI pseudo
Matt Arsenault
2014-11-13
1
-0
/
+12
*
R600/SI: Move all rsrc building functions to SIISelLowering
Matt Arsenault
2014-11-05
1
-50
/
+9
*
R600/SI: Remove SI_ADDR64_RSRC
Matt Arsenault
2014-11-05
1
-7
/
+6
*
R600/SI: Remove SI_BUFFER_RSRC pseudo
Matt Arsenault
2014-10-17
1
-6
/
+23
*
R600/SI: Fix bug where immediates were being used in DS addr operands
Tom Stellard
2014-10-15
1
-1
/
+4
*
R600/SI: Also try to use 0 base for misaligned 8-byte DS loads.
Matt Arsenault
2014-10-15
1
-0
/
+17
*
R600/SI: Use DS offsets for constant addresses
Matt Arsenault
2014-10-14
1
-0
/
+12
*
R600/SI: Legalize CopyToReg during instruction selection
Tom Stellard
2014-10-09
1
-0
/
+7
*
R600/SI: Update VOP3b to not include obsolete operands
Matt Arsenault
2014-09-30
1
-8
/
+9
*
R600/SI: Add support for global atomic add
Tom Stellard
2014-09-25
1
-0
/
+21
*
R600/SI: Enable selecting SALU inside branches
Tom Stellard
2014-09-24
1
-18
/
+0
*
Revert "R600/SI: Add support for global atomic add"
Tom Stellard
2014-09-22
1
-21
/
+0
*
R600/SI: Add support for global atomic add
Tom Stellard
2014-09-22
1
-0
/
+21
*
R600/SI: Add preliminary support for flat address space
Matt Arsenault
2014-09-15
1
-1
/
+75
*
R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations
Tom Stellard
2014-09-05
1
-1
/
+1
*
R600/SI: Use READ2/WRITE2 instructions for 64-bit mem ops with 32-bit alignment
Tom Stellard
2014-08-22
1
-0
/
+27
*
R600/SI: Use a ComplexPattern for DS loads and stores
Tom Stellard
2014-08-22
1
-0
/
+38
*
R600/SI: Make sure SCRATCH_WAVE_OFFSET is added as Live-In to the function
Tom Stellard
2014-08-21
1
-2
/
+7
*
R600/SI: Add a ComplexPattern for selecting MUBUF _OFFSET variant
Tom Stellard
2014-08-11
1
-49
/
+98
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-9
/
+13
*
R600/SI: Do abs/neg folding with ComplexPatterns
Tom Stellard
2014-08-01
1
-0
/
+35
*
R600/SI: Use scratch memory for large private arrays
Tom Stellard
2014-07-21
1
-2
/
+105
*
R600/SI: Use a ComplexPattern for MUBUF stores
Tom Stellard
2014-06-24
1
-0
/
+53
*
R600/SI: Fix div_scale intrinsic.
Matt Arsenault
2014-06-23
1
-0
/
+28
*
R600/SI: Handle i64 sub.
Matt Arsenault
2014-06-23
1
-12
/
+21
*
R600/SI: Move selection of i64 add to separate function.
Matt Arsenault
2014-06-23
1
-39
/
+43
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
1
-1
/
+7
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-0
/
+1
*
R600/SI: Fix selection failure on scalar_to_vector
Matt Arsenault
2014-06-11
1
-5
/
+21
[next]