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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-14
XXX: Kernel args
kernel-args-WIP
Tom Stellard
1
-2
/
+2
2013-10-14
XXX: Kernel args
Tom Stellard
1
-44
/
+46
2013-10-14
XXX: Justin's patch
Tom Stellard
1
-6
/
+4
2013-10-14
XXX: Args
Tom Stellard
1
-2
/
+3
2013-10-14
XXX: kernel args
Tom Stellard
1
-1
/
+1
2013-10-14
XXX: S_LOAD_DWORD
Tom Stellard
1
-4
/
+4
2013-10-14
XXX: SI arg fixes
Tom Stellard
2
-2
/
+13
2013-10-14
XXX: Remove extra dump
Tom Stellard
1
-1
/
+0
2013-10-14
R600/SI: Use S_LOAD_DWORD instructions for v8i16 and v16i16
Tom Stellard
3
-2
/
+8
2013-10-14
R600: Fix handling of vector kernel arguments
Tom Stellard
10
-109
/
+135
2013-10-14
SelectionDAG: Pass along the original argument/element type in ISD::InputArg
Justin Holewinski
3
-8
/
+18
2013-10-14
R600: Make sure OQAP defs and uses happen in the same clause
Tom Stellard
3
-14
/
+41
2013-10-14
R600: Fix a crash in the AMDILCFGStructurizer
Tom Stellard
2
-2
/
+151
2013-10-14
R600: Remove some dead code from the AMDILCFGStructurizer
Tom Stellard
1
-21
/
+4
2013-10-14
R600/SI: Add support for private address space load/store
Tom Stellard
26
-137
/
+419
2013-10-14
R600/SI: Add support for i64 bitwise or
Tom Stellard
2
-4
/
+29
2013-10-14
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
16
-144
/
+608
2013-10-14
R600: Simplify handling of private address space
Tom Stellard
14
-436
/
+134
2013-10-14
R600: Remove unused InstrInfo::getMovImmInstr() function
Tom Stellard
5
-31
/
+0
2013-10-14
vs2013 msbuild integration: add missing .target files, fix typo in CMakeLists
Hans Wennborg
3
-1
/
+25
2013-10-14
MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
10
-27
/
+62
2013-10-14
Remove utils/profile.pl.
Rafael Espindola
1
-74
/
+0
2013-10-14
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
Rafael Espindola
4
-207
/
+0
2013-10-14
Remove the now unused strong phi elimination pass.
Rafael Espindola
6
-850
/
+3
2013-10-14
Basic blocks typically have few predecessors. Use a SmallDenseMap to
Chris Lattner
1
-3
/
+3
2013-10-14
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2
-28
/
+215
2013-10-14
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
6
-0
/
+497
2013-10-14
Add Cortex-A57 support
Bernard Ogden
3
-1
/
+23
2013-10-14
Add subtarget feature support for Cortex-A53
Bernard Ogden
6
-10
/
+28
2013-10-14
[mips][msa] Direct Object Emission support for BIT instructions.
Matheus Almeida
3
-74
/
+280
2013-10-14
[mips][msa] Direct Object Emission support for VEC instructions.
Matheus Almeida
3
-67
/
+115
2013-10-14
[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
Matheus Almeida
2
-14
/
+36
2013-10-14
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
3
-31
/
+157
2013-10-14
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
4
-14
/
+190
2013-10-14
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2
-4
/
+23
2013-10-14
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
5
-11
/
+77
2013-10-14
Create classes to reduce the size of the tablegen entries for the CRC32 instr...
Craig Topper
1
-66
/
+33
2013-10-14
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
8
-96
/
+118
2013-10-14
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2
-0
/
+13
2013-10-14
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...
Craig Topper
2
-2
/
+18
2013-10-14
Windows: Fix a typo in an assert
David Majnemer
1
-6
/
+3
2013-10-14
Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...
Craig Topper
1
-4
/
+8
2013-10-14
Windows: Don't bother with pinning Kernel32.dll
David Majnemer
1
-3
/
+1
2013-10-13
MC: Don't assume incoming StringRef's are null terminated.
Will Dietz
3
-13
/
+8
2013-10-13
R600: improve dump of S_WAITCNT
Vincent Lejeune
4
-1
/
+58
2013-10-13
R600/SI: Add SinkingPass before ISel
Vincent Lejeune
1
-0
/
+1
2013-10-13
R600/SI: Support byval arguments
Vincent Lejeune
2
-2
/
+8
2013-10-13
R600: Use masked read sel for texture instructions
Vincent Lejeune
2
-8
/
+12
2013-10-13
R600: fix swizzle export
Vincent Lejeune
3
-6
/
+156
2013-10-13
R600: Clear the VPM bit of export instructions.
Vincent Lejeune
1
-4
/
+4
[next]