Avoid MSVC-incompatible use of init list.
[oota-llvm.git] / include / llvm / IR / IRBuilder.h
2015-07-14 David BlaikieAvoid MSVC-incompatible use of init list.
2015-07-14 David BlaikieAdd default value for Args parameter of IRBuilder:...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-30 Alexey Samsonov[IRBuilder] Delete unused constructor and SetInsertPoin...
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-19 David Blaikie[opaque pointer type] Provide a convenience function...
2015-05-19 David Blaikie[opaque pointer type] Provide the ability to pass an...
2015-05-18 David BlaikieRevert "[opaque pointer type] Provide a convenience...
2015-05-18 David Blaikie[opaque pointer type] Provide a convenience for IRBuild...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-04-30 Pawel BylicaAdd convenient overloads for CreateInsertElement and...
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-05 David Blaikie[opaque pointer type] Remove some backwards compatible...
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-04 David Blaikie[opaque pointer type] More (constant, in this instance...
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-03 David Blaikie[opaque pointer types] Push explicit type parameter...
2015-03-30 David Blaikie[opaque pointer type] More IRBuilder::createGEP (non...
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-15 David Blaikie[opaque pointer type] IRBuilder gep migration progress
2015-03-14 David Blaikie[opaque pointer type] more gep API migrations
2015-03-12 Sanjay PatelIRBuilder: add a CreateShuffleVector function that...
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2014-12-30 Elena DemikhovskySome code improvements in Masked Load/Store.
2014-12-30 Philip ReamesAdd IRBuilder routines for gc.statepoints, gc.results...
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-25 Chandler CarruthRevert r220349 to re-instate r220277 with a fix for...
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-10-31 Duncan P. N. Exon... IR: MDNode => Value: Instruction::setMetadata()
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-14 Matt ArsenaultAdd CreatePointerBitCastOrAddrSpaceCast to IRBuilder...
2014-07-02 Puyan LotfiJust adding a getHalfTy method to IRBuilder for complet...
2014-05-29 Michael J. SpencerAdd LoadCombine pass.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-04 Chandler Carruth[Modules] Move the ConstantFolder into the IR library...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-11-20 Filip PizloExpose the fence instruction via the C API.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-10-08 Benjamin KramerIRBuilder: Downgrade InsertPointGuard's instruction...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Benjamin KramerIRBuilder: Move fast math flags to IRBuilderBase.
2013-07-22 Matt ArsenaultFix missing const
2013-07-18 Adrian PrantlGet rid of the Dis/EnableDebugLocations() API.
2013-07-09 Nadav RotemIRBuilder: add an assertion that checks if we try to...
2013-07-08 Nadav RotemFix a bug in IRBuilder::ClearInsertionPoint. The IR...
2013-05-02 Adrian PrantlProvide an API to temporarily suppress DebugLocations...
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...