summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/IRBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet2016-04-141-15/+10
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-04-121-10/+15
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Matthias Braun2016-03-221-15/+10
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-03-101-10/+15
* Fix warning on build without assertsTim Northover2016-02-171-4/+5
* Create masked gather and scatter intrinsics in Loop Vectorizer.Elena Demikhovsky2016-02-171-15/+70
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-19/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+19
* [IRBuilder] Change the `gc.statepoint` creation interfaceSanjoy Das2015-10-081-15/+16
* [IRBuilder] Add gc.statepoint related methods to IRBuilderSanjoy Das2015-10-071-32/+74
* IRBuilder: Allow globals to be constructed in a specific address spaceTobias Grosser2015-06-191-3/+5
* Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.Pete Cooper2015-05-201-2/+2
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-27/+28
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-1/+3
* [IRBuilder] Add a CreateGCStatepointInvoke.Sanjoy Das2015-05-061-21/+76
* [IRBuilder] Fix indentation. NFC.Sanjoy Das2015-05-061-20/+19
* [opaque pointer type] More GEP IRBuilder API migrations...David Blaikie2015-04-031-1/+2
* PlaceSafepoints: use IRBuilder helpersRamkumar Ramachandra2015-02-261-0/+11
* [Statepoint] Improve two asserts, fix some style (NFC)Ramkumar Ramachandra2015-02-091-4/+4
* Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra2015-01-221-10/+1
* Some code improvements in Masked Load/Store. Elena Demikhovsky2014-12-301-12/+31
* Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocatesPhilip Reames2014-12-301-2/+70
* Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2014-12-251-2/+2
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-0/+26
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-26/+0
* Masked Vector Load and Store Intrinsics.Elena Demikhovsky2014-11-231-0/+26
* Add CreateAlignmentAssumption to IRBuilderHal Finkel2014-10-151-0/+11
* Add scoped-noalias metadataHal Finkel2014-07-241-6/+27
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+153
OpenPOWER on IntegriCloud