aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove some dead code. Chris Lattner2007-12-101-50/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+50
* For PR950:Reid Spencer2006-10-201-2/+2
* For PR780:Reid Spencer2006-07-261-1/+1
* For PR780:Reid Spencer2006-06-071-5/+4
* For PR780:Reid Spencer2006-06-071-0/+7
* Should not remove casts from variable's alloca.Jim Laskey2006-03-271-1/+1
* Rename for truth in advertising.Jim Laskey2006-03-241-1/+1