This patch breaks up Wrap.h so that it does not have to include all of
[oota-llvm.git] / include / llvm / IR / IRBuilder.h
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-30 Michael GottesmanDoxygenified some comments in IRBuilder.h.
2013-01-30 Michael GottesmanRemoved CreateFPExtOrFPTrunc for now until I have the...
2013-01-26 David BlaikieIRBuilder: Remove redundant check around SetInstDebugLo...
2013-01-20 Michael GottesmanChanged IRBuilder::CreateZExtOrTrunc and IRBuilder...
2013-01-20 Michael GottesmanConverted all method comments in IRBuilder.h to use...
2013-01-20 Michael GottesmanCorrected assert messages for CreateZExtOrTrunc/CreateS...
2013-01-20 Michael GottesmanAdded IRBuilder::CreateFPExtOrFPTrunc.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...