Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
6bf4f676413b8f7d97aaff289997aab344180957
/
lib
/
Analysis
/
TargetTransformInfo.cpp
6bf4f67
CostModel: Add parameter to instruction cost to further classify operand values
by Arnold Schwaighofer
· 12 years ago
ac5b391
Small fix for cost analysis of ptrtoint.
by Patrik Hagglund
· 12 years ago
fb55a8f
ARM cost model: Address computation in vector mem ops not free
by Arnold Schwaighofer
· 12 years ago
13086a6
Begin fleshing out an interface in TTI for modelling the costs of
by Chandler Carruth
· 12 years ago
a5157e6
Switch CodeMetrics itself over to use TTI to determine if an instruction
by Chandler Carruth
· 12 years ago
1e05bd9
Introduce a generic interface for querying an operation's expected lowered cost.
by Chandler Carruth
· 12 years ago
053a211
Revert CostTable algorithm, will re-write
by Renato Golin
· 12 years ago
065db23
Fix 80-col and early exit in cost model
by Renato Golin
· 12 years ago
d3c965d
Change CostTable model to be global to all targets
by Renato Golin
· 12 years ago
14925e6
ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor.
by Nadav Rotem
· 12 years ago
83be7b0
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM.
by Nadav Rotem
· 12 years ago
e4ba75f
Switch the SCEV expander and LoopStrengthReduce to use
by Chandler Carruth
· 12 years ago
d1b8ef9
Make the popcnt support enums and methods have more clear names and
by Chandler Carruth
· 12 years ago
be04929
Move TargetTransformInfo to live under the Analysis library. This no
by Chandler Carruth
· 12 years ago
[Renamed (97%) from lib/IR/TargetTransformInfo.cpp]
aeef83c
Switch TargetTransformInfo from an immutable analysis pass that requires
by Chandler Carruth
· 12 years ago
7bdf6b0
Convert the TargetTransformInfo from an immutable pass with dynamic
by Chandler Carruth
· 12 years ago
c2c50cd
Rename VMCore directory to IR.
by Chandler Carruth
· 12 years ago
[Renamed (94%) from lib/VMCore/TargetTransformInfo.cpp]
276c43f
Lowercase the argument for TargetTransformInfo so it's consistent with all other passes.
by Benjamin Kramer
· 12 years ago
c97410e
Add a comment which explains why the assert fired and how to fix it.
by Nadav Rotem
· 12 years ago
cbd9a19
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerinvoke.
by Nadav Rotem
· 12 years ago
3b9a911
Temporarily revert the TargetTransform changes.
by Bob Wilson
· 12 years ago
e3d0e86
by Nadav Rotem
· 12 years ago