summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenIntrinsics.h
AgeCommit message (Expand)Author
2017-04-28TableGen: Add IntrHasSideEffects property for intrinsicsMatt Arsenault
2017-04-28Add speculatable function attributeMatt Arsenault
2016-11-22Add IntrInaccessibleMemOnly property for intrinsicsAndrew Kaylor
2016-07-15IR: Sort generic intrinsics before target specific onesJustin Bogner
2016-07-11Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...Hal Finkel
2016-07-08TableGen: Update style in CodeGenIntrinsics. NFCJustin Bogner
2016-07-04Add writeonly IR attributeNicolai Haehnle
2016-04-21Split IntrReadArgMem into IntrReadMem and IntrArgMemOnlyNicolai Haehnle
2016-04-19Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle
2015-08-13Emit argmemonly attribute for intrinsics.Igor Laevsky
2015-05-26Add initial support for the convergent attribute.Owen Anderson
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-04TableGen: introduce support for MSBuiltinSaleem Abdulrasool
2014-03-18Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2011-05-28Change how tblgen generates attributes for intrinsics to use a singleJohn McCall
2010-08-05Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-03-26fix a few spelling errors and typosJim Grosbach
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman
2009-01-12add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner
2008-11-13Modify the intrinsics pattern to separate out the "return" types from theBill Wendling
2008-06-16- Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman
2007-12-29remove attributions from utils.Chris Lattner
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth
2007-04-26Update a comment to reflect recent changes in the type system.Dan Gohman
2007-04-01For PR1297:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner
2006-03-28revert this, it breaks things.Chris Lattner
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner
2006-03-15Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner
2006-03-13emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner
2006-03-13Verify that packed type operands have the right size and base type.Chris Lattner
2006-03-09parse intrinsic typesChris Lattner
2006-03-03Fix pasteoChris Lattner
2006-03-03initial implementation of intrinsic parsingChris Lattner