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
/
R600ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Implement 64bit SRA
Jan Vesely
2014-06-18
1
-5
/
+7
*
R600: Implement 64bit SRL
Jan Vesely
2014-06-18
1
-0
/
+40
*
R600: Implement 64bit SHL
Jan Vesely
2014-06-18
1
-0
/
+41
*
R600: Use LDS and vectors for private memory
Tom Stellard
2014-06-17
1
-0
/
+62
*
R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
2014-06-13
1
-0
/
+3
*
R600: Add dag combine for BFE
Matt Arsenault
2014-05-22
1
-1
/
+2
*
Use cast<> for unchecked use
Matt Arsenault
2014-05-12
1
-1
/
+1
*
Use cast<> for unchecked use
Matt Arsenault
2014-05-12
1
-2
/
+2
*
Use range for
Matt Arsenault
2014-05-12
1
-2
/
+1
*
R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()
Tom Stellard
2014-05-09
1
-7
/
+5
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-1
/
+1
*
R600: Remove duplicate setting of SELECT expansion.
Tom Stellard
2014-04-29
1
-2
/
+0
*
R600: Change UDIV/UREM to UDIVREM when legalizing types
Tom Stellard
2014-04-29
1
-0
/
+5
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-5
/
+5
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-1
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-15
/
+14
*
R600: Minor cleanups.
Matt Arsenault
2014-04-18
1
-13
/
+13
*
R600: Expand sign extension of vectors.
Matt Arsenault
2014-04-16
1
-0
/
+24
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-2
/
+2
*
R600: Check if a sextload should be used for parameter loads.
Matt Arsenault
2014-04-11
1
-1
/
+6
*
R600: Match 24-bit arithmetic patterns in a Target DAGCombine
Tom Stellard
2014-04-07
1
-0
/
+1
*
Use .data() instead of &x[0]
Matt Arsenault
2014-04-07
1
-9
/
+11
*
R600/SI: Fix unreachable with a sext_in_reg to an illegal type.
Matt Arsenault
2014-03-27
1
-1
/
+3
*
R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
2014-03-17
1
-0
/
+5
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-4
/
+4
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
R600/SI: Add support for i8 and i16 private loads/stores
Tom Stellard
2014-01-22
1
-0
/
+13
*
Use llvm_unreachable instead of assert(0)
Matt Arsenault
2013-12-10
1
-2
/
+2
*
R600: Fix an infinite loop when trying to reorganize export/tex vector input
Vincent Lejeune
2013-12-10
1
-5
/
+8
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
1
-12
/
+8
*
R600/SI: Add support for private address space load/store
Tom Stellard
2013-11-13
1
-15
/
+0
*
R600: Fix selection failure on EXTLOAD
Matt Arsenault
2013-11-13
1
-1
/
+9
*
R600: Reenable llvm.R600.load.input/interp.input for compatibility
Vincent Lejeune
2013-11-12
1
-0
/
+45
*
R600: Use function inputs to represent data stored in gpr
Vincent Lejeune
2013-11-11
1
-37
/
+18
*
Use isa<> instead of dyn_cast<> with unused value
Matt Arsenault
2013-11-01
1
-3
/
+3
*
Fix a few typos
Matt Arsenault
2013-10-30
1
-7
/
+7
*
Prune utf8 chars in comments.
NAKAMURA Takumi
2013-10-28
1
-2
/
+2
*
Target/R600: Un-tab-ify.
NAKAMURA Takumi
2013-10-28
1
-3
/
+3
*
R600: Fix handling of vector kernel arguments
Tom Stellard
2013-10-23
1
-8
/
+15
*
R600: Use masked read sel for texture instructions
Vincent Lejeune
2013-10-13
1
-0
/
+5
*
R600: fix swizzle export
Vincent Lejeune
2013-10-13
1
-5
/
+9
*
R600: Add a ldptr intrinsic to support MSAA.
Vincent Lejeune
2013-10-02
1
-1
/
+5
*
R600: Fix handling of NAN in comparison instructions
Tom Stellard
2013-09-28
1
-1
/
+8
*
SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes
Tom Stellard
2013-09-28
1
-4
/
+12
*
SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
2013-09-28
1
-28
/
+58
*
R600: Move clamp handling code to R600IselLowering.cpp
Vincent Lejeune
2013-09-12
1
-0
/
+16
*
R600: Move code handling literal folding into R600ISelLowering.
Vincent Lejeune
2013-09-12
1
-4
/
+59
*
R600: Move fabs/fneg/sel folding logic into PostProcessIsel
Vincent Lejeune
2013-09-12
1
-0
/
+179
*
R600: Add support for local memory atomic add
Tom Stellard
2013-09-05
1
-7
/
+15
[next]