aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenIntrinsics.h
AgeCommit message (Expand)Author
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