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 maximum alu per clause in a single location
Vincent Lejeune
2013-04-03
4
-2
/
+6
*
R600: Simplify data structure and add DEBUG to R600ControlFlowFinalizer
Vincent Lejeune
2013-04-03
1
-20
/
+21
*
R600: Consider KILLGT as an ALU instruction
Vincent Lejeune
2013-04-03
2
-3
/
+4
*
Target/R600: Fix CMake build to add missing files.
NAKAMURA Takumi
2013-04-01
1
-0
/
+3
*
R600: Add support for native control flow
Vincent Lejeune
2013-04-01
5
-1
/
+386
*
R600/SI: Share code recording ShaderTypeAttribute between generations
Vincent Lejeune
2013-04-01
6
-28
/
+60
*
R600: Emit CF_ALU and use true kcache register.
Vincent Lejeune
2013-04-01
6
-10
/
+397
*
R600: Emit native instructions for tex
Vincent Lejeune
2013-03-31
2
-115
/
+197
*
These two are default in the constructor for MCAsmInfo.
Eric Christopher
2013-03-28
1
-2
/
+0
*
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
1
-0
/
+14
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
5
-34
/
+87
*
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
3
-2
/
+20
*
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-27
1
-2
/
+6
*
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
1
-3
/
+1
*
R600/SI: improve post ISel folding
Christian Konig
2013-03-26
1
-31
/
+43
*
R600/SI: improve vector interpolation
Christian Konig
2013-03-26
1
-0
/
+20
*
R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
Christian Konig
2013-03-26
2
-14
/
+8
*
R600/SI: switch back to RegPressure scheduling
Christian Konig
2013-03-26
3
-1
/
+9
*
R600/SI: mark most intrinsics as readnone v2
Christian Konig
2013-03-26
1
-5
/
+5
*
R600/SI: replace WQM intrinsic
Christian Konig
2013-03-26
5
-28
/
+14
*
R600/SI: fix ELSE pseudo op handling
Christian Konig
2013-03-26
1
-1
/
+2
*
R600: fix DenseMap with pointer key iteration in the structurizer
Christian Konig
2013-03-26
1
-2
/
+4
*
R600: Use legacy (0 * anything = 0) MUL instructions for pow intrinsics
Michel Danzer
2013-03-22
4
-15
/
+5
*
R600/SI: implement indirect adressing for SI
Christian Konig
2013-03-18
3
-1
/
+190
*
R600/SI: add float vector types
Christian Konig
2013-03-18
4
-21
/
+82
*
R600/SI: add shl pattern
Christian Konig
2013-03-18
3
-1
/
+8
*
R600/SI: add BUFFER_LOAD_DWORD pattern
Christian Konig
2013-03-18
1
-3
/
+9
*
R600/SI: implement SI.load.const intrinsic
Christian Konig
2013-03-18
2
-2
/
+13
*
R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
Christian Konig
2013-03-18
2
-14
/
+29
*
R600/SI: fix inserting waits for all defines
Christian Konig
2013-03-18
1
-15
/
+1
*
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
[next]