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/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
*
R600: Expand SELECT nodes rather than custom lowering them
Tom Stellard
2013-09-05
1
-14
/
+6
*
R600: Add support for vector local memory loads
Tom Stellard
2013-08-26
1
-0
/
+8
*
R600: Add support for i8 and i16 local memory loads
Tom Stellard
2013-08-26
1
-14
/
+15
*
R600: Add support for v4i32 and v2i32 local stores
Tom Stellard
2013-08-26
1
-1
/
+1
*
R600: Expand vector float operations for both SI and R600
Tom Stellard
2013-08-16
1
-9
/
+0
*
R600: Add support for global vector stores with elements less than 32-bits
Tom Stellard
2013-08-16
1
-1
/
+7
*
R600: Add support for i16 and i8 global stores
Tom Stellard
2013-08-16
1
-12
/
+49
*
R600: Set scheduling preference to Sched::Source
Tom Stellard
2013-08-12
1
-1
/
+1
*
R600: Add 64-bit float load/store support
Tom Stellard
2013-08-01
1
-3
/
+18
*
R600/SI: Expand vector fp <-> int conversions
Tom Stellard
2013-07-30
1
-4
/
+0
*
[R600] Replicate old DAGCombiner behavior in target specific DAG combine.
Quentin Colombet
2013-07-30
1
-0
/
+56
*
R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()
Tom Stellard
2013-07-23
1
-0
/
+24
*
R600: Use KCache for kernel arguments
Tom Stellard
2013-07-23
1
-31
/
+11
*
R600: Use the same compute kernel calling convention for all GPUs
Tom Stellard
2013-07-23
1
-6
/
+15
*
R600: Use correct LoadExtType when lowering kernel arguments
Tom Stellard
2013-07-23
1
-1
/
+9
*
R600: Clean up extended load patterns
Tom Stellard
2013-07-23
1
-4
/
+4
*
R600: Expand VSELECT for all types
Tom Stellard
2013-07-18
1
-3
/
+0
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
1
-0
/
+2
*
R600: Fix a rare bug where swizzle optimization returns wrong values
Vincent Lejeune
2013-07-09
1
-2
/
+3
*
R600: Use DAG lowering pass to handle fcos/fsin
Vincent Lejeune
2013-07-09
1
-1
/
+38
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
1
-2
/
+16
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
1
-1
/
+1
[next]