Age | Commit message (Expand) | Author |
2009-05-10 | Needed #includes. Thanks Fritz van Bommel! | Bill Wendling |
2009-05-10 | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky |
2009-05-06 | OCaml parameter attribute bindings from PR2752. | Duncan Sands |
2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
2009-05-05 | Quotes should be printed before private prefix; some code clean up. | Evan Cheng |
2009-05-04 | Restore minor deletion. | Mike Stump |
2009-05-02 | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman |
2009-04-26 | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta |
2009-04-25 | Allow aliasee to be a GEP or bitcast instead of just a bitcast. | Chris Lattner |
2009-04-24 | Allow i16 type indices to gep. | Sanjiv Gupta |
2009-04-20 | It's not necessary for PrintModulePass to flush the output streams | Dan Gohman |
2009-04-20 | Don't discard an AssemblyAnnotationWriter when writing GlobalValues, | Dan Gohman |
2009-04-20 | Implement operator<<(raw_ostream &OS, const Type &T). | Dan Gohman |
2009-04-15 | Limit the number of times we're willing to chase pointers. Removes an O(n^2) | Nick Lewycky |
2009-04-13 | Add a new "available_externally" linkage type. This is intended | Chris Lattner |
2009-04-10 | Add a new Type::getPointerTo method, which is shorthand for | Chris Lattner |
2009-04-08 | disable this code for now, re-breaking PR2975, but fixing | Chris Lattner |
2009-04-07 | fix style. | Torok Edwin |
2009-04-07 | Another attempt at fixing PR2975. | Torok Edwin |
2009-04-06 | revert r68457, its crashing in make check. | Torok Edwin |
2009-04-06 | fix (part of) memory leak on shutdown. See PR2975. | Torok Edwin |
2009-04-04 | Remove bogus include. | Nick Lewycky |
2009-04-04 | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky |
2009-04-01 | Clean up pass manager cache after each run. | Devang Patel |
2009-03-31 | Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles", | Chris Lattner |
2009-03-30 | Fix infinite looping | Anton Korobeynikov |
2009-03-30 | Properly propagate Kind. | Anton Korobeynikov |
2009-03-29 | Extend the relocation tracker handler, so we can filter on different 'kinds' ... | Anton Korobeynikov |
2009-03-27 | "ghostify" the ilist<Function> sentinel | Gabor Greif |
2009-03-23 | Fix internal representation of fp80 to be the | Dale Johannesen |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
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 |