summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
Commit message (Expand)AuthorAge
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Respond to Chris' review:Victor Hernandez2010-01-11
* convert various IntrinsicInst's to use class instead of struct.Chris Lattner2010-01-05
* Remove dead debug info intrinsics.Devang Patel2010-01-05
* Remove #include of metadata.h from intrinsicinst.h. The onlyChris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez2009-12-07
* Don't trivially delete unused calls to llvm.invariant.start. This allowsDuncan Sands2009-11-11
* Don't put in these EH changes.Bill Wendling2009-10-29
* Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.Bill Wendling2009-10-29
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-14
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* A little bit more LLVMContextification.Owen Anderson2009-07-09
* change the MemIntrinsic get/setAlignment method to take an unsignedChris Lattner2009-03-08
* Introduce a new MemTransferInst pseudo class, which is a commonChris Lattner2009-03-08
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* 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