aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAgeFilesLines
* 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