the lengths of the strings are known, just use memcmp
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
2007-02-15 Chris Lattnerthe lengths of the strings are known, just use memcmp
2007-02-15 Chris LattnerImplement Function::getIntrinsicID without it needing...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-06 Jim LaskeyError check and eliminate unnecessary value.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-01-12 Reid SpencerFor PR1064:
2006-10-04 Chris LattnerFix more static dtor issues
2006-04-02 Chris LattnerAdjust the Intrinsics.gen interface a little bit
2006-03-31 Chris LattnerFinal bugfix for PR724. GCC won't inline varargs funct...
2006-03-31 Chris LattnerWhen emitting code for the verifier, instead of emittin...
2006-03-28 Evan ChengDon't sort the names before outputing the intrinsic...
2006-03-24 Chris LattnerMove CodeGenIntrinsic implementation to CodeGenTarget...
2006-03-24 Chris Lattnerextract some more information from the intrinsic table
2006-03-15 Chris Lattnerallow the GCCBuiltinName field to be optional
2006-03-15 Jeff CohenFix VC++ build error.
2006-03-15 Chris Lattnerremove typo
2006-03-15 Chris LattnerAutogenerate a table of intrinsic names, so we can...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-14 Reid SpencerAdd a newline at the end to avoid gcc warnings.
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-11 Chris Lattnerfix pasto in generate assertion msg
2006-03-09 Chris Lattnergenerate side-effect info
2006-03-09 Chris LattnerParse mod/ref properties, autogen mod/ref information
2006-03-09 Chris Lattnerparse intrinsic types
2006-03-09 Chris Lattnerautogenerate the function name recognizer
2006-03-03 Chris Lattnerinitial implementation of intrinsic parsing