| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a copy+pasto in an assertion string that Jay Foad noticed. | Dan Gohman | 2009-06-05 | 1 | -1/+1 |
* | Update the Verifier to be aware of the difference between Add and FAdd, etc. | Dan Gohman | 2009-06-05 | 1 | -15/+33 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 4 | -34/+127 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -0/+2 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 4 | -60/+128 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -1/+1 |
* | Dan noticed that the verifier wasn't thoroughly checking uses of | Duncan Sands | 2009-05-29 | 1 | -50/+49 |
* | Audit the type constructors. Previously it was possible to create [0 x void] | Nick Lewycky | 2009-05-25 | 1 | -7/+11 |
* | Always verify dominfo if expensive checking is enabled. | Duncan Sands | 2009-05-22 | 1 | -0/+5 |
* | Revert this. There's no way to verifiy indirect calls, and an optimizer can turn | Torok Edwin | 2009-05-22 | 1 | -25/+0 |
* | Verify that calling conventions match function prototype. | Torok Edwin | 2009-05-22 | 1 | -0/+25 |
* | Update an assertion string to new-style type names. | Dan Gohman | 2009-05-22 | 1 | -1/+1 |
* | Fix some incorrect logic in DominanceFrontier::splitBlock. Part of | Eli Friedman | 2009-05-21 | 1 | -5/+3 |
* | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 2 | -0/+15 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 2 | -8/+10 |
* | Revert r72025. It is possible for clients to convert between signed types | Dan Gohman | 2009-05-18 | 1 | -3/+0 |
* | Add assertions to CastInst::getCastOpcode to catch attempted conversions | Dan Gohman | 2009-05-18 | 1 | -0/+3 |
* | Needed #includes. Thanks Fritz van Bommel! | Bill Wendling | 2009-05-10 | 1 | -0/+1 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 2 | -26/+31 |
* | OCaml parameter attribute bindings from PR2752. | Duncan Sands | 2009-05-06 | 1 | -0/+14 |
* | Allow readonly functions to unwind exceptions. Teach | Duncan Sands | 2009-05-06 | 1 | -0/+8 |
* | Quotes should be printed before private prefix; some code clean up. | Evan Cheng | 2009-05-05 | 1 | -50/+68 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -3/+3 |
* | Apply Jeffrey Yasskin's CallbackVH patch, with minor tweaks from me | Dan Gohman | 2009-05-02 | 1 | -2/+10 |
* | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta | 2009-04-26 | 1 | -3/+2 |
* | Allow aliasee to be a GEP or bitcast instead of just a bitcast. | Chris Lattner | 2009-04-25 | 2 | -7/+9 |
* | Allow i16 type indices to gep. | Sanjiv Gupta | 2009-04-24 | 1 | -1/+2 |
* | It's not necessary for PrintModulePass to flush the output streams | Dan Gohman | 2009-04-20 | 1 | -2/+0 |
* | Don't discard an AssemblyAnnotationWriter when writing GlobalValues, | Dan Gohman | 2009-04-20 | 1 | -1/+1 |
* | Implement operator<<(raw_ostream &OS, const Type &T). | Dan Gohman | 2009-04-20 | 1 | -0/+5 |
* | Limit the number of times we're willing to chase pointers. Removes an O(n^2) | Nick Lewycky | 2009-04-15 | 1 | -1/+3 |
* | 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 |