Fix PR3994: LLVMMatchType arguments do not refer to absolute return value
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
2009-04-16 Bob WilsonFix PR3994: LLVMMatchType arguments do not refer to...
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-02-24 Mon P WangAdded support to have TableGen provide information...
2009-02-14 Duncan SandsGeneralize some alias analysis logic from atomic
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-01-12 Chris Lattnermake tblgen autogenerate the nocapture intrinsics for
2009-01-12 Chris Lattneradd scaffolding to emit argument attributes. No functi...
2009-01-12 Chris Lattnermake tblgen emit the entire Intrinsic::getAttributes...
2009-01-07 Bob WilsonImprove support for type-generic vector intrinsics...
2008-11-13 Bill WendlingFix to record comparator to make it work for return...
2008-11-13 Bill WendlingPut comma in correct place for call to StructType::get
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-09-25 Devang Patel Large mechanical patch.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-01-04 Chris LattnerChange the builtin matcher to emit a decision tree...
2008-01-04 Chris LattnerDon't let IntrinsicID be uninitialized if it doesn...
2008-01-03 Bill WendlingRemove the default else. This was ending in code that...
2008-01-02 Chris LattnerFix a build problem with VC++ by not doing the target...
2007-12-29 Chris Lattnerremove attributions from utils.
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-08-16 Dan GohmanAdd MVT::fAny for overloading intrinsics on floating...
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-07-26 Dan GohmanFix a pasto in a comment.
2007-06-26 Dan GohmanFix a typo in a comment.
2007-05-22 Reid SpencerThe Intrinsic::getDeclaration function's Tys parameter...
2007-04-16 Reid SpencerFor PR1328:
2007-04-01 Reid SpencerFor PR1297:
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