Add more checking to filter out more kinds of things that
[oota-llvm.git] / utils / TableGen / CodeGenIntrinsics.h
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-04-26 Dan GohmanUpdate a comment to reflect recent changes in the type...
2007-04-01 Reid SpencerFor PR1297:
2006-12-31 Reid SpencerFor PR950:
2006-03-28 Chris LattnerOnly compute intrinsic valuetypes when in a target...
2006-03-28 Chris Lattnerrevert this, it breaks things.
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-13 Chris Lattneremit a mapping from LLVM intrinsic -> GCC builtins.
2006-03-13 Chris LattnerVerify that packed type operands have the right size...
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-03 Chris LattnerFix pasteo
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing