| Commit message (Expand) | Author | Age | Files | Lines |
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -2/+2 |
* | Extend the IL for selecting TLS models (PR9788) | Hans Wennborg | 2012-06-23 | 1 | -1/+1 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -1/+1 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -1/+1 |
* | eliminate the "string" form of ConstantArray::get, using | Chris Lattner | 2012-01-31 | 1 | -1/+1 |
* | Give string constants generated by IRBuilder private linkage. | Benjamin Kramer | 2011-12-22 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -1/+1 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -8/+8 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -3/+3 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -3/+3 |
* | make the IRBuilder type methods return non-const types. | Chris Lattner | 2011-07-12 | 1 | -1/+1 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -3/+3 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -3/+3 |
* | Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to | Nick Lewycky | 2011-05-21 | 1 | -1/+30 |
* | Make IRBuilder support StringRef for building strings. | Nick Lewycky | 2011-04-12 | 1 | -1/+1 |
* | Set unnamed_addr on strings created through the IRBuilder. | Nick Lewycky | 2011-04-07 | 1 | -0/+1 |
* | add methods to IRBuilder to create memcpy/memset/memmove. | Chris Lattner | 2010-12-26 | 1 | -0/+81 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -13/+0 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -2/+1 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -1/+1 |
* | remove #include of Function.h from IRBuilder | Chris Lattner | 2009-12-28 | 1 | -0/+6 |
* | move debug info stuff out of line, allowing two #includes | Chris Lattner | 2009-12-28 | 1 | -0/+15 |
* | split code that doesn't need to be templated out of IRBuilder into a new | Chris Lattner | 2009-12-28 | 1 | -0/+31 |