aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetTransformImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-091-0/+19
* Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem2012-12-051-1/+1
* Use the isTruncFree and isZExtFree API to figure out of these operations are ...Nadav Rotem2012-11-111-2/+10
* Refactor the getTypeLegalizationCost interface. No functionality change.Nadav Rotem2012-11-051-18/+14
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-051-3/+10
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-051-2/+3
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-051-9/+9
* Scalar Bitcasts and Truncs are usually freeNadav Rotem2012-11-021-0/+5
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-311-26/+41
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-301-1/+6
* Remove an invalid assert in TargetTransformImplHal Finkel2012-10-301-4/+13
* Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg2012-10-291-3/+3
* Calling TLI->getNumRegisters creates a circular dependency when building LLVM...Nadav Rotem2012-10-291-2/+4
* Refactor the VectorTargetTransformInfo interface.Nadav Rotem2012-10-261-27/+125
* Better handling of OpcodeToISD using enum/switch.Renato Golin2012-10-261-67/+68
* Add VectorTargetTransform::getNumberOfParts.Hal Finkel2012-10-261-0/+8
* Minor cleanups.Nadav Rotem2012-10-251-7/+7
* Implement a basic cost model for vector and scalar instructions. Nadav Rotem2012-10-241-2/+127
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-241-0/+30
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+43
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-43/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+43