summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenIntrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* TableGen/GlobalISel: Fix pattern matching of immarg literalsMatt Arsenault2020-01-091-0/+2
* [TableGen] Remove unused target intrinsic generation logicReid Kleckner2019-12-111-1/+1
* Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operandsJessica Paquette2019-08-201-0/+7
* [Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpyDavid Bolvansky2019-08-141-0/+1
* [Attributor] Deduce "willreturn" function attributeHideto Ueno2019-07-171-0/+3
* IR: Add immarg attributeMatt Arsenault2019-03-121-1/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Mark @llvm.trap coldVedant Kumar2018-11-141-0/+3
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* TableGen: Allow setting SDNodeProperties on intrinsicsMatt Arsenault2017-12-201-0/+8
* TableGen: Add IntrHasSideEffects property for intrinsicsMatt Arsenault2017-04-281-0/+4
* Add speculatable function attributeMatt Arsenault2017-04-281-0/+3
* Add IntrInaccessibleMemOnly property for intrinsicsAndrew Kaylor2016-11-221-6/+21
* IR: Sort generic intrinsics before target specific onesJustin Bogner2016-07-151-3/+21
* Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...Hal Finkel2016-07-111-1/+1
* TableGen: Update style in CodeGenIntrinsics. NFCJustin Bogner2016-07-081-103/+96
* Add writeonly IR attributeNicolai Haehnle2016-07-041-0/+1
* Split IntrReadArgMem into IntrReadMem and IntrArgMemOnlyNicolai Haehnle2016-04-211-1/+1
* Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle2016-04-191-4/+29
* Emit argmemonly attribute for intrinsics.Igor Laevsky2015-08-131-2/+3
* Add initial support for the convergent attribute.Owen Anderson2015-05-261-0/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* TableGen: introduce support for MSBuiltinSaleem Abdulrasool2014-07-041-0/+1
* Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky2014-03-181-0/+3
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-151-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-1/+3
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+1
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-1/+4
* Change how tblgen generates attributes for intrinsics to use a singleJohn McCall2011-05-281-0/+3
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-051-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-4/+4
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-4/+4
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-1/+2
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-2/+1
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-1/+2
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-121-4/+8
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-131-9/+27
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-161-0/+4
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-7/+7
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-031-1/+1
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-041-4/+0
* Update a comment to reflect recent changes in the type system.Dan Gohman2007-04-261-1/+1
* For PR1297:Reid Spencer2007-04-011-1/+5
* For PR950:Reid Spencer2006-12-311-1/+1
* Only compute intrinsic valuetypes when in a target .td file.Chris Lattner2006-03-281-1/+4
* revert this, it breaks things.Chris Lattner2006-03-281-1/+1
* Add support for decoding iPTR to the right pointer type.Chris Lattner2006-03-271-1/+2
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-241-0/+4
OpenPOWER on IntegriCloud