| Age | Commit message (Expand) | Author |
| 2010-09-02 | lets get crazy and name the header file the exact class name, | Chris Lattner |
| 2010-09-02 | reapply 112894: | Chris Lattner |
| 2010-09-02 | revert patch, need to update clang tests too | Chris Lattner |
| 2010-09-02 | Remove #uses comments from functions: they we're padded out to column 50 | Chris Lattner |
| 2010-09-02 | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-20 | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-07-21 | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman |
| 2010-07-21 | Disallow null as a named metadata operand. | Dan Gohman |
| 2010-07-20 | Give MDNode printing has access to the current Module in more | Dan Gohman |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-14 | Just use getParent() instead of getModuleFromVal when the value is a Function. | Dan Gohman |
| 2010-07-14 | Rename WriteConstantInt to WriteConstantInternal, to avoid confusion. | Dan Gohman |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-07-07 | use PrintEscapedString to handle attribute section with escapes in it, | Chris Lattner |
| 2010-07-01 | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling |
| 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 |
| 2010-06-23 | use ArgOperand accessors | Gabor Greif |
| 2010-05-16 | Add support for thiscall calling convention. | Anton Korobeynikov |
| 2010-05-10 | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner |
| 2010-05-07 | Minimally fix this code to not abort on mdnodes with integer data | Dan Gohman |
| 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-08 | Print empty structs as {} rather than { }. | Dan Gohman |
| 2010-03-25 | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
| 2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
| 2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
| 2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
| 2010-03-16 | add asmprinter suport for unions, fixing Feature/unions.ll to actually | Chris Lattner |
| 2010-03-02 | Fix looking up MD names to not need a module. | Erick Tryzelaar |
| 2010-02-25 | Dump the presence of attached metadata even if we don't know what it is. This | Nick Lewycky |
| 2010-02-16 | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands |
| 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-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-10 | Minor whitespace cleanups. | Dan Gohman |
| 2010-02-10 | Add a hook to AssemblyAnnotationWriter to allow custom info comments | Dan Gohman |
| 2010-01-29 | Print a comment next to "materializable" global values, to distinguish | Dan Gohman |
| 2010-01-29 | Convert some users of ftostr to raw_ostream. | Benjamin Kramer |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-20 | Refactor common parts of MDNode::getFunction() and assertLocalFunction() into... | Victor Hernandez |
| 2010-01-18 | Make printing of metadata more robust when function is not found (which is th... | Victor Hernandez |