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
/
AMDGPUTargetTransformInfo.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-10
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
1
-1
/
+4
2015-02-05
R600/SI: Fix bug in TTI loop unrolling preferences
Tom Stellard
1
-1
/
+1
2015-02-01
[multiversion] Remove the function parameter from the unrolling
Chandler Carruth
1
-1
/
+1
2015-01-31
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
1
-52
/
+1
2015-01-31
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
1
-63
/
+36
2014-11-12
Fix broken doxygen annotations, NFC
Jingyue Wu
1
-2
/
+0
2014-09-18
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
1
-2
/
+2
2014-09-10
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
1
-2
/
+2
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-1
/
+1
2014-07-25
R600/SI: Allow partial unrolling and increase thresholds.
Matt Arsenault
1
-1
/
+7
2014-07-19
Revert accidentally committed r213459
Matt Arsenault
1
-3
/
+1
2014-07-19
XXX - Increase unroll threshold
Matt Arsenault
1
-1
/
+3
2014-07-19
R600: Implement a few simple TTI queries.
Matt Arsenault
1
-0
/
+24
2014-07-18
R600: Implement TTI:getPopcntSupport
Matt Arsenault
1
-0
/
+8
2014-07-17
Use range for
Matt Arsenault
1
-6
/
+4
2014-07-17
R600: Short circuit alloca check if address space isn't private.
Matt Arsenault
1
-1
/
+1
2014-04-29
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
1
-5
/
+6
2014-04-25
[C++] Use 'nullptr'. Target edition.
Craig Topper
1
-1
/
+1
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-04-04
Fix tabs
Matt Arsenault
1
-5
/
+5
2014-03-10
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
1
-2
/
+0
2014-03-02
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
1
-4
/
+4
2014-03-02
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
1
-1
/
+1
2014-02-25
R600: Don't unconditionally unroll loops with private memory accesses
Tom Stellard
1
-3
/
+7
2014-01-24
Add final and owerride keywords to TargetTransformInfo's subclasses.
Juergen Ributzka
1
-5
/
+5
2014-01-23
R600: Unconditionally unroll loops that contain GEPs with alloca pointers
Tom Stellard
1
-0
/
+29
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-1
/
+1
2013-07-27
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
1
-0
/
+90