| Commit message (Expand) | Author | Age | Files | Lines |
* | Change how tblgen generates attributes for intrinsics to use a single | John McCall | 2011-05-28 | 1 | -0/+3 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -1/+1 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -4/+4 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -4/+4 |
* | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -1/+1 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+2 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -2/+1 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -1/+2 |
* | add nocapture attribute to llvm.mem* intrinsics and have tblgen | Chris Lattner | 2009-01-12 | 1 | -4/+8 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -9/+27 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -0/+4 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -7/+7 |
* | Move instruction flag inference out of InstrInfoEmitter and into | Dan Gohman | 2008-04-03 | 1 | -1/+1 |
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -4/+0 |
* | Update a comment to reflect recent changes in the type system. | Dan Gohman | 2007-04-26 | 1 | -1/+1 |
* | For PR1297: | Reid Spencer | 2007-04-01 | 1 | -1/+5 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | Only compute intrinsic valuetypes when in a target .td file. | Chris Lattner | 2006-03-28 | 1 | -1/+4 |
* | revert this, it breaks things. | Chris Lattner | 2006-03-28 | 1 | -1/+1 |
* | Add support for decoding iPTR to the right pointer type. | Chris Lattner | 2006-03-27 | 1 | -1/+2 |
* | Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of | Chris Lattner | 2006-03-24 | 1 | -0/+4 |
* | Autogenerate code to map from GCC builtin to LLVM intrinsic. | Chris Lattner | 2006-03-15 | 1 | -0/+1 |
* | emit a mapping from LLVM intrinsic -> GCC builtins. | Chris Lattner | 2006-03-13 | 1 | -1/+2 |
* | Verify that packed type operands have the right size and base type. | Chris Lattner | 2006-03-13 | 1 | -0/+4 |
* | parse intrinsic types | Chris Lattner | 2006-03-09 | 1 | -0/+4 |
* | Fix pasteo | Chris Lattner | 2006-03-03 | 1 | -1/+1 |
* | initial implementation of intrinsic parsing | Chris Lattner | 2006-03-03 | 1 | -0/+42 |