| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use AA::isMustAlias to simplify some calls. | Chris Lattner | 2011-04-26 | 1 | -5/+3 |
* | remove support for llvm.invariant.end from memdep. It is a | Chris Lattner | 2011-04-26 | 1 | -37/+0 |
* | Fix an off by one error while accessing complex address element of a DIVariable. | Devang Patel | 2011-04-26 | 1 | -0/+1 |
* | Enhance MemDep: When alias analysis returns a partial alias result, | Chris Lattner | 2011-04-26 | 1 | -5/+15 |
* | Fix an iterator invalidation bug. | Dan Gohman | 2011-04-25 | 1 | -9/+16 |
* | PR9214: Convert the DIBuilder API to use ArrayRef. | Jay Foad | 2011-04-24 | 1 | -8/+6 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 3 | -5/+0 |
* | Let front-end tie subprogram declaration with subprogram definition directly. | Devang Patel | 2011-04-22 | 1 | -2/+4 |
* | PR9214: Convert Metadata API to use ArrayRef. | Jay Foad | 2011-04-21 | 1 | -9/+11 |
* | Use ArrayRef variants. | Devang Patel | 2011-04-18 | 1 | -35/+33 |
* | Mark some functions as used which are used within debug-only code. This | Chandler Carruth | 2011-04-18 | 1 | -0/+2 |
* | Introduce support to encode Objective-C property information in debugging inf... | Devang Patel | 2011-04-16 | 1 | -0/+29 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 10 | -15/+15 |
* | PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus | Jay Foad | 2011-04-13 | 1 | -1/+1 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 6 | -0/+6 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+4 |
* | Add support to encode function's template parameters. | Devang Patel | 2011-04-05 | 1 | -4/+8 |
* | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner | 2011-04-05 | 2 | -52/+0 |
* | Region: Allow user control the printing style of the print function. | Tobias Grosser | 2011-04-04 | 1 | -16/+16 |
* | Don't assume something which might be a constant expression is an instruction. | Eli Friedman | 2011-04-02 | 1 | -3/+3 |
* | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -4/+3 |
* | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad | 2011-03-30 | 1 | -6/+8 |
* | Constant folding support for calls to umul.with.overflow(), basically identic... | Frits van Bommel | 2011-03-27 | 1 | -3/+8 |
* | Revert r128140 for now. | Anders Carlsson | 2011-03-23 | 1 | -33/+0 |
* | A global variable with internal linkage where all uses are in one function an... | Anders Carlsson | 2011-03-23 | 1 | -0/+33 |
* | Fix INT_MIN gotcha pointed out by Eli Friedman. | Nick Lewycky | 2011-03-21 | 1 | -3/+4 |
* | Avoid creating canonical induction variables for non-native types. | Andrew Trick | 2011-03-18 | 1 | -1/+6 |
* | Added isValidRewrite() to check the result of ScalarEvolutionExpander. | Andrew Trick | 2011-03-17 | 1 | -0/+30 |
* | Add comments for the demanglings. Correct mangled form of operator delete! | Nick Lewycky | 2011-03-17 | 1 | -4/+6 |
* | Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the | Nick Lewycky | 2011-03-15 | 1 | -2/+11 |
* | Remove getMinusSCEVForExitTest(). | Andrew Trick | 2011-03-15 | 1 | -106/+3 |
* | Propagate SCEV no-wrap flags whenever possible. | Andrew Trick | 2011-03-15 | 1 | -60/+72 |
* | Negating a recurrence preserves no-self-wrap. | Andrew Trick | 2011-03-14 | 1 | -0/+11 |
* | HowFarToZero can compute a trip count as long as the recurrence has no-self-w... | Andrew Trick | 2011-03-14 | 1 | -16/+20 |
* | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick | 2011-03-14 | 3 | -139/+214 |
* | Teach ComputeMaskedBits about sub nsw. | Benjamin Kramer | 2011-03-12 | 1 | -8/+16 |
* | ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov... | Benjamin Kramer | 2011-03-11 | 1 | -1/+2 |
* | Teach ComputeMaskedBits about nsw on add. I don't think there's anything we can | Nick Lewycky | 2011-03-11 | 1 | -0/+14 |
* | Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat... | Devang Patel | 2011-03-10 | 1 | -2/+21 |
* | When SCEV can determine the loop test is X < X, set ExactBECount=0. | Andrew Trick | 2011-03-09 | 1 | -1/+17 |
* | whitespace | Andrew Trick | 2011-03-09 | 1 | -18/+18 |
* | Fix two cases I forgot to update when doing a mental "getSwappedPredicate". | Nick Lewycky | 2011-03-09 | 1 | -2/+2 |
* | Add another micro-optimization. Apologies for the lack of refactoring, but I | Nick Lewycky | 2011-03-09 | 1 | -2/+28 |
* | Fix PR9331. Simplified version of a patch by Jakub Staszak. | Duncan Sands | 2011-03-08 | 1 | -0/+4 |
* | Add more analysis of the sign bit of an srem instruction. If the LHS is negative | Nick Lewycky | 2011-03-07 | 1 | -0/+13 |
* | Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever | Nick Lewycky | 2011-03-05 | 1 | -1/+33 |
* | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman | 2011-03-04 | 1 | -1/+1 |
* | Revert broken srem logic from r126991. | Nick Lewycky | 2011-03-04 | 1 | -15/+0 |
* | Fold "icmp pred (srem X, Y), Y" like we do for urem. Handle signed comparisons | Nick Lewycky | 2011-03-04 | 1 | -1/+30 |
* | Teach instruction simplify to use constant ranges to solve problems of the form | Nick Lewycky | 2011-03-04 | 1 | -37/+61 |