index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
BasicTargetTransformInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Costmodel: Add support for horizontal vector reductions
Arnold Schwaighofer
2013-09-17
1
-0
/
+15
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-09-11
1
-0
/
+3
*
Revert: r189565 - Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-5
/
+0
*
Add getUnrollingPreferences to TTI
Hal Finkel
2013-08-29
1
-0
/
+5
*
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
Richard Sandiford
2013-08-23
1
-0
/
+7
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
1
-0
/
+1
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+1
*
LoopVectorize: Allow vectorization of loops with lifetime markers
Arnold Schwaighofer
2013-08-06
1
-0
/
+3
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-0
/
+3
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-2
/
+2
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-16
/
+23
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+14
*
Document the decision to assume that the cost of floats is twice as much as i...
Nadav Rotem
2013-04-14
1
-1
/
+3
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
1
-4
/
+7
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-2
/
+6
*
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
1
-12
/
+67
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
1
-0
/
+5
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-4
/
+4
*
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
1
-12
/
+21
*
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
1
-0
/
+5
*
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
1
-0
/
+5
*
Sink AddrMode back into TargetLowering, removing one of the most
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move TargetTransformInfo to live under the Analysis library. This no
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+383