| Age | Commit message (Expand) | Author |
| 2009-03-21 | add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously | Chris Lattner |
| 2009-03-19 | Fix a couple glaring whitespace issues. This file isn't internally consistent | Nick Lewycky |
| 2009-03-17 | typo | Gabor Greif |
| 2009-03-15 | Simplify. "Broken" is always true here. | Nick Lewycky |
| 2009-03-15 | Remove obviously redundant call. | Nick Lewycky |
| 2009-03-14 | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman |
| 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-12 | Rearrange operands of the BranchInst, to be able to | 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-10 | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman |
| 2009-03-09 | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner |
| 2009-03-09 | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. | Chris Lattner |
| 2009-03-09 | Fix PR3746 - Crash in isel with GEP of function pointer | Chris Lattner |
| 2009-03-08 | fix typo | Chris Lattner |
| 2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
| 2009-03-07 | simplify the way how traits get hold of the symbol table | Gabor Greif |
| 2009-03-07 | further simplifications arising from peruse of the more declarative interface | Gabor Greif |
| 2009-03-06 | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar |
| 2009-03-06 | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner |
| 2009-03-06 | various cosmetic cleanups. | Chris Lattner |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2009-03-01 | Another sentinel optimization. This one should always | Gabor Greif |
| 2009-03-01 | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif |
| 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 | delete a bunch of duplicated type printing logic, using the type printing | 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-27 | Introduce a new technique for merging BasicBlock with Instruction sentinel by... | Gabor Greif |
| 2009-02-24 | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang |
| 2009-02-24 | Extension of GEP in constant folder was broken (apparently this code | Daniel Dunbar |
| 2009-02-18 | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner |
| 2009-02-18 | Eliminate several more unnecessary intptr_t casts. | Dan Gohman |