aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/IRBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-31/+47
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-15/+29
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+62
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-17/+90
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+29
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-34/+36
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+32
* Add addrspacecast instruction.Matt Arsenault2013-11-151-0/+4
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-081-2/+2
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-301-0/+48
* IRBuilder: Move fast math flags to IRBuilderBase.Benjamin Kramer2013-09-301-34/+28
* Fix missing constMatt Arsenault2013-07-221-1/+1
* Get rid of the Dis/EnableDebugLocations() API.Adrian Prantl2013-07-181-21/+0
* IRBuilder: add an assertion that checks if we try to get a debug loc from ->e...Nadav Rotem2013-07-091-0/+1
* Fix a bug in IRBuilder::ClearInsertionPoint. The IR Builder needs to reset bo...Nadav Rotem2013-07-081-0/+1
* 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