| Age | Commit message (Expand) | Author |
| 2010-09-01 | add a gross hack to work around a problem that Argiris reported | Chris Lattner |
| 2010-08-18 | remove dead prototype. | Chris Lattner |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
| 2010-07-08 | Fix the second half of PR7437: scalarrepl wasn't preserving | Chris Lattner |
| 2010-06-30 | use getArgOperand instead of getOperand | Gabor Greif |
| 2010-06-28 | employ CallInst::ArgOffset (for now) | Gabor Greif |
| 2010-06-28 | use cached value | Gabor Greif |
| 2010-06-27 | minor cleanup to SROA: when lowering type unsafe accesses to | Chris Lattner |
| 2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
| 2010-04-20 | use abstract accessors to CallInst | Gabor Greif |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | fix comment noticed by Bob | Chris Lattner |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-16 | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner |
| 2010-04-16 | improve comments. | Chris Lattner |
| 2010-04-16 | pull all the ConvertToScalarInfo code together into one | Chris Lattner |
| 2010-04-16 | more refactoring: suck some stuff out of SRoA into | Chris Lattner |
| 2010-04-15 | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner |
| 2010-04-15 | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner |
| 2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
| 2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
| 2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
| 2010-04-06 | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-02-03 | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson |
| 2010-01-27 | Use the less expensive getName function instead of getNameStr. | Benjamin Kramer |
| 2010-01-25 | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson |
| 2010-01-21 | DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ... | Victor Hernandez |
| 2010-01-19 | Fix a crash in scalarrepl for memcpy/memmove where the source and destination | Bob Wilson |
| 2010-01-05 | Use do+while instead of while for loops which obviously have a | Dan Gohman |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-12-22 | Fix the Convert to scalar to not insert dead loads in the store case. The | Chris Lattner |
| 2009-12-22 | fix some fixme's by using twines | Chris Lattner |
| 2009-12-22 | Generalize SROA to allow the first index of a GEP to be non-zero. Add a | Bob Wilson |
| 2009-12-21 | Remove special-case SROA optimization of variable indexes to one-element and | Bob Wilson |
| 2009-12-19 | Update my SROA changes in response to review. | Bob Wilson |
| 2009-12-18 | Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin | Bob Wilson |
| 2009-12-17 | Re-revert 91459. It's breaking the x86_64 darwin bootstrap. | Bob Wilson |
| 2009-12-16 | Reapply r91459, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar |