llvm.memcpy.* has two distinct associated address spaces; the source address space...
[oota-llvm.git] / include / llvm / IntrinsicInst.h
2011-05-31 Eli Friedmanllvm.memcpy.* has two distinct associated address space...
2011-01-15 Nick LewyckyTeach LazyValueInfo that allocas aren't NULL. Over...
2010-11-30 Chris Lattnerremove the pointless check of MemoryUseIntrinsic from
2010-09-01 Duncan SandsAdd convenience class for working with eh.exception...
2010-07-22 Gabor Greiffit in 80 columns
2010-06-29 Gabor Greifuse ArgOperand API
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanRemove a const here. This makes this function consisten...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-11 Victor HernandezRespond to Chris' review:
2010-01-05 Chris Lattnerconvert various IntrinsicInst's to use class instead...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-07 Victor HernandezIntroduce the "@llvm.dbg.value" debug intrinsic.
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-10-29 Bill WendlingDon't put in these EH changes.
2009-10-29 Bill WendlingReverting r85338 for now. It's causing a bootstrap...
2009-10-14 Duncan SandsI don't see any point in having both eh.selector.i32...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-07-09 Owen AndersonA little bit more LLVMContextification.
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-09-03 Dan GohmanSplit the SelectionDAG-building code, including the...
2008-06-30 Evan Cheng- Re-apply 52748 and friends with fix. GetConstantStrin...
2008-06-29 Anton KorobeynikovRevert (52748 and friends):
2008-06-26 Eric ChristopherMove GetConstantStringInfo to lib/Analysis. Remove
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Chris Lattnerremove some dead code.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2006-10-20 Reid SpencerFor PR950:
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-03-27 Jim LaskeyShould not remove casts from variable's alloca.
2006-03-24 Jim LaskeyRename for truth in advertising.
2006-03-23 Jim LaskeySimplify handling of llvm.dbg intrinsic operands to...
2006-03-16 Jim LaskeyTypo.
2006-03-09 Chris Lattnerremove dbg_declare, it's not used yet.
2006-03-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
2006-01-13 Chris LattnerSimplify the implementations of classof using the new...
2006-01-13 Chris LattnerAdd some functionality to the IntrinsicInst class and...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-01 Jeff CohenFix bountiful sources of VC++ 'possible loss of data...
2004-11-22 Chris LattnerAdd a new debug intrinsic parent class. Patch contribu...
2004-11-18 Chris LattnerAdd support for llvm.dbg.stoppoint
2004-10-12 Chris LattnerRight, calls have Operand#0 == the called function...
2004-10-12 Chris LattnerNew header. Classes can be added as needed.