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
2014-11-06
R600/SI: Define a schedule model and enable the generic machine scheduler
si-scheduler-v3
Tom Stellard
8
-26
/
+216
2014-11-06
R600/SI: Add an S_MOV_B32 to patterns which use the M0RegClass
Tom Stellard
2
-24
/
+8
2014-11-06
R600/SI: Emit s_movk_iI32 m0, -1 before every DS instruction
Tom Stellard
8
-55
/
+45
2014-11-06
R600/SI: Mark s_movk_i32 as rematerializable
Tom Stellard
1
-0
/
+2
2014-11-06
R600/SI: Fix spilling of m0 register
Tom Stellard
1
-1
/
+9
2014-11-06
InstrEmitter: Set kill flag when creating a cross-class copy
Tom Stellard
1
-11
/
+13
2014-11-06
R600: Fix 64-bit integer division
Jan Vesely
1
-2
/
+2
2014-11-06
StructurizeCFG: Use LoopInfo analysis for better loop detection
Tom Stellard
2
-1
/
+47
2014-11-06
R600: Factor i64 UDIVREM lowering into its own fuction
Tom Stellard
3
-68
/
+84
2014-11-06
R600/SI: Add pattern for i64 ctlz_zero_undef
Tom Stellard
4
-11
/
+182
2014-11-06
TableGen: Add '_' as a valid character to escape.
Tom Stellard
1
-1
/
+1
2014-11-06
SelectionDAG: Fix incorrect lowering of CONCAT_VECTOR
Tom Stellard
3
-16
/
+63
2014-11-06
R600: Use MCAsmInfoELF as AMDGPUMCAsmInfo base class
Tom Stellard
1
-0
/
+3
2014-11-06
C API: Add LLVMSetTargetMachineShowMCEncoding()
Tom Stellard
2
-0
/
+9
2014-11-06
[Reassociate] Don't reassociate when mixing regular and fast-math FP
Chad Rosier
2
-3
/
+27
2014-11-06
[mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCStat...
Daniel Sanders
2
-33
/
+8
2014-11-06
Use FileCheck in a few tests.
Rafael Espindola
9
-13
/
+36
2014-11-06
Compute the correct jump table entries on 32 bit windows.
Rafael Espindola
2
-2
/
+39
2014-11-06
[X86] When commuting SSE immediate blend, make sure that the new blend mask i...
Andrea Di Biagio
2
-1
/
+15
2014-11-06
Fixing some -Wcast-qual warnings; NFC.
Aaron Ballman
1
-6
/
+7
2014-11-06
[mips] Tolerate the use of the %z inline asm operand modifier with non-immedi...
Toma Tabacu
2
-7
/
+32
2014-11-06
[mips] Add the following MIPS options that control gp-relative addressing of
Sasa Stankovic
6
-43
/
+112
2014-11-06
[mips] Improve error/warning messages and testing for the .cpload assembler d...
Toma Tabacu
3
-19
/
+49
2014-11-06
[JIT] Fix more missing endian conversions (opcodes for AArch64, ARM, and Mips...
Daniel Sanders
2
-31
/
+18
2014-11-06
Object, COFF: Infer symbol sizes from adjacent symbols
David Majnemer
2
-13
/
+45
2014-11-06
X86, MC: Tidy up some whitespace in GetRelocType
David Majnemer
1
-1
/
+1
2014-11-06
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
3
-3
/
+61
2014-11-06
Add three other sections when L symbols are allowed.
Rafael Espindola
2
-0
/
+27
2014-11-06
Allow L symbols in no_dead_strip sections.
Rafael Espindola
2
-0
/
+9
2014-11-06
[X86] Lower VSELECT into SHRUNKBLEND when we shrink the bits used into the
Quentin Colombet
5
-25
/
+130
2014-11-06
Remove unnecessary .c_str() when implicitly converting to Twine
Matt Arsenault
1
-2
/
+2
2014-11-06
[Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs.
Lang Hames
5
-5
/
+5
2014-11-05
[mips64] Fix MIPS64 exception personality encoding
Petar Jovanovic
2
-5
/
+12
2014-11-05
[X86][SSE] Vector integer to float conversion memory folding
Simon Pilgrim
2
-8
/
+29
2014-11-05
[docs] Document usage of Inputs/ for extra test files.
Sean Silva
1
-0
/
+52
2014-11-05
[Linker] Add some test coverage for llvm.ident merging
Sean Silva
3
-0
/
+14
2014-11-05
Fix heap-use-after-free bug in expandSDiv when the operands are
Michael Ilseman
1
-6
/
+10
2014-11-05
Remove obsolete ARM intrinsics vclz and vcnt
Steven Wu
2
-12
/
+0
2014-11-05
Add accessor to get 'visibility' part of st_other field
Simon Atanasyan
2
-1
/
+5
2014-11-05
Fix test breakage from r221386
Derek Schuff
1
-2
/
+2
2014-11-05
R600/SI: Fix omod display for VOP3b
Matt Arsenault
1
-1
/
+1
2014-11-05
[x86 fast-isel] Materialize allocas with the correct-sized lea for ILP32
Derek Schuff
3
-1
/
+25
2014-11-05
R600/SI: Add testcase I forgot to commit from months ago
Matt Arsenault
1
-0
/
+11
2014-11-05
R600/SI: Move all rsrc building functions to SIISelLowering
Matt Arsenault
3
-50
/
+61
2014-11-05
R600/SI: Remove SI_ADDR64_RSRC
Matt Arsenault
4
-44
/
+62
2014-11-05
[NVPTX] Add NVPTXLowerStructArgs pass
Justin Holewinski
5
-0
/
+178
2014-11-05
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
17
-42
/
+47
2014-11-05
remove extra breaks; NFC
Sanjay Patel
1
-4
/
+1
2014-11-05
IR: MDNode => Value: AsmWriter SlotTracker API
Duncan P. N. Exon Smith
1
-8
/
+9
2014-11-05
[ARM] Remove more dead code.
Tilmann Scheller
1
-4
/
+0
[next]