Age | Commit message (Expand) | Author |
2009-05-30 | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky |
2009-05-30 | Untabification. | Bill Wendling |
2009-05-29 | Dan noticed that the verifier wasn't thoroughly checking uses of | Duncan Sands |
2009-05-25 | Audit the type constructors. Previously it was possible to create [0 x void] | Nick Lewycky |
2009-05-22 | Always verify dominfo if expensive checking is enabled. | Duncan Sands |
2009-05-22 | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin |
2009-05-22 | Verify that calling conventions match function prototype. | Torok Edwin |
2009-05-22 | Update an assertion string to new-style type names. | Dan Gohman |
2009-05-21 | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman |
2009-05-21 | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-05-18 | Revert r72025. It is possible for clients to convert between signed types | Dan Gohman |
2009-05-18 | Add assertions to CastInst::getCastOpcode to catch attempted conversions | Dan Gohman |
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 |