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
/
AMDGPUISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
R600: Implement ComputeNumSignBitsForTargetNode for BFE
Matt Arsenault
2014-05-22
1
-0
/
+25
*
R600: Implement computeMaskedBitsForTargetNode for BFE
Matt Arsenault
2014-05-22
1
-1
/
+29
*
R600: Add intrinsics for mad24
Matt Arsenault
2014-05-22
1
-0
/
+10
*
R600: Add comment describing problems with LowerConstantInitializer
Matt Arsenault
2014-05-21
1
-0
/
+10
*
R600: Partially fix constant initializers for structs and vectors.
Matt Arsenault
2014-05-21
1
-6
/
+33
*
Use cast<> instead of unchecked dyn_cast
Matt Arsenault
2014-05-21
1
-1
/
+1
*
Use range for
Matt Arsenault
2014-05-15
1
-6
/
+2
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-14
/
+14
*
R600: Add mul24 intrinsics
Matt Arsenault
2014-05-12
1
-0
/
+8
*
Fix return before else
Matt Arsenault
2014-05-11
1
-18
/
+18
*
R600: Expand i64 SELECT_CC
Tom Stellard
2014-05-09
1
-0
/
+2
*
R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()
Tom Stellard
2014-05-09
1
-9
/
+13
*
R600: Promote f64 vector load/stores to i64 for consistency
Matt Arsenault
2014-05-08
1
-0
/
+6
*
R600: Expand i64 ISD:SUB
Tom Stellard
2014-05-05
1
-0
/
+1
*
R600: Expand vector sin and cos.
Tom Stellard
2014-05-02
1
-0
/
+2
*
R600: Expand TruncStore i64 -> {i16,i8}
Tom Stellard
2014-05-02
1
-0
/
+2
*
R600: optimize the UDIVREM 64 algorithm
Tom Stellard
2014-04-29
1
-22
/
+44
*
R600: Implement iterative algorithm for udivrem
Tom Stellard
2014-04-29
1
-0
/
+50
*
R600: Change UDIV/UREM to UDIVREM when legalizing types
Tom Stellard
2014-04-29
1
-1
/
+19
*
R600: remove unused variable
Tom Stellard
2014-04-29
1
-2
/
+0
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
1
-1
/
+1
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-1
/
+1
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-10
/
+6
*
R600: Fix function name printing in LowerCall
Matt Arsenault
2014-04-25
1
-1
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
R600: Emit error instead of unreachable on function call
Matt Arsenault
2014-04-22
1
-0
/
+59
*
R600: Change how vector truncating stores are packed.
Matt Arsenault
2014-04-22
1
-11
/
+25
*
R600: Make sign_extend_inreg legal.
Matt Arsenault
2014-04-22
1
-70
/
+11
*
R600: Add comment clariying use of sext for result of MUL_U24
Tom Stellard
2014-04-17
1
-0
/
+2
*
R600: Expand sign extension of vectors.
Matt Arsenault
2014-04-16
1
-16
/
+0
*
R600/SI: Fix loads of i1
Matt Arsenault
2014-04-15
1
-0
/
+14
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-1
/
+2
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
1
-20
/
+6
*
R600: Match 24-bit arithmetic patterns in a Target DAGCombine
Tom Stellard
2014-04-07
1
-0
/
+84
*
Use .data() instead of &x[0]
Matt Arsenault
2014-04-07
1
-9
/
+10
*
R600: Compute masked bits for min and max
Matt Arsenault
2014-03-31
1
-0
/
+44
*
R600: Add BFE, BFI, and BFM intrinsics to help with writing tests.
Matt Arsenault
2014-03-31
1
-0
/
+24
*
R600: Add target nodes for BFM and BFI
Matt Arsenault
2014-03-31
1
-0
/
+2
*
R600: Implement isZExtFree.
Matt Arsenault
2014-03-27
1
-0
/
+16
*
R600/SI: Fix unreachable with a sext_in_reg to an illegal type.
Matt Arsenault
2014-03-27
1
-0
/
+18
*
R600: Add a testcase for sext_in_reg I missed.
Matt Arsenault
2014-03-26
1
-0
/
+2
*
R600: Move computeMaskedBitsForTargetNode out of AMDILISelLowering.cpp
Matt Arsenault
2014-03-25
1
-0
/
+9
*
R600: Implement isNarrowingProfitable.
Matt Arsenault
2014-03-24
1
-0
/
+10
*
R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
2014-03-17
1
-0
/
+111
*
R600: Remove unnecessary attempt to zext a pointer.
Matt Arsenault
2014-03-15
1
-3
/
+6
*
R600: Code cleanup.
Matt Arsenault
2014-03-15
1
-11
/
+12
*
R600: Fix trunc store from i64 to i1
Matt Arsenault
2014-03-12
1
-0
/
+6
*
R600: Calculate store mask instead of using switch.
Matt Arsenault
2014-03-11
1
-17
/
+3
*
Use .data() instead of &x[0]
Matt Arsenault
2014-03-11
1
-2
/
+2
*
R600: Fix extloads from i8 / i16 to i64.
Matt Arsenault
2014-03-06
1
-2
/
+14
[prev]
[next]