| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix SCEV cache invalidation in LCSSA and LoopSimplify. | Benjamin Kramer | 2012-10-26 | 2 | -0/+19 |
* | Use VTTI->getNumberOfParts in BBVectorize. | Hal Finkel | 2012-10-26 | 1 | -11/+12 |
* | Disable generation of pointer vectors by BBVectorize. | Hal Finkel | 2012-10-26 | 1 | -1/+2 |
* | BBVectorize, when using VTTI, should not form types that will be split. | Hal Finkel | 2012-10-25 | 1 | -0/+19 |
* | Begin incorporating target information into BBVectorize. | Hal Finkel | 2012-10-25 | 1 | -43/+134 |
* | LoopVectorize: Teach the cost model to query scalar costs as scalar types and... | Nadav Rotem | 2012-10-25 | 1 | -41/+61 |
* | Also optimize large switch statements. | Jakob Stoklund Olesen | 2012-10-25 | 1 | -22/+20 |
* | Teach SROA how to split whole-alloca integer loads and stores into | Chandler Carruth | 2012-10-25 | 1 | -4/+117 |
* | Add support for additional reduction variables: AND, OR, XOR. | Nadav Rotem | 2012-10-25 | 1 | -7/+42 |
* | revert accidental change | Nadav Rotem | 2012-10-24 | 1 | -1/+1 |
* | Implement a basic cost model for vector and scalar instructions. | Nadav Rotem | 2012-10-24 | 2 | -18/+33 |
* | Fix a compiler warning with an unused variable. | Micah Villmow | 2012-10-24 | 1 | -1/+0 |
* | Update GVN to support vectors of pointers. | Hal Finkel | 2012-10-24 | 1 | -20/+30 |
* | whitespace | Nadav Rotem | 2012-10-24 | 1 | -3/+3 |
* | LoopVectorizer: Add a basic cost model which uses the VTTI interface. | Nadav Rotem | 2012-10-24 | 1 | -30/+273 |
* | Add some cleanup to the DataLayout changes requested by Chandler. | Micah Villmow | 2012-10-24 | 3 | -7/+6 |
* | Back out r166591, not sure why this made it through since I cancelled the com... | Micah Villmow | 2012-10-24 | 5 | -12/+10 |
* | Delete a directory that wasn't supposed to be checked in yet. | Micah Villmow | 2012-10-24 | 5 | -10/+12 |
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 18 | -279/+300 |
* | Use the AliasAnalysis isIdentifiedObj because it also understands mallocs and... | Nadav Rotem | 2012-10-23 | 1 | -19/+2 |
* | Fix typo that somehow escaped both testing and code inspection. | Duncan Sands | 2012-10-23 | 1 | -1/+1 |
* | Transform code like this | Duncan Sands | 2012-10-23 | 2 | -52/+305 |
* | Per the C++ standard, we need to include the definition of llvm::Calculate in | Richard Smith | 2012-10-23 | 1 | -0/+1 |
* | Fix typo. | Julien Lerouge | 2012-10-23 | 1 | -1/+1 |
* | Explain why DenseMap is still used here instead of MapVector. | Julien Lerouge | 2012-10-23 | 1 | -1/+9 |
* | Iterating over a DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> is not | Julien Lerouge | 2012-10-22 | 1 | -4/+4 |
* | Don't crash if the load/store pointer is not a GEP. | Nadav Rotem | 2012-10-22 | 1 | -1/+1 |
* | Revert r166407 because it caused analyzer tests to crash and broke self-host ... | Argyrios Kyrtzidis | 2012-10-22 | 1 | -67/+56 |
* | BBVectorize should ignore unreachable blocks. | Hal Finkel | 2012-10-22 | 1 | -0/+13 |
* | Rename a variable. | Nadav Rotem | 2012-10-22 | 1 | -13/+13 |
* | Vectorizer: optimize the generation of selects. If the condition is uniform, ... | Nadav Rotem | 2012-10-22 | 1 | -6/+16 |
* | Update the loop vectorizer docs. | Nadav Rotem | 2012-10-22 | 1 | -17/+38 |
* | Reapply r166405, teaching tailcallelim to be smarter about nocapture, with a | Nick Lewycky | 2012-10-22 | 1 | -56/+67 |
* | Revert r166405, "Teach TailRecursionElimination to consider 'nocapture' when ... | NAKAMURA Takumi | 2012-10-22 | 1 | -67/+56 |
* | Teach TailRecursionElimination to consider 'nocapture' when deciding whether | Nick Lewycky | 2012-10-21 | 1 | -56/+67 |
* | Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDepend... | Benjamin Kramer | 2012-10-21 | 1 | -26/+74 |
* | Avoid an extra hash lookup when inserting a value into the widen map. | Anders Carlsson | 2012-10-21 | 1 | -4/+4 |
* | Simplify code. No functionality change. | Jakub Staszak | 2012-10-21 | 1 | -1/+1 |
* | Simplify code. No functionality change. | Jakub Staszak | 2012-10-21 | 1 | -6/+5 |
* | LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-21 | 1 | -74/+26 |
* | Fix a bug in the vectorization of wide load/store operations. | Nadav Rotem | 2012-10-21 | 1 | -4/+14 |
* | Add support for reduction variables that do not start at zero. | Nadav Rotem | 2012-10-21 | 1 | -51/+67 |
* | Document change. Describe the pass and some papers that inspired the design o... | Nadav Rotem | 2012-10-21 | 1 | -4/+18 |
* | Vectorizer: fix a bug in the classification of induction/reduction phis. | Nadav Rotem | 2012-10-21 | 1 | -0/+3 |
* | Fix an infinite loop in the loop-vectorizer. | Nadav Rotem | 2012-10-20 | 1 | -0/+6 |
* | SROA: Simplify code. No functionality change. | Benjamin Kramer | 2012-10-20 | 1 | -9/+2 |
* | InstCombine: Fix an edge case where constant icmps could sneak into ConstantF... | Benjamin Kramer | 2012-10-20 | 1 | -0/+4 |
* | Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]... | Nadav Rotem | 2012-10-20 | 1 | -74/+137 |
* | Fix a typo | Nadav Rotem | 2012-10-20 | 1 | -1/+1 |
* | Vectorizer: refactor the memory checks to a new function. No functionality ch... | Nadav Rotem | 2012-10-20 | 1 | -33/+51 |