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
/
PowerPC
/
PPCTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
2014-09-18
1
-5
/
+7
*
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...
Sanjay Patel
2014-09-10
1
-2
/
+2
*
Remove 'virtual' keyword from methods markedwith 'override' keyword.
Craig Topper
2014-08-30
1
-24
/
+21
*
Allow vectorization of division by uniform power of 2.
Karthik Bhat
2014-08-25
1
-8
/
+10
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+1
*
Fix typo.
Eric Christopher
2014-05-22
1
-1
/
+1
*
[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
*
[PowerPC] [Constant Hoisting] Enable constant hoisting on PPC
Hal Finkel
2014-04-13
1
-0
/
+147
*
[PowerPC] Remove unused TM member variable to unbreak build
Hal Finkel
2014-04-05
1
-3
/
+2
*
[PowerPC] Adjust load/store costs in PPCTTI
Hal Finkel
2014-04-04
1
-3
/
+23
*
[PowerPC] PPCTTI Cleanup
Hal Finkel
2014-04-04
1
-4
/
+0
*
[PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCost
Hal Finkel
2014-04-02
1
-3
/
+3
*
[PowerPC] VSX loads and stores support unaligned access
Hal Finkel
2014-03-26
1
-0
/
+2
*
[PowerPC] Initial support for the VSX instruction set
Hal Finkel
2014-03-13
1
-1
/
+9
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-14
/
+14
*
Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
2014-03-02
1
-1
/
+1
*
Add final and owerride keywords to TargetTransformInfo's subclasses.
Juergen Ributzka
2014-01-24
1
-15
/
+17
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Implement TTI getUnrollingPreferences for PowerPC
Hal Finkel
2013-09-11
1
-0
/
+9
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-3
/
+8
*
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-28
1
-3
/
+2
*
Refine fix to bug 15041.
Bill Schmidt
2013-02-08
1
-18
/
+17
*
Constrain PowerPC autovectorization to fix bug 15041.
Bill Schmidt
2013-02-07
1
-0
/
+19
*
Remove unused variables, silences -Wunused-variable
Dmitri Gribenko
2013-01-25
1
-4
/
+2
*
Initial implementation of PPCTargetTransformInfo
Hal Finkel
2013-01-25
1
-0
/
+220