aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-231-11/+78
* Typo.Jim Laskey2006-03-161-1/+1
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-091-1/+0
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-031-7/+13
* Simplify the implementations of classof using the new IntrinsicInst classof.Chris Lattner2006-01-131-56/+32
* Add some functionality to the IntrinsicInst class and some commentsChris Lattner2006-01-131-0/+20
* Convert tabs to spacesMisha Brukman2005-04-221-5/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-011-2/+2
* Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner2004-11-221-4/+28
* Add support for llvm.dbg.stoppointChris Lattner2004-11-181-0/+27
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-121-12/+12
* New header. Classes can be added as needed.Chris Lattner2004-10-121-0/+198