Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / IntrinsicInst.h
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.