| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 8 | -249/+39 |
* | Update CMake. | Benjamin Kramer | 2010-04-02 | 1 | -0/+1 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 8 | -39/+249 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 15 | -269/+116 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 15 | -116/+269 |
* | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman | 2010-04-02 | 1 | -0/+7 |
* | 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 | 2 | -8/+2 |
* | After trivial coalescing, the MI being visited may have become a copy. Avoid ... | Evan Cheng | 2010-04-02 | 1 | -1/+5 |
* | 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 |
* | Revert 100158 in case it is causing some of the buildbot problems. | Bob Wilson | 2010-04-02 | 1 | -29/+21 |
* | 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 | 1 | -1/+7 |
* | Check for terminating conditions before adding PHIs to the worklists. | Bob Wilson | 2010-04-02 | 1 | -21/+29 |
* | 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 | 1 | -32/+46 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 9 | -252/+39 |
* | Revert r100117. | Devang Patel | 2010-04-01 | 1 | -18/+6 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 8 | -39/+249 |
* | In 64-bit mode, use i64 to lower memcpy / memset instead of f64. | Evan Cheng | 2010-04-01 | 1 | -0/+1 |
* | 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 | 4 | -6/+26 |
* | Change another SSAUpdater function to avoid recursion. | Bob Wilson | 2010-04-01 | 1 | -18/+24 |
* | 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 | 1 | -15/+23 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 5 | -14/+21 |
* | 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 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 5 | -70/+67 |
* | 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 | 1 | -3/+5 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 6 | -123/+179 |
* | 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 | 2 | -8/+28 |
* | 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 |
* | 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 |
* | eliminate a temporary smallvector | Chris Lattner | 2010-04-01 | 2 | -13/+5 |
* | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -0/+15 |
* | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -21/+29 |
* | update cmakefile. | Chris Lattner | 2010-04-01 | 1 | -0/+1 |
* | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 2 | -1/+314 |
* | vml[as] are slow on 1136jf-s also. | Jim Grosbach | 2010-04-01 | 1 | -1/+2 |