Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / IR / IRBuilder.h
2016-02-19 Hans WennborgMerging r261258:
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-06 David Majnemer[SimplifyLibCalls] Teach SimplifyLibCalls about operand...
2015-12-31 Sanjay Pateladd FMF for CreateCall variant
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-08 Sanjoy Das[IRBuilder] Change the `gc.statepoint` creation interface
2015-10-07 Sanjoy Das[IRBuilder] Add gc.statepoint related methods to IRBuilder
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-15 Piotr PadlewskiIntroducing llvm.invariant.group.barrier intrinsic
2015-09-10 Reid KlecknerCorrect the return type of CreateCleanupEndPad
2015-09-09 Sanjay Patelallow unpredictable metadata on switch statements
2015-09-03 Silviu BarangaFix IRBuilder CreateBitOrPointerCast for vector types
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-15 David Majnemer[IR] Update CreateCatchRet to take a return value
2015-08-12 David BlaikieIRBuilder: Use move semantics for the IRBuilderInserter...
2015-08-08 David Majnemer[IR] Cleanup some formatting issues in the EH instructions
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
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.
next