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: 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
*
R600: Enable folding of inline literals into REQ_SEQUENCE instructions
Tom Stellard
2013-08-16
1
-17
/
+20
*
Tentative fix for global-buffer-overflow caused by r188426. Found by AddressS...
Alexey Samsonov
2013-08-15
1
-1
/
+4
*
R600/SI: Lower BUILD_VECTOR to REG_SEQUENCE v2
Tom Stellard
2013-08-14
1
-19
/
+69
*
R600/SI: Choose the correct MOV instruction for copying immediates
Tom Stellard
2013-08-14
1
-0
/
+29
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-23
/
+1
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
1
-1
/
+8
*
R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessary
Tom Stellard
2013-07-23
1
-0
/
+7
*
R600: Add support for 24-bit MUL instructions
Tom Stellard
2013-07-23
1
-1
/
+49
*
R600: Rename AMDILISelDAGToDAG.cpp -> AMDGPUISelDAGToDAG.cpp
Tom Stellard
2013-07-23
1
-0
/
+789