Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, and RCP.
[oota-llvm.git] / lib / VMCore / IRBuilder.cpp
2012-09-26 Dan GohmanAdd IRBuilder code for adding !tbaa.struct metadata...
2012-07-19 Bill WendlingRemove tabs.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnereliminate the "string" form of ConstantArray::get,...
2011-12-22 Benjamin KramerGive string constants generated by IRBuilder private...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Chris Lattnermake the IRBuilder type methods return non-const types.
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-04-12 Nick LewyckyMake IRBuilder support StringRef for building strings.
2011-04-07 Nick LewyckySet unnamed_addr on strings created through the IRBuilder.
2010-12-26 Chris Lattneradd methods to IRBuilder to create memcpy/memset/memmove.
2010-03-31 Chris Lattnermake irbuilder use the new optimized debug info accessors.
2010-02-10 Dan GohmanFix several comments which had previously been "the...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...