summaryrefslogtreecommitdiff
path: root/include/llvm/IR/IRBuilder.h
Commit message (Expand)AuthorAge
* Fix a bug in IRBuilder that's been there for who knows how long. ItChandler Carruth2014-01-05
* Use present fast-math flags when applicable in CreateBinOpMichael Ilseman2013-12-05
* Expose the fence instruction via the C API.Filip Pizlo2013-11-20
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-08
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-30
* Fix missing constMatt Arsenault2013-07-22
* Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl2013-07-18
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-09
* Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem2013-07-08
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-02
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Doxygenified some comments in IRBuilder.h.Michael Gottesman2013-01-30
* Removed CreateFPExtOrFPTrunc for now until I have the time to get in my vecto...Michael Gottesman2013-01-30
* IRBuilder: Remove redundant check around SetInstDebugLocation call.David Blaikie2013-01-26
* Changed IRBuilder::CreateZExtOrTrunc and IRBuilder::CreateSExtOrTrunc so they...Michael Gottesman2013-01-20
* Converted all method comments in IRBuilder.h to use doxygen style comments.Michael Gottesman2013-01-20
* Corrected assert messages for CreateZExtOrTrunc/CreateSExtOrTrunc.Michael Gottesman2013-01-20
* Added IRBuilder::CreateFPExtOrFPTrunc.Michael Gottesman2013-01-20
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02