summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetTransformInfo.cpp
Commit message (Expand)AuthorAge
* X86 cost model: Exit before calling getSimpleVT on non-simple VTsArnold Schwaighofer2013-04-17
* X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2013-04-08
* X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer2013-04-04
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer2013-04-03
* X86TTI: Add accurate costs for itofp operations, based on the actual instruct...Benjamin Kramer2013-04-01
* Correct cost model for vector shift on AVX2Michael Liao2013-03-20
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-19
* X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer2013-03-02
* I optimized the following patterns:Elena Demikhovsky2013-02-20
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-24
* Revert CostTable algorithm, will re-writeRenato Golin2013-01-20
* Change CostTable model to be global to all targetsRenato Golin2013-01-16
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Fix the enumerator names for ShuffleKind to match tho coding standards,Chandler Carruth2013-01-07
* Make the popcnt support enums and methods have more clear names andChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07