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
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+2
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-7
/
+2
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-1
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-11
/
+10
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-9
/
+11
*
R600: Fix min/max matching problems with unordered compares
Matt Arsenault
2014-12-12
1
-0
/
+7
*
R600/SI: Use ZeroOrNegativeOneBooleanContent
Matt Arsenault
2014-11-26
1
-2
/
+0
*
R600: Fix extloads of i1 on R600/Evergreen
Matt Arsenault
2014-11-23
1
-0
/
+5
*
R600: Factor i64 UDIVREM lowering into its own fuction
Tom Stellard
2014-11-15
1
-68
/
+1
*
Reapply "R600: Add new intrinsic to read work dimensions"
Jan Vesely
2014-10-14
1
-3
/
+8
*
Revert "R600: Add new intrinsic to read work dimensions"
Rafael Espindola
2014-10-14
1
-8
/
+3
*
R600: Add new intrinsic to read work dimensions
Jan Vesely
2014-10-14
1
-3
/
+8
*
R600: Add cmpxchg instruction for evergreen
Aaron Watry
2014-09-11
1
-1
/
+4
*
R600: Correctly set the src value offset for scalarized kernel args
Matt Arsenault
2014-08-13
1
-11
/
+29
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-7
/
+7
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-12
/
+12
*
Revert "R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp"
Tom Stellard
2014-08-01
1
-41
/
+0
*
R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp
Tom Stellard
2014-08-01
1
-0
/
+41
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+2
*
R600: Add new functions for splitting vector loads and stores.
Matt Arsenault
2014-07-24
1
-1
/
+1
*
R600/SI: Store constant initializer data in constant memory
Tom Stellard
2014-07-21
1
-0
/
+14
*
R600: Make ShaderType private
Matt Arsenault
2014-07-13
1
-1
/
+1
*
R600: Implement float to long/ulong
Jan Vesely
2014-07-10
1
-1
/
+15
*
R600: Fix mishandling of load / store chains.
Matt Arsenault
2014-07-07
1
-1
/
+8
*
Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplif...
Craig Topper
2014-06-29
1
-3
/
+2
*
R600: Move load/store ReplaceNodeResults to common code.
Matt Arsenault
2014-06-27
1
-14
/
+0
*
R600: Fix inconsistency in rsq instructions.
Matt Arsenault
2014-06-24
1
-0
/
+3
*
R600: Remove AMDILISelLowering
Matt Arsenault
2014-06-23
1
-0
/
+11
*
R600: Move add/sub with overflow out of AMDILISelLowering
Matt Arsenault
2014-06-23
1
-0
/
+8
*
R600/SI: Handle i64 sub.
Matt Arsenault
2014-06-23
1
-0
/
+2
*
R600: Rename AMDIL file
Matt Arsenault
2014-06-23
1
-1
/
+1
*
R600: Use LowerSDIVREM for i64 node replace
Jan Vesely
2014-06-22
1
-1
/
+119
*
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
[next]