Remove dead code.
[oota-llvm.git] / include / llvm / IntrinsicInst.h
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.