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
/
test
/
Transforms
/
BBVectorize
/
X86
Age
Commit message (
Expand
)
Author
2013-04-12
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2012-12-26
BBVectorize: Use VTTI to compute costs for intrinsics vectorization
Hal Finkel
2012-11-13
BBVectorize: Don't vectorize vector-manipulation chains
Hal Finkel
2012-11-12
BBVectorize: Only some insert element operand pairs are free.
Hal Finkel
2012-11-12
BBVectorize: Use a more sophisticated check for input cost
Hal Finkel
2012-11-12
BBVectorize: Check the types of compare instructions
Hal Finkel
2012-11-12
BBVectorize: Check the input types of shuffles for legality
Hal Finkel
2012-11-01
BBVectorize: Commit the rest of the test-case change.
Hal Finkel
2012-11-01
BBVectorize: Use target costs for incoming and outgoing values instead of the...
Hal Finkel
2012-10-31
BBVectorize: Choose pair ordering to minimize shuffles
Hal Finkel
2012-10-30
Remove an invalid assert in TargetTransformImpl
Hal Finkel
2012-10-26
Move target-specific BBVectorize tests into a separate directory.
Hal Finkel