summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAge
* Split the SelectionDAG-building code, including the FunctionLoweringInfoDan Gohman2008-09-03
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Move GetConstantStringInfo to lib/Analysis. RemoveEric Christopher2008-06-26
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-07
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-06
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove some dead code. Chris Lattner2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* 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