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
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
1
-1
/
+1
*
R600/SI: Use source modifiers for f64 fneg
Matt Arsenault
2014-08-15
1
-1
/
+1
*
R600/SI: Use source modifier for f64 fabs
Matt Arsenault
2014-08-15
1
-1
/
+1
*
R600/SI: Add intrinsic for ldexp
Matt Arsenault
2014-08-15
1
-0
/
+5
*
R600: Use optimized 24bit path in udivrem
Jan Vesely
2014-08-12
1
-17
/
+38
*
R600: Remove unused code.
Jan Vesely
2014-08-12
1
-168
/
+0
*
R600: Use i24 optimized path for SREM
Jan Vesely
2014-08-12
1
-7
/
+27
*
R600: Disable FP exceptions.
Matt Arsenault
2014-08-09
1
-0
/
+5
*
R600/SI: Avoid generating REGISTER_LOAD instructions.
Tom Stellard
2014-08-05
1
-1
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+4
*
Use the known address space constant rather than checking it
Matt Arsenault
2014-08-04
1
-1
/
+1
*
Revert "R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp"
Tom Stellard
2014-08-01
1
-1
/
+37
*
R600: Move code for generating REGISTER_LOAD into R600ISelLowering.cpp
Tom Stellard
2014-08-01
1
-37
/
+1
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-3
/
+3
*
[SDAG] Enable the new assert for out-of-range result numbers in
Chandler Carruth
2014-07-25
1
-2
/
+2
*
R600: Add new functions for splitting vector loads and stores.
Matt Arsenault
2014-07-24
1
-20
/
+129
*
R600: Fix LowerSDIV24
Matt Arsenault
2014-07-24
1
-51
/
+50
*
R600/SI: Store constant initializer data in constant memory
Tom Stellard
2014-07-21
1
-16
/
+1
*
R600: support fpext/fptrunc operations to and from f16.
Tim Northover
2014-07-18
1
-0
/
+4
*
R600: support f16 -> f64 conversion intrinsic.
Tim Northover
2014-07-18
1
-0
/
+2
*
R600: Implement zero undef variants of ctlz/cttz
Jan Vesely
2014-07-15
1
-0
/
+6
*
R600: Add dag combine for copy of an illegal type.
Matt Arsenault
2014-07-15
1
-1
/
+55
*
R600: Implement float to long/ulong
Jan Vesely
2014-07-10
1
-1
/
+0
*
R600: Fix mishandling of load / store chains.
Matt Arsenault
2014-07-07
1
-11
/
+49
*
R600: Add a comment that llvm.AMDGPU.trunc is a legacy intrinsic
Tom Stellard
2014-07-02
1
-1
/
+1
*
R600: Promote i64 loads to v2i32
Tom Stellard
2014-07-02
1
-0
/
+3
*
R600: Fix crashes when an illegal type load or store is not handled.
Matt Arsenault
2014-07-02
1
-2
/
+6
*
R600: Move mul combine to separate function
Matt Arsenault
2014-06-30
1
-28
/
+33
*
R600: Move load/store ReplaceNodeResults to common code.
Matt Arsenault
2014-06-27
1
-0
/
+14
*
Silencing a warning about isZExtFree hiding an inherited virtual function. No...
Aaron Ballman
2014-06-26
1
-0
/
+4
*
R600: Fix vector FMA
Matt Arsenault
2014-06-26
1
-0
/
+1
*
R600: Promote i64 stores to v2i32
Tom Stellard
2014-06-24
1
-0
/
+3
*
R600: Fix inconsistency in rsq instructions.
Matt Arsenault
2014-06-24
1
-0
/
+8
*
R600: Remove DIV_INF
Matt Arsenault
2014-06-24
1
-2
/
+2
*
R600/SI: Fix div_scale intrinsic.
Matt Arsenault
2014-06-23
1
-2
/
+14
*
R600: Remove AMDILISelLowering
Matt Arsenault
2014-06-23
1
-7
/
+0
*
R600: Select is not expensive.
Matt Arsenault
2014-06-23
1
-0
/
+7
*
R600: Move add/sub with overflow out of AMDILISelLowering
Matt Arsenault
2014-06-23
1
-0
/
+4
*
R600: Move more out of AMDILISelLowering
Matt Arsenault
2014-06-23
1
-0
/
+13
*
R600/SI: Handle i64 sub.
Matt Arsenault
2014-06-23
1
-1
/
+0
*
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
-90
/
+0
*
R600: Implement custom SDIVREM.
Jan Vesely
2014-06-22
1
-4
/
+43
*
R600/SI: Add a pattern for f32 ftrunc
Tom Stellard
2014-06-20
1
-0
/
+2
*
R600: Expand vector flog2
Tom Stellard
2014-06-20
1
-0
/
+1
*
R600: Expand vector fexp2
Tom Stellard
2014-06-20
1
-0
/
+1
*
R600/SI: Add intrinsics for various math instructions.
Matt Arsenault
2014-06-19
1
-2
/
+30
*
Use stdint macros for specifying size of constants
Matt Arsenault
2014-06-18
1
-2
/
+3
*
R600: Handle fnearbyint
Matt Arsenault
2014-06-18
1
-0
/
+12
*
Use LL suffix for literal that should be 64-bits.
Matt Arsenault
2014-06-18
1
-1
/
+1
[next]