| Age | Commit message (Expand) | Author |
| 2009-03-19 | Fix a couple glaring whitespace issues. This file isn't internally consistent | Nick Lewycky |
| 2009-03-15 | Remove obviously redundant call. | Nick Lewycky |
| 2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
| 2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
| 2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
| 2009-03-11 | Remove the one-definition-rule version of extern_weak | Duncan Sands |
| 2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
| 2009-03-01 | simplify handling "don't print top level name" processing, so that we get | Chris Lattner |
| 2009-03-01 | walk type symbol table also, so we get: | Chris Lattner |
| 2009-03-01 | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner |
| 2009-02-28 | move type name population out of TypePrinting class into a static | Chris Lattner |
| 2009-02-28 | switch to densemap for pointer->word map. | Chris Lattner |
| 2009-02-28 | make this work when constructed with a null module* | Chris Lattner |
| 2009-02-28 | expose TypePrinting as a public API. | Chris Lattner |
| 2009-02-28 | rename 'Result' to 'OS' in CalcTypeName for consistency | Chris Lattner |
| 2009-02-28 | do not embed the raw_ostream into TypePrinting, pass it as an argument to pri... | Chris Lattner |
| 2009-02-28 | stop calling Type::getDescription(). | Chris Lattner |
| 2009-02-28 | simplifications | Chris Lattner |
| 2009-02-28 | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner |
| 2009-02-28 | make CalcTypeName take a stream instead of a string to concat onto, | Chris Lattner |
| 2009-02-28 | remove a bunch of nearly-duplicated code. | Chris Lattner |
| 2009-02-28 | fix indentation, remove dead integer case. | Chris Lattner |
| 2009-02-28 | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner |
| 2009-02-28 | inline method into its only use and simplify the result. | Chris Lattner |
| 2009-02-28 | simplify condition | Chris Lattner |
| 2009-02-28 | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner |
| 2009-02-18 | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner |
| 2009-02-11 | Don't print extra spaces in vector and array constants. This makes | Dan Gohman |
| 2009-02-09 | make sure that BranchInst::getSuccessor() does not assert in cast<> | Gabor Greif |
| 2009-01-31 | back out my previous change, it exposes a latent bug. investigating | Gabor Greif |
| 2009-01-31 | use precise accessors | Gabor Greif |
| 2009-01-21 | Do not use host floating point types when emitting | Dale Johannesen |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-15 | add comment to explain my previous commit, as asked by Chris | Nuno Lopes |
| 2009-01-14 | fix crash in the case when some arg is null | Nuno Lopes |
| 2009-01-02 | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner |
| 2008-12-03 | Have PseudoSourceValue override Value::dump, so that it works | Dan Gohman |
| 2008-11-10 | Use utohex_buffer instead of utohexstr to avoid creating a temporary | Chris Lattner |
| 2008-10-28 | Reuse PrintEscapedString for printing names in .ll | Daniel Dunbar |
| 2008-10-21 | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar |
| 2008-10-15 | Fix a missing space after the return type in invoke statements. | Dan Gohman |
| 2008-10-14 | Prevent assert when using '"' in names (via hexadecimal). | Daniel Dunbar |
| 2008-10-14 | Change getLLVMName to use raw_ostream & PrintLLVMName. | Daniel Dunbar |
| 2008-10-09 | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen |
| 2008-10-01 | add a new form of Type::dump that takes a module for type names, | Chris Lattner |
| 2008-10-01 | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman |
| 2008-10-01 | Don't prepend a space character for constants in Value::print. | Dan Gohman |
| 2008-09-29 | Support inreg, zext and sext as return value attributes. | Devang Patel |
| 2008-09-26 | Implement function notes as function attributes. | Devang Patel |
| 2008-09-26 | Now Attributes are divided in three groups | Devang Patel |