| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 28 | -143/+314 |
| * | Add an explicit keyword. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman | 2010-04-02 | 2 | -0/+48 |
| * | Fix SpecificBumpPtrAllocator iteration. | Edwin Török | 2010-04-02 | 1 | -1/+1 |
| * | Add notes about dragonegg. | Duncan Sands | 2010-04-02 | 1 | -5/+25 |
| * | Recommit 100158 now that the buildbots are happy again. | Bob Wilson | 2010-04-02 | 1 | -21/+29 |
| * | Remove FIXME - if there's a better way to do this it isn't here. | Eric Christopher | 2010-04-02 | 1 | -3/+0 |
| * | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman | 2010-04-02 | 5 | -16/+4 |
| * | After trivial coalescing, the MI being visited may have become a copy. Avoid ... | Evan Cheng | 2010-04-02 | 2 | -1/+75 |
| * | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 11 | -9/+111 |
| * | Disambiguate conditional expression for newer GCCs. | Chandler Carruth | 2010-04-02 | 1 | -2/+2 |
| * | Remove this initializer so that the optimizer doesn't convert | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Update this test for the new preferred alignment heuristics. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Revert 100158 in case it is causing some of the buildbot problems. | Bob Wilson | 2010-04-02 | 1 | -29/+21 |
| * | Updated the install location for EnhancedDisassembly | Sean Callanan | 2010-04-02 | 1 | -10/+7 |
| * | Change variables which are exactly 16 bytes to be 16-byte-aligned too. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
| * | Make globalopt refine global variable alignment. | Dan Gohman | 2010-04-02 | 2 | -1/+13 |
| * | Check for terminating conditions before adding PHIs to the worklists. | Bob Wilson | 2010-04-02 | 1 | -21/+29 |
| * | remove these merge-tracking properties as they | Gabor Greif | 2010-04-02 | 0 | -0/+0 |
| * | If the bitcode reader input stream isn't a multiple of 4 bytes, it's more | Dan Gohman | 2010-04-02 | 1 | -3/+7 |
| * | Remove trailing whitespace. | Bob Wilson | 2010-04-01 | 1 | -5/+5 |
| * | Rewrite another SSAUpdater function to avoid recursion. | Bob Wilson | 2010-04-01 | 2 | -34/+48 |
| * | Revert r100143. | Eric Christopher | 2010-04-01 | 15 | -285/+42 |
| * | Revert r100117. | Devang Patel | 2010-04-01 | 1 | -18/+6 |
| * | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 14 | -42/+282 |
| * | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 3 | -9/+26 |
| * | Do not eagerly record known previous location. DBG_VALUE may not cause a new ... | Devang Patel | 2010-04-01 | 1 | -1/+2 |
| * | Skip checking preferred alignment of GVs defined in other translation units a... | Evan Cheng | 2010-04-01 | 1 | -1/+1 |
| * | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 5 | -8/+31 |
| * | Change another SSAUpdater function to avoid recursion. | Bob Wilson | 2010-04-01 | 2 | -19/+25 |
| * | Simplify the code to check for existing PHIs, now that it is only used in | Bob Wilson | 2010-04-01 | 1 | -30/+12 |
| * | The SSAUpdater should avoid recursive traversals of the CFG, since that may | Bob Wilson | 2010-04-01 | 2 | -16/+24 |
| * | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 7 | -17/+32 |
| * | Skip instructions until new scope is seen. | Devang Patel | 2010-04-01 | 1 | -6/+18 |
| * | Cosmetic changes. | Devang Patel | 2010-04-01 | 1 | -5/+5 |
| * | Remove accidental include and add a comment. | Benjamin Kramer | 2010-04-01 | 1 | -2/+2 |
| * | Various improvements to MemoryBuffer::getFile: | Benjamin Kramer | 2010-04-01 | 1 | -17/+26 |
| * | Add -mcpu to memcpy / memset tests to ensure they behave the same on all host... | Evan Cheng | 2010-04-01 | 3 | -9/+8 |
| * | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 6 | -182/+227 |
| * | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky | 2010-04-01 | 1 | -11/+10 |
| * | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 2 | -10/+13 |
| * | add comments, don't require inlined-at to be specified. | Chris Lattner | 2010-04-01 | 1 | -1/+3 |
| * | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 14 | -182/+312 |
| * | Nehalem unaligned memory access is fast. | Evan Cheng | 2010-04-01 | 3 | -2/+15 |
| * | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 3 | -12/+54 |
| * | include header. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
| * | rewrite handling of forward ref'd instruction metadata | Chris Lattner | 2010-04-01 | 2 | -9/+60 |
| * | change this from using '!dbg' to using '!dbgx'. The | Chris Lattner | 2010-04-01 | 1 | -4/+4 |
| * | fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an | Chris Lattner | 2010-04-01 | 1 | -4/+7 |
| * | no really, we don't need to copy strings around in the accessor. | Chris Lattner | 2010-04-01 | 1 | -1/+1 |