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 -> AMDGPU rename
Tom Stellard
2015-06-13
1
-2866
/
+0
*
R600: Switch to using generic min / max nodes.
Matt Arsenault
2015-06-09
1
-26
/
+19
*
R600/SI: Fix some cases for load / store of half
Matt Arsenault
2015-06-04
1
-0
/
+13
*
R600: Add comments to subword private address load lowering code
Jan Vesely
2015-05-26
1
-0
/
+13
*
Add target hook to allow merging stores of nonzero constants
Matt Arsenault
2015-05-24
1
-0
/
+6
*
R600/SI: Remove explicit m0 operand from v_interp instructions
Tom Stellard
2015-05-12
1
-0
/
+3
*
R600/SI: Remove explicit m0 operand from s_sendmsg
Tom Stellard
2015-05-12
1
-0
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+10
*
Reinstate revisions r234755, r234759, r234760
Jan Vesely
2015-04-30
1
-0
/
+10
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-99
/
+109
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-109
/
+99
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-99
/
+109
*
R600: Correctly lower CONCAT_VECTOR nodes with more than 2 operands
Tom Stellard
2015-04-23
1
-4
/
+2
*
Revert revisions r234755, r234759, r234760
Jan Vesely
2015-04-13
1
-10
/
+0
*
R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO
Jan Vesely
2015-04-13
1
-0
/
+10
*
R600: Make FMIN/MAXNUM legal on all asics
Jan Vesely
2015-04-12
1
-0
/
+2
*
R600: remove manual BFE optimization
Jan Vesely
2015-04-12
1
-8
/
+2
*
R600/SI: Expand fract to floor, then only select V_FRACT on CI
Marek Olsak
2015-03-24
1
-3
/
+0
*
R600/SI: Remove v_sub_f64 pseudo
Matt Arsenault
2015-02-20
1
-0
/
+3
*
R600: Use new fmad node.
Matt Arsenault
2015-02-20
1
-1
/
+7
*
R600/SI: Fix implicit vcc operand to v_div_fmas_*
Matt Arsenault
2015-02-14
1
-3
/
+2
*
R600/SI: Make more store operations legal
Tom Stellard
2015-02-04
1
-3
/
+0
*
R600: Don't promote i64 stores to v2i32 during DAG legalization
Tom Stellard
2015-02-04
1
-3
/
+0
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-7
/
+4
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
R600/SI: Move i64 -> v2i32 load promotion into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2015-01-23
1
-3
/
+0
*
R600: Try to use lower types for 64bit division if possible
Jan Vesely
2015-01-22
1
-12
/
+38
*
R600: Simplify LowerUDIVREM
Jan Vesely
2015-01-22
1
-19
/
+11
*
R600/SI: Custom lower fround
Matt Arsenault
2015-01-21
1
-10
/
+113
*
Implement new way of expanding extloads.
Matt Arsenault
2015-01-14
1
-18
/
+8
*
R600: Implement getRecipEstimate
Matt Arsenault
2015-01-13
1
-0
/
+23
*
R600: Implement getRsqrtEstimate
Matt Arsenault
2015-01-13
1
-0
/
+18
*
R600: Make cttz / ctlz cheap to speculate
Matt Arsenault
2015-01-13
1
-0
/
+12
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-13
/
+16
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
1
-0
/
+5
*
R600: Remove outdated comment
Matt Arsenault
2014-12-19
1
-4
/
+0
*
R600/SI: Only form min/max with 1 use.
Matt Arsenault
2014-12-19
1
-1
/
+1
*
R600: Fix min/max matching problems with unordered compares
Matt Arsenault
2014-12-12
1
-42
/
+43
*
Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
2014-12-12
1
-0
/
+23
*
R600/SI: Update instruction conversions for VI
Marek Olsak
2014-12-07
1
-1
/
+19
*
R600/SI: Use ZeroOrNegativeOneBooleanContent
Matt Arsenault
2014-11-26
1
-0
/
+3
*
R600: Fix assert on copy of an i1 on pre-SI
Matt Arsenault
2014-11-23
1
-1
/
+2
*
R600: Permute operands when selecting legacy min/max
Matt Arsenault
2014-11-15
1
-6
/
+9
*
R600: Fix 64-bit integer division
Tom Stellard
2014-11-15
1
-2
/
+2
*
R600: Factor i64 UDIVREM lowering into its own fuction
Tom Stellard
2014-11-15
1
-0
/
+81
*
R600/SI: Combine min3/max3 instructions
Matt Arsenault
2014-11-14
1
-0
/
+6
*
R600/SI: Match integer min / max instructions
Matt Arsenault
2014-11-14
1
-21
/
+69
*
R600/SI: Fix fmin_legacy / fmax_legacy matching for SI
Matt Arsenault
2014-11-13
1
-19
/
+50
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
R600: Error on initializer for LDS.
Matt Arsenault
2014-11-13
1
-2
/
+21
[next]