| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the second half of PR7437: scalarrepl wasn't preserving | Chris Lattner | 2010-07-08 | 1 | -21/+9 |
| * | use getArgOperand instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -4/+4 |
| * | employ CallInst::ArgOffset (for now) | Gabor Greif | 2010-06-28 | 1 | -2/+2 |
| * | use cached value | Gabor Greif | 2010-06-28 | 1 | -1/+1 |
| * | minor cleanup to SROA: when lowering type unsafe accesses to | Chris Lattner | 2010-06-27 | 1 | -1/+6 |
| * | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -1/+1 |
| * | use abstract accessors to CallInst | Gabor Greif | 2010-04-20 | 1 | -1/+1 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -8/+8 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -8/+8 |
| * | fix comment noticed by Bob | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -8/+8 |
| * | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 1 | -6/+4 |
| * | improve comments. | Chris Lattner | 2010-04-16 | 1 | -47/+70 |
| * | pull all the ConvertToScalarInfo code together into one | Chris Lattner | 2010-04-16 | 1 | -562/+568 |
| * | more refactoring: suck some stuff out of SRoA into | Chris Lattner | 2010-04-16 | 1 | -88/+96 |
| * | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner | 2010-04-15 | 1 | -62/+83 |
| * | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner | 2010-04-15 | 1 | -15/+14 |
| * | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
| * | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
| * | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 1 | -10/+10 |
| * | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif | 2010-04-06 | 1 | -5/+7 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -6/+26 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -26/+6 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -6/+26 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -26/+6 |
| * | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -6/+26 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -18/+18 |
| * | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -6/+7 |
| * | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson | 2010-02-03 | 1 | -18/+20 |
| * | Use the less expensive getName function instead of getNameStr. | Benjamin Kramer | 2010-01-27 | 1 | -5/+4 |
| * | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson | 2010-01-25 | 1 | -3/+3 |
| * | DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ... | Victor Hernandez | 2010-01-21 | 1 | -59/+7 |
| * | Fix a crash in scalarrepl for memcpy/memmove where the source and destination | Bob Wilson | 2010-01-19 | 1 | -6/+10 |
| * | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -8/+8 |
| * | Fix the Convert to scalar to not insert dead loads in the store case. The | Chris Lattner | 2009-12-22 | 1 | -2/+12 |
| * | fix some fixme's by using twines | Chris Lattner | 2009-12-22 | 1 | -6/+2 |
| * | Generalize SROA to allow the first index of a GEP to be non-zero. Add a | Bob Wilson | 2009-12-22 | 1 | -23/+4 |
| * | Remove special-case SROA optimization of variable indexes to one-element and | Bob Wilson | 2009-12-21 | 1 | -141/+30 |
| * | Update my SROA changes in response to review. | Bob Wilson | 2009-12-19 | 1 | -33/+38 |
| * | Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin | Bob Wilson | 2009-12-18 | 1 | -405/+425 |
| * | Re-revert 91459. It's breaking the x86_64 darwin bootstrap. | Bob Wilson | 2009-12-17 | 1 | -424/+404 |
| * | Reapply r91459, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 1 | -404/+424 |
| * | Revert "Reapply 91184 with fixes and an addition to the testcase to cover the | Daniel Dunbar | 2009-12-16 | 1 | -424/+404 |
| * | Reapply 91184 with fixes and an addition to the testcase to cover the problem | Bob Wilson | 2009-12-15 | 1 | -404/+424 |
| * | revert r91184, because it causes a crash on a .bc file I just | Chris Lattner | 2009-12-14 | 1 | -366/+390 |
| * | Revise scalar replacement to be more flexible about handle bitcasts and GEPs. | Bob Wilson | 2009-12-11 | 1 | -390/+366 |
| * | Fix a comment. | Bob Wilson | 2009-12-09 | 1 | -1/+1 |
| * | Some superficial cleanups. | Bob Wilson | 2009-12-08 | 1 | -4/+3 |
| * | Clean up dead operands left around after SROA replaces a mem intrinsic. | Bob Wilson | 2009-12-08 | 1 | -0/+6 |