aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/IRBuilder.cpp
AgeCommit message (Expand)Author
2010-03-31make irbuilder use the new optimized debug info accessors.Chris Lattner
2010-02-10Fix several comments which had previously been "the the" where aDan Gohman
2010-02-10Fix "the the" and similar typos.Dan Gohman
2009-12-29Final step in the metadata API restructuring: move the Chris Lattner
2009-12-28This is a major cleanup of the instruction metadata interfaces thatChris Lattner
2009-12-28remove #include of Function.h from IRBuilderChris Lattner
2009-12-28move debug info stuff out of line, allowing two #includesChris Lattner
2009-12-28split code that doesn't need to be templated out of IRBuilder into a newChris Lattner