aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenIntrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+64