index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
R600: Handle reversed true/false values in selectcc
tstellar
1
-6
/
+8
2012-10-09
R600: Prefer lowering SELECT_CC to CND* instructions over SET* instructions
tstellar
1
-42
/
+50
2012-10-09
R600: Fix lowering of fcmp
tstellar
1
-7
/
+12
2012-10-09
R600: Add a pattern for: (selectcc i32, -1, i32, i32, SETGT)
tstellar
1
-0
/
+7
2012-10-09
R600: Add a comment explaining why we use TRUNC before FLT_TO_*INT
tstellar
1
-0
/
+10
2012-10-03
SI: Mark the V_CMPX* instructions as having side effects
tstellar
1
-0
/
+32
2012-10-03
R600: Handle more vector arithmetic instructions
tstellar
1
-0
/
+8
2012-10-03
R600: Implement getSetCCResultType in R600TargetLowering class
tstellar
2
-0
/
+8
2012-10-03
R600: Add support for v4i32 global stores
tstellar
1
-0
/
+6
2012-10-03
SI: Fix crash in unused register search in LowerFlowControl pass
tstellar
1
-4
/
+4
2012-10-03
SI: S_WAITCNT has side effects
tstellar
1
-0
/
+2
2012-10-03
SI: Set the section in the Asm Printer before emitting program info
tstellar
1
-1
/
+1
2012-10-03
SI: Fix bug in loops where iterators may be deleted
tstellar
2
-2
/
+4
2012-10-02
Merge master branch
tstellar
5
-36
/
+50
2012-10-02
R600: improve select_cc lowering to generate CND* more often
tstellar
3
-42
/
+88
2012-10-02
R600: Fix instruction encoding for r600 family GPUs
tstellar
3
-15
/
+15
2012-10-02
Merge master branch
tstellar
64
-285
/
+4229
2012-10-02
Merge TOT
tstellar
10
-62
/
+180
2012-09-25
R600: Fix typo in R600RegisterInfo.td
tstellar
1
-1
/
+1
2012-09-25
AMDGPU: Fix register encoding
tstellar
3
-12
/
+6
2012-09-24
R600: support for interpolation intrinsics
tstellar
9
-1
/
+307
2012-09-24
R600: Handle loads from the constants address space.
tstellar
2
-0
/
+10
2012-09-24
R600: Expand vector fadd and fmul on R600
tstellar
1
-0
/
+3
2012-09-24
R600: Add support for v4f32 stores on R600
tstellar
3
-9
/
+27
2012-09-24
R600: Add optimization for FP_ROUND
tstellar
2
-0
/
+27
2012-09-24
R600: Add support for i8 reads on R600
tstellar
3
-0
/
+25
2012-09-24
R600: Replace AMDGPU pow intrinsic with the llvm version
tstellar
3
-1
/
+4
2012-09-24
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
tstellar
1
-0
/
+2
2012-09-24
Whitespace.
tstellar
1
-2
/
+2
2012-09-24
Fix edge cases of ARM shift operands in arith instructions.
tstellar
1
-38
/
+6
2012-09-24
Fix the handling of edge cases in ARM shifted operands.
tstellar
4
-8
/
+35
2012-09-24
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
tstellar
1
-14
/
+14
2012-09-24
Fix typo in r164357
tstellar
1
-1
/
+1
2012-09-24
MIPS DSP: Add immediate leaves.
tstellar
1
-0
/
+20
2012-09-24
MIPS DSP: Add predicates and instruction template.
tstellar
1
-0
/
+25
2012-09-24
Add MIPS DSP register classes. Set actions of DSP vector operations and override
tstellar
2
-0
/
+49
2012-09-24
SelectionDAG node enums for MIPS DSP nodes.
tstellar
2
-0
/
+55
2012-09-24
Add MIPS accumulator and DSP control registers.
tstellar
2
-1
/
+45
2012-09-24
Add flags and feature bits for mips dsp.
tstellar
2
-0
/
+9
2012-09-24
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
tstellar
4
-0
/
+16
2012-09-24
Add comment.
tstellar
1
-1
/
+2
2012-09-24
Add comment.
tstellar
1
-1
/
+2
2012-09-24
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
tstellar
1
-0
/
+6
2012-09-21
Some cleanups after merge of Mesa branch
tstellar
7
-468
/
+7
2012-09-21
R600: Emit ISA for ALU instructions in the R600 code emitter
Michal Sciubidlo
5
-148
/
+249
2012-09-21
R600: Add a fdiv pattern.
Tom Stellard
1
-3
/
+10
2012-09-21
R600: reserve also corresponding 128bits reg
Vincent Lejeune
1
-0
/
+1
2012-09-21
R600: Inital flow control support for SI
Tom Stellard
6
-2
/
+167
2012-09-21
R600: Move kernel arg lowering into R600TargetLowering class
Tom Stellard
4
-7
/
+35
2012-09-21
R600: Match integer add/sub for SI.
Michel Dänzer
1
-2
/
+8
[next]