aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBuilder.h
AgeCommit message (Expand)Author
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth
2012-06-29Update Clang to reflect the new home of IRBuilder.h as of r159421.Chandler Carruth
2010-07-06Make CGBuilderTy a typedef again; its functionality has been rolled backJohn McCall
2010-07-03Provide convenience routines to save and restore the current insertionJohn McCall
2008-11-12Disable generation of basic block names in NDEBUG mode.Daniel Dunbar
2008-11-10don't preserve names on IR instructions. This matches llvm-gcc's behavior andChris Lattner
2008-11-01Move IRBuilder type definition to common file.Daniel Dunbar