2015-02-26 |
Reid Kleckner | Re-instate the pragma optimize hack for MSVC, but not... |
blob | commitdiff | raw |
2015-02-26 |
Reid Kleckner | Remove stale pragma hack for an unsupported MSVC version |
blob | commitdiff | raw | diff to current |
2015-02-08 |
Elena Demikhovsky | Masked Gather and Scatter Intrinsics. |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Ramkumar Ramachandra | Intrinsics: introduce llvm_any_ty aka ValueType Any |
blob | commitdiff | raw | diff to current |
2014-12-25 |
Elena Demikhovsky | Masked Load/Store - Changed the order of parameters... |
blob | commitdiff | raw | diff to current |
2014-12-04 |
Elena Demikhovsky | Masked Load / Store Intrinsics - the CodeGen part. |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Duncan P. N. Exon... | Revert "Masked Vector Load and Store Intrinsics." |
blob | commitdiff | raw | diff to current |
2014-11-23 |
Elena Demikhovsky | Masked Vector Load and Store Intrinsics. |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Robert Khasanov | Moved out IIT_V64 from common values section. |
blob | commitdiff | raw | diff to current |
2014-09-30 |
Robert Khasanov | [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW. |
blob | commitdiff | raw | diff to current |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
blob | commitdiff | raw | diff to current |
2014-07-17 |
Justin Holewinski | [TABLEGEN] Do not crash on intrinsics with names longer... |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Saleem Abdulrasool | TableGen: introduce support for MSBuiltin |
blob | commitdiff | raw | diff to current |
2014-06-18 |
Craig Topper | Replace some assert(0)'s with llvm_unreachable. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Richard Smith | Fix redefinition of default argument, found by modules... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Nuno Lopes | remove some dead code |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Tim Northover | Intrinsics: add LLVMHalfElementsVectorType constraint |
blob | commitdiff | raw | diff to current |
2014-03-28 |
Tim Northover | Intrinsics: expand semantics of LLVMExtendedVectorType... |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Eli Bendersky | Expose "noduplicate" attribute as a property for intrin... |
blob | commitdiff | raw | diff to current |
2014-03-01 |
Benjamin Kramer | Now that we have C++11, turn simple functors into lambd... |
blob | commitdiff | raw | diff to current |
2014-02-20 |
Filip Pizlo | Stackmaps are used for OSR exits, which is a custom... |
blob | commitdiff | raw | diff to current |
2014-01-24 |
Craig Topper | Replace tablegen uses of EVT with MVT. Add isOverloaded... |
blob | commitdiff | raw | diff to current |
2013-11-16 |
Owen Anderson | Small improvement to InstrinsicEmitter::EmitAttributes... |
blob | commitdiff | raw | diff to current |
2013-10-31 |
Andrew Trick | Enable variable arguments support for intrinsics. |
blob | commitdiff | raw | diff to current |
2013-10-31 |
Andrew Trick | whitespace |
blob | commitdiff | raw | diff to current |
2013-09-24 |
Jiangning Liu | Initial support for Neon scalar instructions. |
blob | commitdiff | raw | diff to current |
2013-07-25 |
Justin Holewinski | Fix a bug in TableGen where the intrinsic function... |
blob | commitdiff | raw | diff to current |
2013-07-06 |
Nick Lewycky | Extend 'readonly' and 'readnone' to work on function... |
blob | commitdiff | raw | diff to current |
2013-01-27 |
Bill Wendling | Use the AttributeSet instead of AttributeWithIndex. |
blob | commitdiff | raw | diff to current |
2013-01-11 |
Michael Ilseman | Support for half intrinsics. Pushes MMX into slower... |
blob | commitdiff | raw | diff to current |
2012-12-22 |
Bill Wendling | Change 'AttrVal' to 'AttrKind' to better reflect that... |
blob | commitdiff | raw | diff to current |
2012-12-19 |
Bill Wendling | Rename the 'Attributes' class to 'Attribute'. It's... |
blob | commitdiff | raw | diff to current |
2012-12-07 |
Bill Wendling | s/AttrListPtr/AttributeSet/g to better label what this... |
blob | commitdiff | raw | diff to current |
2012-11-20 |
Bill Wendling | Make the AttrListPtr object a part of the LLVMContext. |
blob | commitdiff | raw | diff to current |
2012-10-25 |
Joerg Sonnenberger | Remove exception handling usage from tblgen. |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Bill Wendling | Add an enum for the return and function indexes into... |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Bill Wendling | Attributes Rewrite |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Bill Wendling | Pass into the AttributeWithIndex::get method an ArrayRe... |
blob | commitdiff | raw | diff to current |
2012-06-11 |
Jakob Stoklund Olesen | Write llvm-tblgen backends as functions instead of... |
blob | commitdiff | raw | diff to current |
2012-05-28 |
Chris Lattner | switch AttrListPtr::get to take an ArrayRef, simplifyin... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Chris Lattner | rdar://11542750 - llvm.trap should be marked no return. |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Chris Lattner | Reimplement the intrinsic verifier to use the same... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Chris Lattner | move some code around so that Verifier.cpp can get... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Chris Lattner | enhance the intrinsic info table to encode what *kind... |
blob | commitdiff | raw | diff to current |
2012-05-26 |
Chris Lattner | rearrange some code, no functionality change. |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Patrik Hägglund | Fixed typo in r156905. |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Chris Lattner | small refinement to r157218 to save a tiny amount of... |
blob | commitdiff | raw | diff to current |
2012-05-21 |
Pete Cooper | Added address space qualifier to intrinsic PointerType... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Chris Lattner | enhance the intrinsic info stuff to emit encodings... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Chris Lattner | finish encoding all of the interesting details of intri... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Chris Lattner | strengthen the intrinsic descriptor stuff to be able... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Chris Lattner | simplify code generated by tblgen that is not necessary... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Francois Pichet | I forgot the #ifdef _MSC_VER guard in my last commit. |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Francois Pichet | Fix the MSVC 2010 build: disable the optimizer for... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
Chris Lattner | Significantly reduce the compiled size of Functions... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
Chris Lattner | have tblgen emit cast<> instead of dyn_cast<> when... |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Douglas Gregor | Move llvm-tblgen's StringMatcher into the TableGen... |
blob | commitdiff | raw | diff to current |
2012-04-13 |
Craig Topper | Fix target specific intrinsic handling to adjust intrin... |
blob | commitdiff | raw | diff to current |
2012-03-26 |
Benjamin Kramer | TableGen: Don't emit the llvm intrinsic -> gcc builtin... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Benjamin Kramer | Emit the "is an intrinsic overloaded" table as a bitfield. |
blob | commitdiff | raw | diff to current |
2012-03-01 |
Benjamin Kramer | Emit the intrinsic modref info as a lookup table instea... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Craig Topper | Convert generated intrinsic attributes to use an array... |
blob | commitdiff | raw | diff to current |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Dan Gohman | Add basic generic CodeGen support for half. |
blob | commitdiff | raw | diff to current |
2011-10-01 |
Peter Collingbourne | Move TableGen's parser and entry point into a library |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Benjamin Kramer | Change Intrinsic::getDeclaration and friends to take... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
blob | commitdiff | raw | diff to current |
2011-05-28 |
John McCall | Change how tblgen generates attributes for intrinsics... |
blob | commitdiff | raw | diff to current |
2010-11-10 |
Dan Gohman | Rename AccessesArguments and AccessesArgumentsReadonly... |
blob | commitdiff | raw | diff to current |
2010-11-09 |
Dan Gohman | Translate IntrReadArgMem to AccessesArgumentsReadonly. |
blob | commitdiff | raw | diff to current |
2010-09-24 |
Michael J. Spencer | Get rid of pop_macro warnings on MSVC. |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Michael J. Spencer | CBackend: Fix MSVC build. |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Dale Johannesen | Add x86mmx to TableGen. |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Chris Lattner | emit the LLVM intrinsic name -> intrinsic number mappin... |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Chris Lattner | emit the __builtin -> intrinsic map with StringMatcher... |
blob | commitdiff | raw | diff to current |
2010-09-06 |
Chris Lattner | slightly improve the runtime and code size of the Intri... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Dan Gohman | Remove IntrWriteMem, as it's the default. Rename IntrWr... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Douglas Gregor | Fixes for Microsoft Visual Studio 2010, from Steven... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Chris Lattner | Change intrinsic result type for void to store it as... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Eric Christopher | Revert r99009 temporarily it seems to be breaking the... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Chris Lattner | Change intrinsic result type for void to store it as... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Duncan Sands | Partially address a README by having functionattrs... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Owen Anderson | Split EVT into MVT and EVT, the former representing... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Bob Wilson | Add a new overloaded EVT::vAny type for use in TableGen... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Owen Anderson | Privatize the StructType table, which unfortunately... |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Bob Wilson | Fix the verifier to handle intrinsics with LLVMMatchTyp... |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Devang Patel | Add new ValueType for metadata. |
blob | commitdiff | raw | diff to current |
2009-07-03 |
Daniel Dunbar | Replace std::iostreams with raw_ostream in TableGen. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Chris Lattner | improve the APIs for creating struct and function types... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Bob Wilson | Fix PR3994: LLVMMatchType arguments do not refer to... |
blob | commitdiff | raw | diff to current |
2009-03-26 |
Jim Grosbach | fix a few spelling errors and typos |
blob | commitdiff | raw | diff to current |
2009-02-24 |
Mon P Wang | Added support to have TableGen provide information... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
Duncan Sands | Generalize some alias analysis logic from atomic |
blob | commitdiff | raw | diff to current |
2009-02-05 |
Dale Johannesen | Reapply 63765. Patches for clang and llvm-gcc to follow. |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Dale Johannesen | Reverting 63765. This broke the build of both clang |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Nate Begeman | New feature: add support for target intrinsics being... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Chris Lattner | make tblgen autogenerate the nocapture intrinsics for |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Chris Lattner | add scaffolding to emit argument attributes. No functi... |
blob | commitdiff | raw | diff to current |
next |