Tabs to spaces. No functionality change.
[oota-llvm.git] / lib / Transforms / Vectorize /
2013-05-03 Nadav RotemLoopVectorizer: Add support for if-conversion of PHINod...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-30 Nadav RotemFix a typo
2013-04-26 Nadav RotemLoopVectorizer: Calculate the number of pointers to...
2013-04-25 Nadav RotemLoopVectorizer: No need to generate pointer disambiguat...
2013-04-24 Arnold SchwaighoferLoopVectorizer: Change variable name Stride to Consecut...
2013-04-24 Arnold SchwaighoferLoopVectorize: Scalarize padded types
2013-04-24 Arnold SchwaighoferLoopVectorizer: Bail out if we don't have datalayout...
2013-04-23 Nadav RotemLoopVectorizer: Fix 15830. When scalarizing and unrolli...
2013-04-23 Pekka JaaskelainenCall the potentially costly isAnnotatedParallel() only...
2013-04-23 Pekka JaaskelainenRefuse to (even try to) vectorize loops which have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-21 Nadav RotemSLPVectorize: Add support for vectorization of casts.
2013-04-21 Nadav RotemSLPVectorizer: Fix a bug in the code that scans the...
2013-04-20 Nadav RotemFix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 Benjamin KramerVecUtils: Clean up uses of dyn_cast.
2013-04-20 Benjamin KramerSLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
2013-04-20 Nadav RotemSLPVectorizer: Reduce the compile time by eliminating...
2013-04-20 Nadav Rotemrefactor tryToVectorizePair to a new method that suppor...
2013-04-20 Nadav RotemFix an unused variable warning.
2013-04-20 Nadav RotemSLPVectorizer: Improve the cost model for loop invarian...
2013-04-20 Nadav RotemReport the number of stores that were found in the...
2013-04-20 Nadav RotemFix the header comment.
2013-04-20 Nadav RotemUse 64bit arithmetic for calculating distance between...
2013-04-19 Arnold SchwaighoferLoopVectorizer: Use matcher from PatternMatch.h for...
2013-04-18 Dmitri GribenkoFix a -Wdocumentation warning
2013-04-18 Arnold SchwaighoferLoopVectorizer: Recognize min/max reductions
2013-04-18 Benjamin KramerLoopVectorize: Use a set to avoid longer cycles in...
2013-04-15 Nadav RotemSLPVectorizer: Make it a function pass and add code...
2013-04-15 Nadav RotemSLPVectorizer: Add support for vectorizing trees that...
2013-04-14 Benjamin KramerMiscellaneous cleanups for VecUtils.h
2013-04-14 Nadav RotemSLP: Document the scalarization cost method.
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-12 Nadav RotemAdd debug prints.
2013-04-12 Arnold SchwaighoferLoopVectorizer: integer division is not a reduction...
2013-04-11 Benjamin KramerRename the C function to create a SLPVectorizerPass...
2013-04-10 Nadav RotemMake the SLP store-merger less paranoid about function...
2013-04-10 Nadav RotemWe require DataLayout for analyzing the size of stores.
2013-04-09 Nadav RotemAdd support for bottom-up SLP vectorization infrastructure.
2013-04-04 Arnold SchwaighoferLoopVectorizer: Pass OperandValueKind information to...
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-10 Hal FinkelBBVectorize: Fixup debugging statements
2013-03-09 Benjamin KramerRemove a source of nondeterminism from the LoopVectorizer.
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore all dbg intrinisic
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore dbg.value instructions
2013-03-08 Benjamin KramerInsert the reduction start value into the first bypass...
2013-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
2013-02-17 Hal FinkelBBVectorize: Fix an invalid reference bug
2013-02-15 Hal FinkelBBVectorize: Call a DAG and DAG instead of a tree
2013-02-15 Hal FinkelBBVectorize: Cap the number of candidate pairs in each...
2013-02-14 Hal FinkelBBVectorize: Remove the remaining instances of std...
2013-02-14 Hal FinkelBBVectorize: Don't store candidate pairs in a std:...
2013-02-13 Benjamin KramerLoopVectorize: Simplify code for clarity.
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-11 Hal FinkelBBVectorize: Don't over-search when building the depend...
2013-02-11 Hal FinkelBBVectorize: Omit unnecessary entries in PairableInstUsers
2013-02-11 Hal FinkelBBVectorize: Eliminate one more restricted linear search
2013-02-11 Hal FinkelBBVectorize: Remove the linear searches from pair conne...
2013-02-11 Hal FinkelBBVectorize: Avoid linear searches within the load...
2013-02-11 Hal FinkelBBVectorize: isa/cast cleanup in getInstructionTypes
2013-02-11 Hal FinkelBBVectorize: Make the bookkeeping to support full cycle...
2013-02-08 Hal FinkelBBVectorize: Use TTI->getAddressComputationCost
2013-02-08 Jakob Stoklund OlesenTypos.
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-08 Michael KupersteinTest Commit
2013-02-07 Nadav Rotemfix 80-col violation and fix the docs.
2013-02-07 Arnold SchwaighoferLoop Vectorizer: Refactor Memory Cost Computation
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Refactor code to compute vectorized...
2013-02-05 Arnold SchwaighoferLoop Vectorizer: Handle pointer stores/loads in getWide...
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 Benjamin KramerLoopVectorize: Clean up ValueMap a bit and avoid double...
2013-01-28 Renato GolinVectorization Factor clarification
2013-01-27 Hal FinkelBBVectorize: Better use of TTI->getShuffleCost
2013-01-26 Hal FinkelBBVectorize: Add a additional comment about the cost...
2013-01-26 Hal FinkelBBVectorize: Fix anomalous capital letter in comment
2013-01-25 Nadav RotemLoopVectorize: Refactor the code that vectorizes loads...
2013-01-25 Benjamin KramerLoopVectorize: Simplify code. No functionality change.
2013-01-25 Nadav RotemLoopVectorizer: Refactor more code to use the IRBuilder.
2013-01-25 Nadav RotemRefactor some code to use the IRBuilder.
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-21 Nadav RotemFix a comment. Induction vars dont need to start at...
2013-01-20 Benjamin KramerLoopVectorize: Fix a C++11 incompatibility.
2013-01-20 Nadav RotemFix a build error.
2013-01-20 Nadav RotemLoopVectorizer: Implement a new heuristics for selectin...
2013-01-19 Benjamin KramerLoopVectorizer: Emit memory checks into their own basic...
2013-01-15 Nadav RotemLoopVectorizer cost model. Honor the user command line...
2013-01-13 Nadav RotemFix PR14547. Handle induction variables of small sizes...
2013-01-11 Nadav RotemARM Cost Model: We need to detect the max bitwidth...
2013-01-10 Nadav RotemLoopVectorizer: Fix a bug in the vectorization of Binar...
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-08 Nadav RotemCode cleanup: refactor the switch statements in the...
2013-01-08 Nadav RotemRename the enum members to match the LLVM coding style.
2013-01-07 Nadav RotemLoopVectorizer: Add support for floating point reductions
2013-01-07 Nadav RotemLoopVectorizer: When we vectorizer and widen loops...
next