| Commit message (Expand) | Author | Age | Files | Lines |
| * | Initial commit of the 'landingpad' instruction. | Bill Wendling | 2011-08-12 | 1 | -0/+5 |
| * | Preserve the name for this variant of IRBuilder::CreateCall | Peter Collingbourne | 2011-08-10 | 1 | -1/+1 |
| * | Remove CreateUnwind from the IRBuillder. | Bill Wendling | 2011-08-03 | 1 | -4/+0 |
| * | Fix a couple silly typos in IRBuilder in the new atomic instructions. | Eli Friedman | 2011-08-02 | 1 | -6/+6 |
| * | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling | 2011-07-31 | 1 | -0/+4 |
| * | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -9/+0 |
| * | Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be | Eli Friedman | 2011-07-29 | 1 | -0/+10 |
| * | The personality function should be a Function* and not just a Value*. | Bill Wendling | 2011-07-28 | 1 | -1/+1 |
| * | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling | 2011-07-27 | 1 | -0/+9 |
| * | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman | 2011-07-25 | 1 | -0/+4 |
| * | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -10/+6 |
| * | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | Jay Foad | 2011-07-22 | 1 | -29/+22 |
| * | Convert ConstantFolder APIs to use ArrayRef. | Jay Foad | 2011-07-21 | 1 | -14/+14 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -23/+23 |
| * | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -26/+16 |
| * | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -28/+6 |
| * | make the IRBuilder type methods return non-const types. | Chris Lattner | 2011-07-12 | 1 | -12/+12 |
| * | Speculatively revert r134431. | Devang Patel | 2011-07-05 | 1 | -1/+0 |
| * | Clear debug loc while updating insert point. | Devang Patel | 2011-07-05 | 1 | -0/+1 |
| * | Added IRBuilder::SetInsertPoint(Use) to find a valid insertion point | Andrew Trick | 2011-06-29 | 1 | -0/+19 |
| * | whitespace | Andrew Trick | 2011-06-29 | 1 | -8/+8 |
| * | Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to | Nick Lewycky | 2011-05-21 | 1 | -4/+18 |
| * | Set debug location while setting insertion point. | Devang Patel | 2011-05-18 | 1 | -0/+1 |
| * | If builder is initialized using an instruction as insertion point, then use t... | Devang Patel | 2011-05-04 | 1 | -0/+1 |
| * | add a helper method. | Chris Lattner | 2011-04-19 | 1 | -0/+4 |
| * | Make IRBuilder support StringRef for building strings. | Nick Lewycky | 2011-04-12 | 1 | -4/+6 |
| * | Add support for ArrayRef in IRBuilder's CreateCall. | Nick Lewycky | 2011-04-07 | 1 | -0/+6 |
| * | Remove the LLVMContext& arguments from *Folder constructors, as they don't se... | Frits van Bommel | 2011-04-03 | 1 | -4/+4 |
| * | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad | 2011-03-30 | 1 | -2/+3 |
| * | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner | 2011-02-10 | 1 | -48/+52 |
| * | Rework InstrTypes.h so to reduce the repetition around the NSW/NUW/Exact | Chris Lattner | 2011-02-09 | 1 | -72/+46 |
| * | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands | 2011-02-07 | 1 | -0/+6 |
| * | add methods to IRBuilder to create memcpy/memset/memmove. | Chris Lattner | 2010-12-26 | 1 | -2/+42 |
| * | add a version of IRBuilder::SetInsertPoint that takes an instruction. | Chris Lattner | 2010-12-19 | 1 | -0/+7 |
| * | patch from Frits van Bommel: | Chris Lattner | 2010-11-18 | 1 | -74/+85 |
| * | It is confusing to call a random-access iterator 'InputIterator'. | Mikhail Glushenkov | 2010-10-27 | 1 | -19/+24 |
| * | Trailing whitespace. | Mikhail Glushenkov | 2010-10-27 | 1 | -37/+37 |
| * | remove some unneeded overloads that were causing | Chris Lattner | 2010-07-15 | 1 | -20/+0 |
| * | Provide IRBuilder conveniences for creating integer constants at common widths, | John McCall | 2010-07-06 | 1 | -6/+61 |
| * | Provide an abstraction to save and restore the current insertion point of | John McCall | 2010-07-06 | 1 | -0/+42 |
| * | fit in 80 cols | Chris Lattner | 2010-06-26 | 1 | -2/+2 |
| * | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con... | Daniel Dunbar | 2010-04-13 | 1 | -2/+59 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -0/+5 |
| * | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 1 | -3/+3 |
| * | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -5/+0 |
| * | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -0/+5 |
| * | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -7/+8 |
| * | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
| * | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -4/+11 |
| * | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -5/+0 |