| Commit message (Expand) | Author | Age | Files | Lines |
| * | Increase default inlining aggressiveness in partial | Dale Johannesen | 2009-01-11 | 1 | -2/+2 |
| * | Duncan is nervous about undefinedness of % with negatives. I'm | Chris Lattner | 2009-01-11 | 1 | -1/+1 |
| * | do not generated GEPs into vectors where they don't already exist. | Chris Lattner | 2009-01-11 | 1 | -4/+3 |
| * | Make a couple of cleanups to the instcombine bitcast/gep | Chris Lattner | 2009-01-11 | 1 | -12/+13 |
| * | fix typo Duncan noticed. | Chris Lattner | 2009-01-09 | 1 | -1/+1 |
| * | Fix PR3304 | Chris Lattner | 2009-01-09 | 1 | -2/+12 |
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 6 | -14/+14 |
| * | Implement rdar://6480391, extending of equality icmp's to avoid a truncation. | Chris Lattner | 2009-01-09 | 1 | -0/+22 |
| * | Remove some old code that looks like a remanant from signed-types days. | Chris Lattner | 2009-01-09 | 1 | -23/+0 |
| * | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner | 2009-01-09 | 1 | -0/+4 |
| * | Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. | Chris Lattner | 2009-01-09 | 1 | -81/+116 |
| * | move some code, check to see if the input to the GEP is a bitcast | Chris Lattner | 2009-01-09 | 1 | -23/+22 |
| * | Adjustments to last patch based on review. | Dale Johannesen | 2009-01-09 | 4 | -11/+24 |
| * | Do not inline functions with (dynamic) alloca into | Dale Johannesen | 2009-01-08 | 1 | -2/+20 |
| * | This implements the second half of the fix for PR3290, handling | Chris Lattner | 2009-01-08 | 1 | -2/+99 |
| * | Whitespace - correct formatting. | Duncan Sands | 2009-01-07 | 1 | -2/+2 |
| * | Remove alloca tracking from nocapture analysis. Not only | Duncan Sands | 2009-01-07 | 1 | -69/+16 |
| * | Reorder these. | Duncan Sands | 2009-01-07 | 1 | -24/+24 |
| * | Use a switch rather than a sequence of "isa" tests. | Duncan Sands | 2009-01-07 | 1 | -16/+32 |
| * | The verifier checks that the aliasee is not null. | Duncan Sands | 2009-01-07 | 1 | -2/+1 |
| * | Implement the first half of PR3290: if there is a store of an | Chris Lattner | 2009-01-07 | 1 | -5/+133 |
| * | Factor a bunch of code out into a helper method. | Chris Lattner | 2009-01-07 | 1 | -148/+156 |
| * | use continue to simplify code and reduce nesting, no functionality | Chris Lattner | 2009-01-07 | 1 | -38/+58 |
| * | Get TargetData once up front and cache as an ivar instead of | Chris Lattner | 2009-01-07 | 1 | -45/+38 |
| * | Use the hasAllZeroIndices predicate to simplify some | Chris Lattner | 2009-01-07 | 1 | -28/+6 |
| * | Change m_ConstantInt and m_SelectCst to take their constant integers | Chris Lattner | 2009-01-05 | 1 | -9/+9 |
| * | Teach the internalize pass to also internalize | Duncan Sands | 2009-01-05 | 1 | -0/+12 |
| * | Find loop back edges only after empty blocks are eliminated. | Evan Cheng | 2009-01-05 | 1 | -2/+3 |
| * | Not having an aliasee is a theoretical possibility. | Duncan Sands | 2009-01-05 | 1 | -1/+2 |
| * | Format more neatly. | Duncan Sands | 2009-01-05 | 1 | -1/+1 |
| * | Remove trailing spaces. | Duncan Sands | 2009-01-05 | 1 | -10/+10 |
| * | Delete unused global aliases with internal linkage. | Duncan Sands | 2009-01-05 | 1 | -8/+23 |
| * | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
| * | Move the libcall annotating part from doFinalization to doInitialization. | Nick Lewycky | 2009-01-05 | 1 | -18/+77 |
| * | Run a post-pass that marks known function declarations by name. | Nick Lewycky | 2009-01-04 | 1 | -0/+443 |
| * | Revert this transform. It was causing some dramatic slowdowns in a few tests.... | Bill Wendling | 2009-01-04 | 1 | -31/+0 |
| * | Any void readonly functions are provably dead, don't waste time adding | Nick Lewycky | 2009-01-03 | 1 | -14/+0 |
| * | Load tracking means that the value analyzed may | Duncan Sands | 2009-01-02 | 1 | -2/+8 |
| * | When calculating 'nocapture' argument attributes, allow | Duncan Sands | 2009-01-02 | 1 | -21/+60 |
| * | Improve comments and reorganize a bit - no functionality | Duncan Sands | 2009-01-02 | 1 | -56/+44 |
| * | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky | 2009-01-02 | 1 | -3/+27 |
| * | Mention that this pass does escape analysis in the | Duncan Sands | 2009-01-01 | 1 | -3/+5 |
| * | Fix comment. | Bill Wendling | 2009-01-01 | 1 | -1/+1 |
| * | Add transformation: | Bill Wendling | 2009-01-01 | 1 | -1/+32 |
| * | Look through phi nodes and select instructions when | Duncan Sands | 2008-12-31 | 1 | -3/+8 |
| * | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 1 | -1/+2 |
| * | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands | 2008-12-31 | 2 | -13/+127 |
| * | Experiments show that looking through phi nodes | Duncan Sands | 2008-12-29 | 1 | -0/+2 |
| * | Allow readnone functions to read (and write!) global | Duncan Sands | 2008-12-29 | 1 | -4/+19 |
| * | Revert 61362 and 61402 until SPEC breakage is fixed. | Dale Johannesen | 2008-12-23 | 1 | -135/+43 |