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/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
*
R600/SI: Only use SALU instructions for 64-bit add in a block of CF depth 0
Tom Stellard
2014-05-15
1
-5
/
+6
*
R600/SI: Only select SALU instructions in the entry or exit block
Tom Stellard
2014-04-29
1
-0
/
+15
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-3
/
+3
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+3
*
R600: Minor cleanups.
Matt Arsenault
2014-04-18
1
-55
/
+50
*
R600/SI: Try to use scalar BFE.
Matt Arsenault
2014-04-18
1
-5
/
+43
*
R600/SI: Use SReg_64 instead of VSrc_64 when selecting BUILD_PAIR
Tom Stellard
2014-04-18
1
-1
/
+1
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-22
/
+35
*
R600: Match 24-bit arithmetic patterns in a Target DAGCombine
Tom Stellard
2014-04-07
1
-46
/
+0
*
R600: Replace dyn_cast + assert with cast
Tom Stellard
2014-04-07
1
-2
/
+1
*
R600/SI: Lower 64-bit immediates using REG_SEQUENCE
Tom Stellard
2014-04-03
1
-0
/
+38
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
R600/SI: Custom select 64-bit ADD
Tom Stellard
2014-02-25
1
-0
/
+48
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-0
/
+34
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
R600: Move clamp handling code to R600IselLowering.cpp
Vincent Lejeune
2013-09-12
1
-33
/
+1
*
R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
2013-09-12
1
-105
/
+0
*
R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
2013-09-12
1
-245
/
+17
*
Mark an unreachable code path with llvm_unreachable. Pacifies GCC.
Benjamin Kramer
2013-08-31
1
-0
/
+1
[next]