aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/IRBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-021-0/+21
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-0/+4
* Doxygenified some comments in IRBuilder.h.Michael Gottesman2013-01-301-8/+9
* Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman2013-01-301-14/+0
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-261-2/+1
* Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman2013-01-201-13/+15
* Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman2013-01-201-107/+114
* Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman2013-01-201-2/+4
* Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman2013-01-201-0/+14
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-0/+1390