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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-24
R600: Handle loads from the constants address space.
tstellar
3
-0
/
+19
2012-09-24
R600: Expand vector fadd and fmul on R600
tstellar
3
-0
/
+33
2012-09-24
R600: Add support for v4f32 stores on R600
tstellar
4
-9
/
+36
2012-09-24
R600: Add optimization for FP_ROUND
tstellar
3
-0
/
+38
2012-09-24
R600: Add support for i8 reads on R600
tstellar
4
-0
/
+35
2012-09-24
R600: Replace AMDGPU pow intrinsic with the llvm version
tstellar
4
-3
/
+6
2012-09-24
Enable the new SROA pass by default.
tstellar
1
-1
/
+1
2012-09-24
Address one of the original FIXMEs for the new SROA pass by implementing
tstellar
2
-21
/
+161
2012-09-24
Emit dtors into proper section while compiling in vcpp-compatible mode.
tstellar
2
-12
/
+31
2012-09-24
Switch to a signed representation for the dynamic offsets while walking
tstellar
2
-26
/
+133
2012-09-24
Don't do actual work inside an assert statement. Fixes PR11760!
tstellar
4
-4
/
+9
2012-09-24
Revise test to avoid using of 'grep'
tstellar
1
-20
/
+14
2012-09-24
Add LLVM_OVERRIDE to methods that override their base classes.
tstellar
17
-66
/
+73
2012-09-24
Enhance test case of atomic16 to verify inst encoding fixed in r164453.
tstellar
1
-0
/
+6
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
3
-38
/
+94
2012-09-24
Fix the handling of edge cases in ARM shifted operands.
tstellar
6
-8
/
+151
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
Machine Model (-schedmodel only). Added SchedAliases.
tstellar
4
-88
/
+327
2012-09-24
Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
tstellar
1
-0
/
+19
2012-09-24
Casting: assert that pointer arguments to isa<> are non-null.
tstellar
1
-0
/
+3
2012-09-24
DenseMap: assert that we have found a bucket before we try to insert into it.
tstellar
1
-0
/
+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
Fix a case where the new SROA pass failed to zap dead operands to
tstellar
2
-7
/
+15
2012-09-24
Add an --enable-backtraces option to configure to determine
tstellar
4
-2
/
+47
2012-09-24
Add an MDBuilder utility for creating !tbaa.struct nodes.
tstellar
1
-0
/
+21
2012-09-24
[CMake] Respect LLVM_BUILD_RUNTIME.
tstellar
1
-0
/
+1
2012-09-24
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
tstellar
6
-2
/
+22
2012-09-24
Have the DbgVariable "isArtificial" and "isObjectPointer" not
tstellar
2
-5
/
+5
2012-09-24
Add comment.
tstellar
1
-1
/
+2
2012-09-24
Add comment.
tstellar
1
-1
/
+2
2012-09-24
Fix a significant recent(?) regression. StackSlotColoring no longer did anything
tstellar
4
-3
/
+10
2012-09-24
docs: Fix long-standing typo in yaml2obj.rst.
tstellar
1
-2
/
+2
2012-09-24
Whitespace.
tstellar
1
-2
/
+2
2012-09-24
Say "bytes" instead of "address units", since that's what the
tstellar
1
-5
/
+5
2012-09-24
Document the new !tbaa.struct metadata.
tstellar
1
-0
/
+39
2012-09-24
Add missing 'to' and rephrase an explanation of GCC's assumptions.
tstellar
1
-4
/
+4
2012-09-24
Document "do not use defaults in covered switch-over-enum" coding standard.
tstellar
1
-0
/
+18
2012-09-24
LoopIdiom: Give up when the loop is not in canonical form.
tstellar
2
-0
/
+39
2012-09-24
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
tstellar
2
-0
/
+42
2012-09-21
Some cleanups after merge of Mesa branch
tstellar
7
-468
/
+7
2012-09-21
Revert "XXX: Update pow test" This WIP commit was accidently pulled.
tstellar
1
-2
/
+2
2012-09-21
Merge branch 'r600-master' into git-svn-R600
tstellar
124
-1
/
+20112
[next]