index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
/
SIISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600/SI: Use VSrc_* register classes as the default classes for types
Tom Stellard
2013-08-06
1
-21
/
+7
*
R600/SI: Add more special cases for opcodes to ensureSRegLimit()
Tom Stellard
2013-08-06
1
-32
/
+56
*
R600/SI: Custom lower i64 ZERO_EXTEND
Tom Stellard
2013-08-01
1
-0
/
+15
*
R600: Improve support for < 32-bit loads
Tom Stellard
2013-07-23
1
-2
/
+2
*
R600/SI: Fix crash with VSELECT
Tom Stellard
2013-07-18
1
-1
/
+10
*
R600/SI: Add support for 64-bit loads
Tom Stellard
2013-07-15
1
-0
/
+2
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
1
-0
/
+15
*
R600/SI: Add initial double precision support for SI
Tom Stellard
2013-07-12
1
-0
/
+1
*
R600/SI: Initial local memory support
Michel Danzer
2013-07-10
1
-0
/
+5
*
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
2013-06-25
1
-30
/
+0
*
R600/SI: Expand xor v2i32/v4i32
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand urem of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EG
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand ashr of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand srl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+2
*
R600/SI: Expand shl of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand or of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand mul of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Expand and of v2i32/v4i32 for SI
Aaron Watry
2013-06-25
1
-0
/
+3
*
R600/SI: Report unaligned memory accesses as legal for > 32-bit types
Tom Stellard
2013-06-25
1
-0
/
+12
*
R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
2013-06-20
1
-0
/
+3
*
R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
2013-06-20
1
-0
/
+2
*
R600: Rework subtarget info and remove AMDILDevice classes
Tom Stellard
2013-06-07
1
-1
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-3
/
+10
*
R600: Replace predicate loop with predicate function
Tom Stellard
2013-06-05
1
-11
/
+13
*
R600/SI: Add support for work item and work group intrinsics
Tom Stellard
2013-06-03
1
-13
/
+81
*
R600/SI: Add a calling convention for compute shaders
Tom Stellard
2013-06-03
1
-2
/
+26
*
R600/SI: Custom lower i64 sign_extend
Tom Stellard
2013-06-03
1
-0
/
+18
*
R600/SI: Adjust some instructions' out register class after ISel
Tom Stellard
2013-06-03
1
-0
/
+51
*
R600/SI: Handle REG_SEQUENCE in fitsRegClass()
Tom Stellard
2013-06-03
1
-3
/
+13
*
R600/SI: Handle nodes with glue results correctly SITargetLowering::foldOpera...
Tom Stellard
2013-06-03
1
-0
/
+16
*
R600/SI: Rework MUBUF store instructions
Tom Stellard
2013-06-03
1
-30
/
+30
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-9
/
+8
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
R600: Hide symbols of implementation details.
Benjamin Kramer
2013-05-23
1
-1
/
+1
*
Attempt to fix the mingw32 bot.
Rafael Espindola
2013-05-22
1
-4
/
+4
*
R600/SI: Make fitsRegClass() operands const
Tom Stellard
2013-05-20
1
-1
/
+1
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-7
/
+7
*
R600/SI: return undef instead of null for skipped arguments
Christian Konig
2013-05-17
1
-2
/
+2
*
R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemask
Tom Stellard
2013-05-06
1
-1
/
+1
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-1
/
+1
*
R600/SI: dynamical figure out the reg class of MIMG
Christian Konig
2013-04-10
1
-2
/
+37
*
R600/SI: adjust writemask to only the used components
Christian Konig
2013-04-10
1
-2
/
+79
*
R600/SI: Add support for buffer stores v2
Tom Stellard
2013-04-05
1
-0
/
+32
*
R600/SI: Avoid generating S_MOVs with 64-bit immediates v2
Tom Stellard
2013-04-05
1
-2
/
+5
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
1
-8
/
+14
*
R600/SI: improve post ISel folding
Christian Konig
2013-03-26
1
-31
/
+43
*
R600/SI: switch back to RegPressure scheduling
Christian Konig
2013-03-26
1
-1
/
+1
*
R600/SI: replace WQM intrinsic
Christian Konig
2013-03-26
1
-13
/
+0
*
R600/SI: implement indirect adressing for SI
Christian Konig
2013-03-18
1
-0
/
+5
[next]