summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-10-20
* For PR780:Reid Spencer2006-07-26
* For PR780:Reid Spencer2006-06-07
* For PR780:Reid Spencer2006-06-07
* Should not remove casts from variable's alloca.Jim Laskey2006-03-27
* Rename for truth in advertising.Jim Laskey2006-03-24
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-23
* Typo.Jim Laskey2006-03-16
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-09
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-03
* Simplify the implementations of classof using the new IntrinsicInst classof.Chris Lattner2006-01-13
* Add some functionality to the IntrinsicInst class and some commentsChris Lattner2006-01-13
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix bountiful sources of VC++ 'possible loss of data' warningsJeff Cohen2005-01-01
* Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner2004-11-22
* Add support for llvm.dbg.stoppointChris Lattner2004-11-18
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-12
* New header. Classes can be added as needed.Chris Lattner2004-10-12