aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copyBill Wendling2012-01-311-28/+0
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* llvm.memcpy.* has two distinct associated address spaces; the source address ...Eli Friedman2011-05-311-1/+5
* Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this savesNick Lewycky2011-01-151-0/+4
* remove the pointless check of MemoryUseIntrinsic fromChris Lattner2010-11-301-24/+1
* Add convenience class for working with eh.exception calls.Duncan Sands2010-09-011-0/+14
* fit in 80 columnsGabor Greif2010-07-221-1/+1
* use ArgOperand APIGabor Greif2010-06-291-31/+31
* Eliminate unnecessary uses of getZExtValue().Dan Gohman2010-06-181-1/+1
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-31/+31
* reapply r101434Gabor Greif2010-04-161-31/+31
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-31/+31
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-31/+31
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-31/+31
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-31/+31
* Remove a const here. This makes this function consistent with all theDan Gohman2010-04-141-2/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-1/+12
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-12/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-1/+12
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-12/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+12
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-1/+1
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-151-7/+1
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-151-1/+7
* Respond to Chris' review:Victor Hernandez2010-01-111-3/+8
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-051-10/+20
* Remove dead debug info intrinsics.Devang Patel2010-01-051-78/+0
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-311-4/+1
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-311-4/+4
* Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez2009-12-071-0/+20
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-111-0/+22
* Don't put in these EH changes.Bill Wendling2009-10-291-13/+0
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-291-0/+13
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-141-2/+1
* Reapply 79977.Devang Patel2009-08-281-6/+7
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-7/+6
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-6/+7
* A little bit more LLVMContextification.Owen Anderson2009-07-091-3/+7
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-081-6/+9
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-081-38/+36
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-211-12/+6
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-211-6/+12
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-211-12/+6
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-031-0/+14
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-301-2/+2
* Revert (52748 and friends):Anton Korobeynikov2008-06-291-2/+2
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-261-2/+2
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-071-3/+3
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-061-6/+0
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-061-5/+0