summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAge
* va_start, va_end, va_copy: InstrinsicInst subclasses and InstVisitor support.Evgeniy Stepanov2012-10-29
* Remove unnecessary classof()'sSean Silva2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-31
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* llvm.memcpy.* has two distinct associated address spaces; the source address ...Eli Friedman2011-05-31
* Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this savesNick Lewycky2011-01-15
* remove the pointless check of MemoryUseIntrinsic fromChris Lattner2010-11-30
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-01
* fit in 80 columnsGabor Greif2010-07-22
* use ArgOperand APIGabor Greif2010-06-29
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-18
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* Remove a const here. This makes this function consistent with all theDan Gohman2010-04-14
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Respond to Chris' review:Victor Hernandez2010-01-11
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez2009-12-07
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-11
* Don't put in these EH changes.Bill Wendling2009-10-29
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-29
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-14
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* A little bit more LLVMContextification.Owen Anderson2009-07-09
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-08
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-08
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-03
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26