aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGBuilder.h
AgeCommit message (Expand)Author
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