De-constify Types in FunctionType::get().
[oota-llvm.git] / lib / VMCore / IRBuilder.cpp
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...