| Age | Commit message (Expand) | Author |
| 2010-09-15 | Approved by Chris: | Bill Wendling |
| 2010-08-31 | Fix an infinite loop; merging two functions will create a new function (if the | Nick Lewycky |
| 2010-08-31 | Switch to DenseSet, simplifying much more code. We now have a single iteration | Nick Lewycky |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
| 2010-08-26 | zap dead code. | Chris Lattner |
| 2010-08-26 | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman |
| 2010-08-25 | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel |
| 2010-08-09 | Fix a use after free error caught by the valgrind builders. | Nick Lewycky |
| 2010-08-08 | Do more to modernize MergeFunctions. Refactor in response to Chris' code review. | Nick Lewycky |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Work in progress, cleaning up MergeFuncs. | Nick Lewycky |
| 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-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-08-02 | Fix a -Wreorder warning. | Daniel Dunbar |
| 2010-08-02 | Work in progress. | Nick Lewycky |
| 2010-07-31 | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola |
| 2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
| 2010-07-22 | simplify | Gabor Greif |
| 2010-07-22 | do not access arguments via low-level interface, do not multiply dereference ... | Gabor Greif |
| 2010-07-22 | pass dereferenced iterator to dyn_cast | 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-07-20 | Make this code a little more readable. | Dan Gohman |
| 2010-07-20 | Fix a typo. | Dan Gohman |
| 2010-07-20 | Don't look up the "dbg" metadata kind by name. | Dan Gohman |
| 2010-07-20 | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman |
| 2010-07-16 | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner |
| 2010-07-16 | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky |
| 2010-07-15 | This is a full sentence. | Nick Lewycky |
| 2010-07-15 | Disable aliases on all platforms. | Nick Lewycky |
| 2010-07-13 | Grammar. | Eric Christopher |
| 2010-07-12 | cache result of operator* | Gabor Greif |
| 2010-07-12 | cache result of operator* | Gabor Greif |
| 2010-07-12 | cache result of operator* | Gabor Greif |
| 2010-07-12 | cache results of operator* | Gabor Greif |
| 2010-07-12 | cache dereferenced iterators | Gabor Greif |
| 2010-07-12 | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner |
| 2010-07-09 | cache result of operator* | Gabor Greif |
| 2010-07-07 | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands |
| 2010-07-01 | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling |
| 2010-07-01 | Debugging infomration is encoded in llvm IR using metadata. This is designed | Devang Patel |
| 2010-07-01 | If a named mdnode is removed then mark module as changed. | Devang Patel |
| 2010-06-30 | Remove all debug info related named mdnodes. | Devang Patel |
| 2010-06-30 | use ArgOperand API | Gabor Greif |
| 2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
| 2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |