Move TableGen's parser and entry point into a library
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-14 Benjamin KramerChange Intrinsic::getDeclaration and friends to take...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-05-28 John McCallChange how tblgen generates attributes for intrinsics...
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
2010-11-09 Dan GohmanTranslate IntrReadArgMem to AccessesArgumentsReadonly.
2010-09-24 Michael J. SpencerGet rid of pop_macro warnings on MSVC.
2010-09-14 Michael J. SpencerCBackend: Fix MSVC build.
2010-09-11 Dale JohannesenAdd x86mmx to TableGen.
2010-09-06 Chris Lattneremit the LLVM intrinsic name -> intrinsic number mappin...
2010-09-06 Chris Lattneremit the __builtin -> intrinsic map with StringMatcher...
2010-09-06 Chris Lattnerslightly improve the runtime and code size of the Intri...
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-03-22 Chris LattnerChange intrinsic result type for void to store it as...
2010-03-19 Eric ChristopherRevert r99009 temporarily it seems to be breaking the...
2010-03-19 Chris LattnerChange intrinsic result type for void to store it as...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Bob WilsonAdd a new overloaded EVT::vAny type for use in TableGen...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-29 Bob WilsonFix the verifier to handle intrinsics with LLVMMatchTyp...
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
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