| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make it possible to use different constant | Duncan Sands | 2008-08-11 | 1 | -81/+87 |
* | Unbreak the llvm-gcc build: recent changes to | Duncan Sands | 2008-08-09 | 1 | -2/+2 |
* | Make 'Insert' set the name for Loads, instead of passing the name into the | Chris Lattner | 2008-08-09 | 1 | -3/+3 |
* | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher | 2008-08-08 | 1 | -2/+4 |
* | Rename the version of CreateRet that's a convenience method for creating | Dan Gohman | 2008-07-25 | 1 | -5/+8 |
* | Make CreateBinOp/CreateNeg/CreateNot do constant folding. | Chris Lattner | 2008-07-23 | 1 | -4/+11 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -6/+9 |
* | Add insertvalue and extractvalue folding support in IRBuilder. | Dan Gohman | 2008-07-22 | 1 | -12/+23 |
* | IRBuilder support for insertvalue and extractvalue. | Dan Gohman | 2008-07-22 | 1 | -5/+31 |
* | Add a couple more helper functions to deal with | Eric Christopher | 2008-07-02 | 1 | -1/+20 |
* | Tweak IRBuilder to explicitly call the setName(const char*) method on Value | Chris Lattner | 2008-06-27 | 1 | -48/+51 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -20/+20 |
* | Add support to IR builder for new vicmp, vfcmp routines | Nate Begeman | 2008-05-14 | 1 | -4/+19 |
* | Add CreateCall3/CreateCall4 at Eric's request. | Chris Lattner | 2008-05-01 | 1 | -0/+10 |
* | Add a spiffy little "CreateCall2" method, which can be used to make | Chris Lattner | 2008-05-01 | 1 | -3/+8 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -0/+527 |