| .. |
|
barriercall.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
cast.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
cmp_sel.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
compare-reduce.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
crash_7zip.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
crash_bullet.ll
|
Consolidate some of the lit tests.
|
2013-07-11 05:01:50 +00:00 |
|
crash_bullet3.ll
|
Consolidate some of the lit tests.
|
2013-07-11 05:01:50 +00:00 |
|
crash_dequeue.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
crash_flop7.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
crash_lencod.ll
|
Consolidate some of the lit tests.
|
2013-07-11 05:11:33 +00:00 |
|
crash_mandeltext.ll
|
Consolidate more lit tests.
|
2013-07-11 05:15:11 +00:00 |
|
crash_sim4b1.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
crash_smallpt.ll
|
Consolidate some of the lit tests.
|
2013-07-11 05:11:33 +00:00 |
|
cross_block_slp.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
cse.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
cycle_dup.ll
|
When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can.
|
2013-07-22 22:18:07 +00:00 |
|
diamond.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
external_user.ll
|
SLPVectorizer: Sink and enable CSE for ExtractElements.
|
2013-07-12 06:09:24 +00:00 |
|
extract.ll
|
SLPVectorizer: handle scalars that are extracted from vectors (using ExtractElementInst).
|
2013-06-19 17:33:16 +00:00 |
|
flag.ll
|
Remove unused function attributes.
|
2013-04-14 05:47:04 +00:00 |
|
hoist.ll
|
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.
|
2013-04-15 22:00:26 +00:00 |
|
in-tree-user.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
lit.local.cfg
|
…
|
|
|
long_chains.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
loopinvariant.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
multi_block.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
multi_user.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
odd_store.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
ordering.ll
|
SLPVectorizer: Change the order in which new instructions are added to the function.
|
2013-05-22 19:47:32 +00:00 |
|
phi.ll
|
SLP Vectorizer: Add support for trees with external users.
|
2013-06-28 22:07:09 +00:00 |
|
pr16571.ll
|
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
|
2013-07-09 21:38:08 +00:00 |
|
pr16628.ll
|
PR16628: Fix a bug in the code that merges compares.
|
2013-07-15 22:52:48 +00:00 |
|
reduction.ll
|
Revert "Recommit r179497 after fixing uninitialized variable." until
|
2013-04-15 07:31:37 +00:00 |
|
reduction2.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
rgb_phi.ll
|
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
|
2013-07-14 01:42:54 +00:00 |
|
saxpy.ll
|
SLPVectorizer: Implement DCE as part of vectorization.
|
2013-07-07 06:57:07 +00:00 |
|
simple-loop.ll
|
Remove unused function attributes.
|
2013-04-14 05:47:04 +00:00 |
|
simplebb.ll
|
Remove unused function attributes.
|
2013-04-14 05:47:04 +00:00 |
|
vector.ll
|
Fix PR15800. Do not try to vectorize vectors and structs.
|
2013-04-20 22:29:43 +00:00 |