| Commit message (Expand) | Author | Age | Files | Lines |
* | some minor cleanups to IRBuilder, factor the insertion | Chris Lattner | 2009-08-30 | 1 | -24/+32 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -2/+2 |
* | Switch IRBuilder to using Twine references for names. | Daniel Dunbar | 2009-08-19 | 1 | -111/+118 |
* | Add more casts to the IRBuilder. | Erick Tryzelaar | 2009-08-16 | 1 | -1/+39 |
* | Add doxygen comments. | Owen Anderson | 2009-08-14 | 1 | -0/+8 |
* | A couple IRBuilder functions were still using getGlobalContext(). | Erick Tryzelaar | 2009-08-14 | 1 | -3/+3 |
* | Add helpers for fetching basic types. | Owen Anderson | 2009-08-14 | 1 | -0/+36 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -21/+21 |
* | Remove a bunch more now-unnecessary Context arguments. | Dan Gohman | 2009-08-12 | 1 | -3/+3 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 1 | -0/+6 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 1 | -5/+69 |
* | Use isa instead of dyn_cast when the result is only converted to bool. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 1 | -4/+12 |
* | Add an explicit keyword. | Dan Gohman | 2009-08-11 | 1 | -1/+3 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -2/+2 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -7/+7 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+4 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -2/+2 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+2 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -3/+3 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 1 | -7/+19 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -2/+2 |
* | Work around an ICE in gcc-4.2.4. | Jeffrey Yasskin | 2009-07-09 | 1 | -1/+2 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -15/+24 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -24/+19 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -15/+0 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -18/+24 |
* | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 1 | -39/+8 |
* | Forgot to commit this hunk | Anton Korobeynikov | 2009-06-18 | 1 | -0/+12 |
* | Propagate calling conv for invokes too | Anton Korobeynikov | 2009-06-18 | 1 | -2/+4 |
* | Honour calling convention and attributes of Callee by default. | Anton Korobeynikov | 2009-06-17 | 1 | -6/+24 |
* | make CreateFMul forward to CreateFMul, not CreateMul. | Chris Lattner | 2009-06-17 | 1 | -1/+1 |
* | Add a CreateFNeg function to IRBuilder. | Dan Gohman | 2009-06-15 | 1 | -0/+5 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -0/+18 |
* | Add an accessor method to return the insertion point. | Dan Gohman | 2009-05-20 | 1 | -0/+2 |
* | Cleanup. Remove redundant llvm:: , we don't need them since we're inside | Nick Lewycky | 2009-04-10 | 1 | -18/+18 |
* | Add utility function to IRBuilder that takes the difference between two | Nick Lewycky | 2009-04-10 | 1 | -0/+14 |
* | add method to access a template argument. | Chris Lattner | 2009-03-22 | 1 | -0/+4 |
* | Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. | Daniel Dunbar | 2009-03-06 | 1 | -4/+36 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -3/+3 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Clean up some strange whitespace. | Nick Lewycky | 2008-11-15 | 1 | -7/+6 |
* | Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback. | Daniel Dunbar | 2008-10-02 | 1 | -2/+2 |
* | Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods. | Daniel Dunbar | 2008-09-27 | 1 | -0/+17 |
* | Add a NullFolder class that doesn't fold constants. | Duncan Sands | 2008-08-12 | 1 | -4/+4 |