index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Target
/
TargetTransformImpl.h
Age
Commit message (
Expand
)
Author
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Refactor the ScalarTargetTransformInfo API for querying about the
Chandler Carruth
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2012-12-24
CostModel: We have API for checking the costs of known shuffles. This patch adds
Nadav Rotem
2012-12-24
Change the codegen Cost Model API for shuffeles. This patch removes the API f...
Nadav Rotem
2012-12-23
Loop Vectorizer: Update the cost model of scatter/gather operations and make
Nadav Rotem
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-08
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-29
rdar://12100355 (part 1)
Shuxin Yang
2012-11-05
Refactor the getTypeLegalizationCost interface. No functionality change.
Nadav Rotem
2012-11-05
Implement the cost of abnormal x86 instruction lowering as a table.
Nadav Rotem
2012-11-03
X86 CostModel: Add support for a some of the common arithmetic instructions f...
Nadav Rotem
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-26
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
Add VectorTargetTransform::getNumberOfParts.
Hal Finkel
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-12
Shuffle the virtual destructor down to the base. This should actually pacify
Nick Lewycky
2012-10-12
Give this class full of virtual functions a virtual destructor. Classes love
Nick Lewycky
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem