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