summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenIntrinsics.h
Commit message (Expand)AuthorAge
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* Change how tblgen generates attributes for intrinsics to use a singleJohn McCall2011-05-28
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* fix a few spelling errors and typosJim Grosbach2009-03-26
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Move instruction flag inference out of InstrInfoEmitter and intoDan Gohman2008-04-03
* remove attributions from utils.Chris Lattner2007-12-29
* This is the patch to provide clean intrinsic function overloading support in ...Chandler Carruth2007-08-04
* Update a comment to reflect recent changes in the type system.Dan Gohman2007-04-26
* For PR1297:Reid Spencer2007-04-01
* For PR950:Reid Spencer2006-12-31
* Only compute intrinsic valuetypes when in a target .td file.Chris Lattner2006-03-28
* revert this, it breaks things.Chris Lattner2006-03-28
* Add support for decoding iPTR to the right pointer type.Chris Lattner2006-03-27
* Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest ofChris Lattner2006-03-24
* Autogenerate code to map from GCC builtin to LLVM intrinsic.Chris Lattner2006-03-15
* emit a mapping from LLVM intrinsic -> GCC builtins.Chris Lattner2006-03-13
* Verify that packed type operands have the right size and base type.Chris Lattner2006-03-13
* parse intrinsic typesChris Lattner2006-03-09
* Fix pasteoChris Lattner2006-03-03
* initial implementation of intrinsic parsingChris Lattner2006-03-03