[InstructionCombining] prepareICWorklistFromFunction halts in infinite loop with...
[oota-llvm.git] / test / Transforms / SLPVectorizer /
2013-10-29 Arnold SchwaighoferARM cost model: Account for zero cost scalar SROA instr...
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-16 Arnold SchwaighoferRevert "SLPVectorizer: Don't vectorize volatile memory...
2013-10-16 Arnold SchwaighoferSLPVectorizer: Don't vectorize volatile memory operations
2013-10-12 Arnold SchwaighoferSLPVectorizer: Sort PHINodes based on their opcode
2013-10-04 Arnold SchwaighoferSLPVectorizer: Sort inputs to commutative binary operations
2013-10-02 Yi JiangApply slp vectorization on fully-vectorizable tree...
2013-10-02 Benjamin KramerSLPVectorizer: Make store chain finding more aggressive...
2013-09-30 Manman RenTBAA: update tbaa format from scalar format to struct...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-27 Matt ArsenaultFix SLPVectorizer using wrong address space for load...
2013-09-27 Justin BognerTransforms: Use getFirstNonPHI to set the insertion...
2013-09-25 Arnold SchwaighoferSLPVectorize: Put horizontal reductions feeding a store...
2013-09-24 Yi JiangTest case for r191314.
2013-09-21 Arnold SchwaighoferReapply "SLPVectorizer: Handle more horizontal reductio...
2013-09-21 Arnold SchwaighoferRevert "SLPVectorizer: Handle more horizontal reduction...
2013-09-20 Arnold SchwaighoferSLPVectorizer: Handle more horizontal reductions (disabled)
2013-09-18 Chandler CarruthName the XCore target-specific subdirectories canonically.
2013-09-18 NAKAMURA TakumiA couple of tests, in llvm/test/Transforms/*/xcore...
2013-09-18 Robert LyttonPrevent LoopVectorizer and SLPVectorizer running if...
2013-09-17 Arnold SchwaighoferSLPVectorizer: Don't vectorize phi nodes that use invok...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-03 Yi JiangIn this patch we are trying to do two things:
2013-08-26 Matt ArsenaultFix inserting instructions before last in bundle.
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-26 Matt ArsenaultForgot to add slp threshold to test
2013-08-26 Matt ArsenaultVectorize starting from insertelements building a vector
2013-08-22 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 Chandler CarruthTeach the SLP vectorizer the correct way to check for...
2013-08-20 Arnold SchwaighoferSLPVectorizer: Fix invalid iterator errors
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Nadav RotemFix PR16797 - Support PHINodes with multiple inputs...
2013-08-02 Nadav RotemSLPVectorizer: Fix PR16777. PHInodes may use multiple...
2013-07-29 Nadav RotemAdd the C source code to the test to make it easier...
2013-07-29 Nadav RotemSLPVectorier: update the debug location for the new...
2013-07-29 Nadav RotemDon't vectorize when the attribute NoImplicitFloat...
2013-07-26 Nadav RotemSLP Vectorier: Don't vectorize really short chains...
2013-07-26 Nadav RotemSLP Vectorizer: Disable the vectorization of non power...
2013-07-22 Nadav RotemWhen we vectorize across multiple basic blocks we may...
2013-07-15 Nadav RotemPR16628: Fix a bug in the code that merges compares.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-07-12 Nadav RotemSLPVectorizer: Sink and enable CSE for ExtractElements.
2013-07-12 Nadav RotemSLPVectorize: Replace the code that checks for vectoriz...
2013-07-11 Nadav RotemConsolidate more lit tests.
2013-07-11 Nadav RotemConsolidate some of the lit tests.
2013-07-11 Nadav RotemConsolidate some of the lit tests.
2013-07-09 Nadav RotemFix PR16571, which is a bug in the code that checks...
2013-07-07 Nadav RotemSLPVectorizer: Implement DCE as part of vectorization.
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
2013-06-26 Nadav RotemErase all of the instructions that we RAUWed
2013-06-26 Nadav RotemDo not add cse-ed instructions into the visited map...
2013-06-25 Nadav RotemSLPVectorizer: support slp-vectorization of PHINodes...
2013-06-24 Nadav RotemSLP Vectorizer: Add support for vectorizing parts of...
2013-06-23 Nadav RotemSLP Vectorizer: Fix a bug in the code that does CSE...
2013-06-23 Nadav RotemSLP Vectorizer: Implement a simple CSE optimization...
2013-06-22 Nadav RotemSLP Vectorizer: Implement multi-block slp-vectorization.
2013-06-20 Nadav RotemSLPVectorization: Add a basic support for cross-basic...
2013-06-19 Nadav RotemSLPVectorizer: handle scalars that are extracted from...
2013-06-19 Nadav RotemSLPVectorizer: start constructing chains at stores...
2013-06-19 Nadav RotemSLPVectorizer: vectorize compares and selects.
2013-05-22 Nadav RotemSLPVectorizer: Change the order in which new instructio...
2013-05-12 Nadav RotemSLPVectorizer: Fix a bug in the code that generates...
2013-05-10 Nadav RotemSLPVectorizer: Add support for trees with external...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-21 Nadav RotemSLPVectorize: Add support for vectorization of casts.
2013-04-20 Nadav RotemFix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 Nadav RotemSLPVectorizer: Improve the cost model for loop invarian...
2013-04-15 Nadav RotemSLPVectorizer: Make it a function pass and add code...
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-15 Nadav RotemSLPVectorizer: Add support for vectorizing trees that...
2013-04-14 Eric ChristopherRevert "Remove some unused triple and data layout."
2013-04-14 Eric ChristopherRemove some unused triple and data layout.
2013-04-14 Nadav RotemMake the command line triple match the module triple.
2013-04-14 Nadav RotemRemove unused function attributes.
2013-04-14 Nadav RotemSLPVectorizer: Add support for trees that don't start...
2013-04-14 Nadav RotemSLPVectorizer: add initial support for reduction variab...
2013-04-12 Nadav RotemSLPVectorizer: add support for vectorization of diamond...
2013-04-10 Nadav RotemMake the SLP store-merger less paranoid about function...
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.