index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
R600
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-04
R600: Fix the fetch limits for R600 generation GPUs
r600-gen-fixes
Tom Stellard
4
-27
/
+30
2013-06-04
R600: Move Subtarget feature definitions into AMDGPU.td
Tom Stellard
2
-64
/
+66
2013-06-04
R600: Remove unnecessary include
Tom Stellard
3
-2
/
+4
2013-06-05
R600: Make sure to schedule AR register uses and defs in the same clause
Tom Stellard
3
-4
/
+40
2013-06-05
Revert "R600: Add a pass that merge Vector Register"
Rafael Espindola
4
-370
/
+0
2013-06-04
R600: Add a pass that merge Vector Register
Vincent Lejeune
4
-0
/
+370
2013-06-04
R600: Const/Neg/Abs can be folded to dot4
Vincent Lejeune
5
-47
/
+186
2013-06-04
R600: Swizzle texture/export instructions
Vincent Lejeune
2
-20
/
+126
2013-06-04
Silencing an MSVC warning about mixing bool and unsigned int.
Aaron Ballman
1
-1
/
+1
2013-06-03
R600/SI: Add support for work item and work group intrinsics
Tom Stellard
3
-15
/
+88
2013-06-03
R600/SI: Add a calling convention for compute shaders
Tom Stellard
3
-9
/
+39
2013-06-03
R600/SI: Custom lower i64 sign_extend
Tom Stellard
2
-0
/
+19
2013-06-03
R600/SI: Adjust some instructions' out register class after ISel
Tom Stellard
2
-0
/
+52
2013-06-03
R600/SI: Handle REG_SEQUENCE in fitsRegClass()
Tom Stellard
1
-3
/
+13
2013-06-03
R600/SI: Handle nodes with glue results correctly SITargetLowering::foldOpera...
Tom Stellard
1
-0
/
+16
2013-06-03
R600/SI: Fixup CopyToReg register class in PostprocessISelDAG()
Tom Stellard
1
-5
/
+33
2013-06-03
R600/SI: Add support for global loads
Tom Stellard
3
-4
/
+39
2013-06-03
R600/SI: Rework MUBUF store instructions
Tom Stellard
5
-42
/
+71
2013-06-03
R600: 3 op instructions have no write bit but the result are store in PV
Vincent Lejeune
1
-3
/
+1
2013-06-03
R600: CALL_FS consumes a stack size entry
Vincent Lejeune
1
-0
/
+1
2013-06-03
R600: use capital letter for PV channel
Vincent Lejeune
1
-4
/
+4
2013-06-03
R600: Constraints input regs of interp_xy,_zw
Vincent Lejeune
2
-11
/
+15
2013-05-31
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
1
-1
/
+2
2013-05-29
Temporary fix to get rid of gcc warning.
Patrik Hagglund
1
-1
/
+10
2013-05-25
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
8
-45
/
+44
2013-05-23
R600: Fix R600ControlFlowFinalizer not considering VTX_READ 128 bit dst reg
Tom Stellard
1
-2
/
+9
2013-05-23
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
14
-35
/
+35
2013-05-23
R600: Hide symbols of implementation details.
Benjamin Kramer
4
-63
/
+25
2013-05-23
Setting the default value (fixes CRT assertions about uninitialized variable ...
Aaron Ballman
1
-3
/
+3
2013-05-23
Fix 32 bit build in c++11 mode.
Rafael Espindola
1
-1
/
+1
2013-05-23
Fix a leak on the r600 backend.
Rafael Espindola
2
-8
/
+12
2013-05-23
clang-format this file.
Rafael Espindola
1
-29
/
+25
2013-05-22
Fix use after free (pr16103).
Rafael Espindola
1
-7
/
+22
2013-05-22
Check that a function starts with llvm. before using GET_FUNCTION_RECOGNIZER.
Rafael Espindola
1
-0
/
+3
2013-05-22
R600ISelLowering.cpp: Avoid "using namespace Intrinsic;" to appease MSC. Spec...
NAKAMURA Takumi
1
-18
/
+15
2013-05-22
R600: Whitespace and untabify.
NAKAMURA Takumi
1
-2
/
+2
2013-05-22
Create an FPOW SDNode opcode def in the target independent .td file rather th...
Owen Anderson
1
-2
/
+0
2013-05-22
Attempt to fix the mingw32 bot.
Rafael Espindola
1
-4
/
+4
2013-05-22
s/u_int32_t/uint32_t/
Rafael Espindola
1
-2
/
+2
2013-05-22
Fix warning in non-assert build.
Rafael Espindola
1
-0
/
+2
2013-05-20
R600: Fix bug detected by GCC warning.
Benjamin Kramer
1
-2
/
+2
2013-05-20
R600/SI: Use a multiclass for MUBUF_Load_Helper
Tom Stellard
2
-20
/
+30
2013-05-20
R600/SI: Add a pattern for S_LOAD_DWORDX2_* instructions
Tom Stellard
1
-0
/
+1
2013-05-20
R600/SI: Add pattern for rotr
Tom Stellard
1
-0
/
+2
2013-05-20
R600: Swap the legality of rotl and rotr
Tom Stellard
7
-28
/
+11
2013-05-20
R600/SI: Add patterns for 64-bit shift operations
Tom Stellard
2
-3
/
+22
2013-05-20
R600/SI: Use the same names for VOP3 operands and encoding fields
Tom Stellard
2
-37
/
+37
2013-05-20
R600/SI: Make fitsRegClass() operands const
Tom Stellard
2
-2
/
+3
2013-05-18
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
4
-11
/
+11
2013-05-17
Fix the build in c++11 mode.
Rafael Espindola
1
-2
/
+2
[next]