remove dbg_declare, it's not used yet.
[oota-llvm.git] / include / llvm / IntrinsicInst.h
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.