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-10
R600/SI: Add support for private address space load/store
r600-private-mem-fixes
Tom Stellard
26
-137
/
+419
2013-10-10
R600/SI: Add support for i64 bitwise or
Tom Stellard
2
-4
/
+29
2013-10-10
R600/SI: Prefer SALU instructions for bit shift operations
Tom Stellard
16
-144
/
+608
2013-10-10
R600: Simplify handling of private address space
Tom Stellard
14
-436
/
+134
2013-10-10
R600: Remove unused InstrInfo::getMovImmInstr() function
Tom Stellard
5
-31
/
+0
2013-10-10
R600/SI: Implement SIInstrInfo::verifyInstruction() for VOP*
tstellar
5
-4
/
+142
2013-10-10
R600/SI: Use -verify-machineinstrs for most tests
tstellar
84
-86
/
+86
2013-10-10
R600/SI: Define a separate MIMG instruction for each possible output value type
tstellar
5
-35
/
+90
2013-10-10
R600/SI: Mark the EXEC register as reserved
tstellar
1
-0
/
+1
2013-10-10
R600: Use StructurizeCFGPass for non SI targets
tstellar
6
-2
/
+18
2013-10-10
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
haoliu
15
-3
/
+2827
2013-10-10
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
rafael
15
-2808
/
+3
2013-10-10
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
haoliu
15
-3
/
+2808
2013-10-10
ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline.
d0k
1
-2
/
+4
2013-10-10
Disable function padding to get this test to pass on atom.
Benjamin Kramer
1
-1
/
+1
2013-10-10
ARM: correct liveness flags during ARMLoadStoreOpt
Tim Northover
2
-0
/
+117
2013-10-10
Allow non-AVX form of pmovmskb to take a GR64 operand.
Craig Topper
2
-0
/
+6
2013-10-10
Remove duplicate instructions.
Craig Topper
1
-16
/
+0
2013-10-10
Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.
Craig Topper
1
-1
/
+1
2013-10-09
[mips] Do not generate INS/EXT nodes if target does not have support for
Akira Hatanaka
3
-17
/
+25
2013-10-09
Revert "llvm-c: Make target initializer functions external functions in lib."
Rui Ueyama
3
-55
/
+36
2013-10-09
Debug Info: In DIBuilder, the context and type fields of template_type and
Manman Ren
5
-54
/
+76
2013-10-09
llvm-c: Make target initializer functions external functions in lib.
Anders Waldenborg
3
-36
/
+55
2013-10-09
Debug Info: In DIBuilder, the context field of a forward decl is updated
Manman Ren
2
-35
/
+47
2013-10-09
Add missing releases.
Bill Wendling
1
-0
/
+2
2013-10-09
Flip the ownership of MCStreamer and MCTargetStreamer.
Benjamin Kramer
2
-4
/
+4
2013-10-09
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2
-0
/
+34
2013-10-09
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
3
-6
/
+7
2013-10-09
[Sparc] Disable tail call optimization for sparc64.
Venkatraman Govindaraju
2
-0
/
+43
2013-10-09
Test commit. Remove whitespace from otherwise empty lines.
Greg Bedwell
1
-2
/
+2
2013-10-09
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
5
-65
/
+192
2013-10-09
AArch64: enable MISched by default.
Tim Northover
12
-93
/
+101
2013-10-09
AArch64: migrate ADRP relaxation test to be llvm-mc only.
Tim Northover
2
-27
/
+18
2013-10-09
More x86 disassembler filtering cleanup.
Craig Topper
1
-4
/
+1
2013-10-09
Add missing HasAVX512 predicate.
Andrew Trick
1
-2
/
+2
2013-10-09
Remove some old filters from the x86 disassembler table builder.
Craig Topper
1
-6
/
+0
2013-10-09
Replace a couple instructions with patterns referring to other instructions w...
Craig Topper
1
-16
/
+11
2013-10-09
Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...
Craig Topper
1
-4
/
+4
2013-10-09
Mark some instructions as CodeGenOnly since they aren't needed by the assembl...
Craig Topper
1
-65
/
+73
2013-10-09
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...
Craig Topper
5
-11
/
+19
2013-10-09
Add a paragraph about MCTargetStreamer.
Rafael Espindola
1
-0
/
+7
2013-10-09
llvm/test/LTO should run also on cygwin.
NAKAMURA Takumi
1
-3
/
+0
2013-10-09
Debug Info: In DIBuilder, the context field of a DICompositeType is updated
Manman Ren
2
-35
/
+45
2013-10-08
Debug Info: In DIBuilder, the context fields of a static member and a
Manman Ren
2
-29
/
+50
2013-10-08
Debug Info: In DIBuilder, the derived-from field of DICompositeType
Manman Ren
2
-7
/
+17
2013-10-08
Debug Info: In DIBuilder, the derived-from field of DIDerivedType
Manman Ren
2
-20
/
+46
2013-10-08
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
Chad Rosier
6
-10
/
+201
2013-10-08
Fix duplicated assertions.
Matt Arsenault
1
-27
/
+21
2013-10-08
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
6
-0
/
+152
2013-10-08
Explicitly request unsigned enum types when desired
Reid Kleckner
3
-3
/
+3
[next]