| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 1 | -0/+3 |
* | Add a new Type::getPointerTo method, which is shorthand for | Chris Lattner | 2009-04-10 | 1 | -0/+4 |
* | disable this code for now, re-breaking PR2975, but fixing | Chris Lattner | 2009-04-08 | 1 | -3/+3 |
* | fix style. | Torok Edwin | 2009-04-07 | 1 | -3/+3 |
* | Another attempt at fixing PR2975. | Torok Edwin | 2009-04-07 | 1 | -0/+25 |
* | revert r68457, its crashing in make check. | Torok Edwin | 2009-04-06 | 1 | -16/+0 |
* | fix (part of) memory leak on shutdown. See PR2975. | Torok Edwin | 2009-04-06 | 1 | -0/+16 |
* | Remove bogus include. | Nick Lewycky | 2009-04-04 | 1 | -1/+0 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 4 | -3/+155 |
* | Clean up pass manager cache after each run. | Devang Patel | 2009-04-01 | 1 | -0/+14 |
* | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner | 2009-03-31 | 1 | -2/+165 |
* | Fix infinite looping | Anton Korobeynikov | 2009-03-30 | 1 | -0/+2 |
* | Properly propagate Kind. | Anton Korobeynikov | 2009-03-30 | 1 | -1/+1 |
* | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov | 2009-03-29 | 1 | -5/+20 |
* | "ghostify" the ilist<Function> sentinel | Gabor Greif | 2009-03-27 | 1 | -8/+0 |
* | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 1 | -2/+22 |
* | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 2009-03-23 | 1 | -3/+2 |
* | add a fastpath to ConstantExpr::getBitCast to handle the case when an obviously | Chris Lattner | 2009-03-21 | 1 | -0/+5 |
* | Fix a couple glaring whitespace issues. This file isn't internally consistent | Nick Lewycky | 2009-03-19 | 1 | -2/+2 |
* | typo | Gabor Greif | 2009-03-17 | 1 | -1/+1 |
* | Simplify. "Broken" is always true here. | Nick Lewycky | 2009-03-15 | 1 | -1/+1 |
* | Remove obviously redundant call. | Nick Lewycky | 2009-03-15 | 1 | -1/+1 |
* | Apply a patch by Micah Villmow to fix AsmParser to accept vector | Dan Gohman | 2009-03-14 | 2 | -1/+7 |
* | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling | 2009-03-13 | 3 | -17/+9 |
* | Second installment of "BasicBlock operands to the back" | Gabor Greif | 2009-03-13 | 3 | -9/+17 |
* | Rearrange operands of the BranchInst, to be able to | Gabor Greif | 2009-03-12 | 3 | -30/+105 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman | 2009-03-10 | 1 | -11/+8 |
* | make GlobalValue::removeDeadConstantUsers() const. | Chris Lattner | 2009-03-09 | 1 | -7/+7 |
* | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. | Chris Lattner | 2009-03-09 | 1 | -2/+4 |
* | Fix PR3746 - Crash in isel with GEP of function pointer | Chris Lattner | 2009-03-09 | 1 | -13/+17 |
* | fix typo | Chris Lattner | 2009-03-08 | 1 | -1/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -10/+14 |
* | simplify the way how traits get hold of the symbol table | Gabor Greif | 2009-03-07 | 1 | -5/+3 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 3 | -21/+0 |
* | Add Module::getNamedValue; use to normalize access to Module symbol | Daniel Dunbar | 2009-03-06 | 1 | -19/+21 |
* | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 1 | -85/+99 |
* | various cosmetic cleanups. | Chris Lattner | 2009-03-06 | 1 | -136/+107 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -9/+9 |
* | Another sentinel optimization. This one should always | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
* | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 1 | -37/+19 |
* | walk type symbol table also, so we get: | Chris Lattner | 2009-03-01 | 1 | -2/+10 |
* | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner | 2009-03-01 | 1 | -12/+122 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 1 | -36/+51 |
* | switch to densemap for pointer->word map. | Chris Lattner | 2009-02-28 | 1 | -9/+9 |
* | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 1 | -152/+16 |
* | make this work when constructed with a null module* | Chris Lattner | 2009-02-28 | 1 | -2/+1 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 1 | -23/+24 |