aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/IRBuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-22Add invariant start call creation in IRBuilder.NFCAnna Thomas1-0/+20
2016-06-28Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko1-10/+15
2016-06-27Revert -r273892 "Support arbitrary addrspace pointers in masked load/store in...Artur Pilipenko1-15/+10
2016-06-27Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko1-10/+15
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-1/+1
2016-04-14Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet1-15/+10
2016-04-12Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko1-10/+15
2016-03-22Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Matthias Braun1-15/+10
2016-03-10Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko1-10/+15
2016-02-17Fix warning on build without assertsTim Northover1-4/+5
2016-02-17Create masked gather and scatter intrinsics in Loop Vectorizer.Elena Demikhovsky1-15/+70
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-19/+6
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-6/+19
2015-10-08[IRBuilder] Change the `gc.statepoint` creation interfaceSanjoy Das1-15/+16
2015-10-07[IRBuilder] Add gc.statepoint related methods to IRBuilderSanjoy Das1-32/+74
2015-06-19IRBuilder: Allow globals to be constructed in a specific address spaceTobias Grosser1-3/+5
2015-05-20Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper1-2/+2
2015-05-12[Statepoints] Support for "patchable" statepoints.Sanjoy Das1-27/+28
2015-05-08Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin1-1/+3
2015-05-06[IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das1-21/+76
2015-05-06[IRBuilder] Fix indentation. NFC.Sanjoy Das1-20/+19
2015-04-03[opaque pointer type] More GEP IRBuilder API migrations...David Blaikie1-1/+2
2015-02-26PlaceSafepoints: use IRBuilder helpersRamkumar Ramachandra1-0/+11
2015-02-09[Statepoint] Improve two asserts, fix some style (NFC)Ramkumar Ramachandra1-4/+4
2015-01-22Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra1-10/+1
2014-12-30Some code improvements in Masked Load/Store. Elena Demikhovsky1-12/+31
2014-12-30Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocatesPhilip Reames1-2/+70
2014-12-25Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky1-2/+2
2014-12-04Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky1-0/+26
2014-11-28Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith1-26/+0
2014-11-23Masked Vector Load and Store Intrinsics.Elena Demikhovsky1-0/+26
2014-10-15Add CreateAlignmentAssumption to IRBuilderHal Finkel1-0/+11
2014-07-24Add scoped-noalias metadataHal Finkel1-6/+27
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+153