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
/
Target
/
TargetTransformImpl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
1
-0
/
+19
*
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
1
-1
/
+1
*
Use the isTruncFree and isZExtFree API to figure out of these operations are ...
Nadav Rotem
2012-11-11
1
-2
/
+10
*
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
1
-18
/
+14
*
Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.
Nadav Rotem
2012-11-05
1
-3
/
+10
*
Cost Model: teach the cost model about expanding integers.
Nadav Rotem
2012-11-05
1
-2
/
+3
*
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-05
1
-9
/
+9
*
Scalar Bitcasts and Truncs are usually free
Nadav Rotem
2012-11-02
1
-0
/
+5
*
Fix a bug in the cost calculation of vector casts. Detect situations where bi...
Nadav Rotem
2012-10-31
1
-26
/
+41
*
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-30
1
-1
/
+6
*
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-30
1
-4
/
+13
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-3
/
+3
*
Calling TLI->getNumRegisters creates a circular dependency when building LLVM...
Nadav Rotem
2012-10-29
1
-2
/
+4
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
1
-27
/
+125
*
Better handling of OpcodeToISD using enum/switch.
Renato Golin
2012-10-26
1
-67
/
+68
*
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-26
1
-0
/
+8
*
Minor cleanups.
Nadav Rotem
2012-10-25
1
-7
/
+7
*
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
1
-2
/
+127
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-0
/
+30
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-0
/
+43
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-43
/
+0
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-0
/
+43