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
Commit message (
Expand
)
Author
Age
Files
Lines
*
R600: Factorize code handling Const Read Port limitation
Vincent Lejeune
2013-03-14
5
-78
/
+90
*
R600: Remove unused Outputs variable
Vincent Lejeune
2013-03-13
2
-2
/
+0
*
R600: Fix JUMP handling so that MachineInstr verification can occur
Vincent Lejeune
2013-03-11
4
-45
/
+59
*
R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> h...
NAKAMURA Takumi
2013-03-11
1
-1
/
+2
*
R600: Optimize another selectcc case
Tom Stellard
2013-03-08
1
-11
/
+20
*
R600: Improve custom lowering of select_cc
Tom Stellard
2013-03-08
2
-37
/
+42
*
R600: Change operation action from Custom to Expand for BR_CC
Tom Stellard
2013-03-08
2
-43
/
+2
*
R600: Change operation action from Custom to Expand for SETCC
Tom Stellard
2013-03-08
2
-46
/
+2
*
R600: Set BooleanContents to ZeroOrNegativeOneBooleanContent
Tom Stellard
2013-03-08
1
-0
/
+1
*
R600/SI: Use source scheduler
Michel Danzer
2013-03-08
1
-0
/
+2
*
R600/SI: rework input interpolation v2
Christian Konig
2013-03-07
12
-321
/
+46
*
R600/SI: remove SI_vs_load_buffer_index
Christian Konig
2013-03-07
2
-15
/
+0
*
R600/SI: remove SGPR address space v2
Christian Konig
2013-03-07
5
-70
/
+21
*
R600/SI: add proper formal parameter handling for SI
Christian Konig
2013-03-07
7
-22
/
+163
*
R600/SI: remove shader type intrinsic
Christian Konig
2013-03-07
6
-18
/
+18
*
R600/SI: switch types of SGPRs to v*i8
Christian Konig
2013-03-07
4
-11
/
+24
*
R600/SI: fix unused variable warning
Christian Konig
2013-03-07
1
-1
/
+0
*
R600: Do not predicate vector op
Vincent Lejeune
2013-03-05
1
-0
/
+2
*
Update cmake build.
Benjamin Kramer
2013-03-05
1
-0
/
+1
*
R600: initial scheduler code
Vincent Lejeune
2013-03-05
3
-1
/
+624
*
R600: Remove LowerConstCopyPass and lower CONST_COPY right after ISel.
Vincent Lejeune
2013-03-05
5
-228
/
+11
*
R600: Turn BUILD_VECTOR into Reg_Sequence
Vincent Lejeune
2013-03-05
2
-1
/
+29
*
R600: CONST_ADDRESS node is not marked as mayLoad anymore
Vincent Lejeune
2013-03-05
1
-1
/
+1
*
R600: Use MUL_IEEE for trig/fdiv intrinsic
Vincent Lejeune
2013-03-05
1
-4
/
+4
*
R600: Add support for indirect addressing of non default const buffer
Vincent Lejeune
2013-03-05
2
-7
/
+8
*
R600: Clean up datalayout strings so they better match hardware capabilities
Tom Stellard
2013-03-04
2
-12
/
+23
*
R600/SI: handle all registers in copyPhysReg v2
Christian Konig
2013-03-01
1
-16
/
+88
*
R600/SI: remove S_MOV immediate patterns
Christian Konig
2013-03-01
1
-12
/
+2
*
R600/SI: remove GPR*AlignEncode
Christian Konig
2013-03-01
4
-67
/
+16
*
R600/SI: fix warning about overloaded virtual
Christian Konig
2013-03-01
1
-0
/
+1
*
R600/SI: fix inserting waits for unordered defines
Christian Konig
2013-03-01
1
-2
/
+21
*
R600/SI: Add promotion of e32 to e64 in operand folding
Christian Konig
2013-02-26
1
-2
/
+34
*
R600/SI: add VOP mapping functions
Christian Konig
2013-02-26
3
-11
/
+35
*
R600/SI: swap operands if it helps folding
Christian Konig
2013-02-26
1
-1
/
+15
*
R600/SI: add some more instruction flags
Christian Konig
2013-02-26
3
-14
/
+92
*
R600/SI: add post ISel folding for SI v2
Christian Konig
2013-02-26
5
-23
/
+231
*
R600/SI: add folding helper
Christian Konig
2013-02-26
4
-0
/
+30
*
R600/SI: fix VOP3b encoding v2
Christian Konig
2013-02-26
2
-6
/
+32
*
R600/SI: fix and cleanup SI register definition v2
Christian Konig
2013-02-26
2
-97
/
+135
*
R600/SI: fix stupid typo
Christian Konig
2013-02-26
1
-1
/
+1
*
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
2013-02-22
1
-0
/
+5
*
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
2013-02-22
1
-0
/
+4
*
R600/SI: Add pattern for fceil.
Michel Danzer
2013-02-22
1
-1
/
+3
*
R600/SI: inline V_ADD|SUB_F32 patterns
Christian Konig
2013-02-21
1
-9
/
+5
*
R600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
Christian Konig
2013-02-21
1
-1
/
+1
*
R600/SI: replace SI_V_CNDLT with a pattern
Christian Konig
2013-02-21
3
-31
/
+5
*
R600/SI: use patterns for clamp, fabs, fneg
Christian Konig
2013-02-21
2
-40
/
+22
*
R600/SI: add all the other missing asm operands v2
Christian Konig
2013-02-21
2
-22
/
+29
*
R600/SI: add the missing M*BUF|IMG asm operands
Christian Konig
2013-02-21
1
-4
/
+8
*
R600/SI: add the missing S_* asm operands
Christian Konig
2013-02-21
1
-18
/
+34
[next]