| Age | Commit message (Expand) | Author |
| 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-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
| 2010-07-27 | recommit simplification (r109502, backed out r109509); seems to innocent | Gabor Greif |
| 2010-07-27 | back out this too to restore the bots | Gabor Greif |
| 2010-07-27 | simplify | Gabor Greif |
| 2010-07-22 | undo 80 column trespassing I caused | Gabor Greif |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 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 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 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-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-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
| 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-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-09-14 | When extending a memset range past the front, set the alignment of the | Dan Gohman |
| 2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
| 2009-09-03 | Keep track of how many memmove calls were turned into | Duncan Sands |
| 2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
| 2009-09-01 | enhance memcpy opt to turn memmoves into memcpy when the src/dest | Chris Lattner |
| 2009-09-01 | random code cleanups, no functionality change. | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-18 | Make TargetData optional in MemCpyOptimizer. | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Grab the LLVMContext and parent Module of SI ahead of the | Dan Gohman |
| 2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
| 2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
| 2009-03-19 | Remove strange extra semicolons. | Nick Lewycky |
| 2009-03-08 | change the MemIntrinsic get/setAlignment method to take an unsigned | Chris Lattner |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2008-12-05 | Make a few major changes to memdep and its clients: | Chris Lattner |
| 2008-11-29 | Eliminate the dropInstruction method, which is not needed any more. | Chris Lattner |