Masked Vector Load and Store Intrinsics.
[oota-llvm.git] / utils / TableGen / IntrinsicEmitter.cpp
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-07-17 Justin Holewinski[TABLEGEN] Do not crash on intrinsics with names longer...
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-04-20 Richard SmithFix redefinition of default argument, found by modules...
2014-04-17 Nuno Lopesremove some dead code
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-18 Eli BenderskyExpose "noduplicate" attribute as a property for intrin...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-01-24 Craig TopperReplace tablegen uses of EVT with MVT. Add isOverloaded...
2013-11-16 Owen AndersonSmall improvement to InstrinsicEmitter::EmitAttributes...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-10-31 Andrew Trickwhitespace
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-07-25 Justin HolewinskiFix a bug in TableGen where the intrinsic function...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-10-25 Joerg SonnenbergerRemove exception handling usage from tblgen.
2012-10-15 Bill WendlingAdd an enum for the return and function indexes into...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-10 Bill WendlingPass into the AttributeWithIndex::get method an ArrayRe...
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-05-28 Chris Lattnerswitch AttrListPtr::get to take an ArrayRef, simplifyin...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Chris LattnerReimplement the intrinsic verifier to use the same...
2012-05-27 Chris Lattnermove some code around so that Verifier.cpp can get...
2012-05-27 Chris Lattnerenhance the intrinsic info table to encode what *kind...
2012-05-26 Chris Lattnerrearrange some code, no functionality change.
2012-05-23 Patrik HägglundFixed typo in r156905.
2012-05-23 Chris Lattnersmall refinement to r157218 to save a tiny amount of...
2012-05-21 Pete CooperAdded address space qualifier to intrinsic PointerType...
2012-05-17 Chris Lattnerenhance the intrinsic info stuff to emit encodings...
2012-05-17 Chris Lattnerfinish encoding all of the interesting details of intri...
2012-05-17 Chris Lattnerstrengthen the intrinsic descriptor stuff to be able...
2012-05-17 Chris Lattnersimplify code generated by tblgen that is not necessary...
2012-05-17 Francois PichetI forgot the #ifdef _MSC_VER guard in my last commit.
2012-05-17 Francois PichetFix the MSVC 2010 build: disable the optimizer for...
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-16 Chris Lattnerhave tblgen emit cast<> instead of dyn_cast<> when...
2012-05-02 Douglas GregorMove llvm-tblgen's StringMatcher into the TableGen...
2012-04-13 Craig TopperFix target specific intrinsic handling to adjust intrin...
2012-03-26 Benjamin KramerTableGen: Don't emit the llvm intrinsic -> gcc builtin...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Benjamin KramerEmit the intrinsic modref info as a lookup table instea...
2012-02-28 Craig TopperConvert generated intrinsic attributes to use an array...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-20 Dan GohmanAdd basic generic CodeGen support for half.
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)...
next