summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/IntrinsicEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add IntrInaccessibleMemOnly property for intrinsicsAndrew Kaylor2016-11-221-0/+33
* Expandload and Compressstore intrinsicsElena Demikhovsky2016-11-031-4/+7
* Revert 285087.Nico Weber2016-10-251-0/+8
* Try removing an MSVC2010 workaround.Nico Weber2016-10-251-8/+0
* Use StringRef in TableGen generated Intrinsics.gen file (NFC)Mehdi Amini2016-10-101-7/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-4/+4
* IR: Sort generic intrinsics before target specific onesJustin Bogner2016-07-151-23/+38
* Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...Hal Finkel2016-07-111-0/+6
* Add writeonly IR attributeNicolai Haehnle2016-07-041-1/+16
* Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle2016-04-191-2/+4
* [llvm-tblgen] Avoid StringMatcher for GCC and MS builtin namesReid Kleckner2016-01-271-91/+56
* [llvm-tblgen] Stop emitting the intrinsic name matching codeReid Kleckner2016-01-261-60/+0
* Add vector types for intrinsicsKrzysztof Parzyszek2015-11-241-1/+5
* [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR tableIgor Laevsky2015-10-221-41/+0
* [TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet2015-09-021-16/+18
* Emit argmemonly attribute for intrinsics.Igor Laevsky2015-08-131-33/+23
* Fix TableGen code generation for ReadNone attribute.Eric Christopher2015-07-301-1/+1
* [PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth2015-07-221-7/+8
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-1/+10
* This patch adds support for the vector quadword add/sub instructions introducedKit Barton2015-05-251-1/+3
* Re-instate the pragma optimize hack for MSVC, but not clang-clReid Kleckner2015-02-261-0/+8
* Remove stale pragma hack for an unsupported MSVC versionReid Kleckner2015-02-261-8/+0
* Masked Gather and Scatter Intrinsics.Elena Demikhovsky2015-02-081-3/+5
* Intrinsics: introduce llvm_any_ty aka ValueType AnyRamkumar Ramachandra2015-01-221-5/+6
* Masked Load/Store - Changed the order of parameters in intrinsics.Elena Demikhovsky2014-12-251-1/+5
* Masked Load / Store Intrinsics - the CodeGen part.Elena Demikhovsky2014-12-041-1/+9
* Revert "Masked Vector Load and Store Intrinsics."Duncan P. N. Exon Smith2014-11-281-9/+1
* Masked Vector Load and Store Intrinsics.Elena Demikhovsky2014-11-231-1/+9
* Moved out IIT_V64 from common values section.Robert Khasanov2014-10-201-5/+5
* [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.Robert Khasanov2014-09-301-18/+20
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+1
* [TABLEGEN] Do not crash on intrinsics with names longer than 40 charactersJustin Holewinski2014-07-171-2/+3
* TableGen: introduce support for MSBuiltinSaleem Abdulrasool2014-07-041-0/+54
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-1/+1
* Fix redefinition of default argument, found by modules build. It's notRichard Smith2014-04-201-5/+4
* remove some dead codeNuno Lopes2014-04-171-2/+0
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-291-1/+4
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-281-6/+6
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-181-1/+11
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-17/+5
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-201-0/+1
* Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...Craig Topper2014-01-241-6/+5
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-161-17/+38
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+4
* whitespaceAndrew Trick2013-10-311-49/+49
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-1/+3
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+18
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-0/+6
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-7/+6
OpenPOWER on IntegriCloud