aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/CodeGenIntrinsics.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-07-04TableGen: introduce support for MSBuiltinSaleem Abdulrasool1-0/+1
2014-03-18Expose "noduplicate" attribute as a property for intrinsics.Eli Bendersky1-0/+3
2014-03-15Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund1-1/+1
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky1-1/+3
2012-12-04Sort the #include lines for utils/...Chandler Carruth1-1/+1
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner1-1/+4
2011-05-28Change how tblgen generates attributes for intrinsics to use a singleJohn McCall1-0/+3
2010-08-05Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman1-1/+1
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson1-4/+4
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson1-4/+4
2009-03-26fix a few spelling errors and typosJim Grosbach1-1/+1
2009-02-05Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen1-1/+2
2009-02-04Reverting 63765. This broke the build of both clangDale Johannesen1-2/+1
2009-02-04New feature: add support for target intrinsics being defined in theNate Begeman1-1/+2
2009-01-12add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner1-4/+8
2008-11-13Modify the intrinsics pattern to separate out the "return" types from theBill Wendling1-9/+27
2008-06-16- Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng1-0/+4
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands1-7/+7
2008-04-03Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman1-1/+1
2007-12-29remove attributions from utils.Chris Lattner1-2/+2
2007-08-04This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth1-4/+0
2007-04-26Update a comment to reflect recent changes in the type system.Dan Gohman1-1/+1
2007-04-01For PR1297:Reid Spencer1-1/+5
2006-12-31For PR950:Reid Spencer1-1/+1
2006-03-28Only compute intrinsic valuetypes when in a target .td file.Chris Lattner1-1/+4
2006-03-28revert this, it breaks things.Chris Lattner1-1/+1
2006-03-27Add support for decoding iPTR to the right pointer type.Chris Lattner1-1/+2
2006-03-24Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner1-0/+4
2006-03-15Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner1-0/+1
2006-03-13emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner1-1/+2
2006-03-13Verify that packed type operands have the right size and base type.Chris Lattner1-0/+4
2006-03-09parse intrinsic typesChris Lattner1-0/+4
2006-03-03Fix pasteoChris Lattner1-1/+1
2006-03-03initial implementation of intrinsic parsingChris Lattner1-0/+42