1. ddb2d65 Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem by Dan Gohman · 15 years ago
  2. 9f94459 Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
  3. 53aa7a9 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
  4. 975c1cb fix a few spelling errors and typos by Jim Grosbach · 17 years ago
  5. b842d52 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 17 years ago
  6. ae616c2 Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 17 years ago
  7. 6ae3aa8 New feature: add support for target intrinsics being defined in the by Nate Begeman · 17 years ago
  8. 9a3113a add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 17 years ago
  9. 9182147 Modify the intrinsics pattern to separate out the "return" types from the by Bill Wendling · 17 years ago
  10. 49bad4c - Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code. by Evan Cheng · 17 years ago
  11. 13237ac Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  12. fc4ad7de Move instruction flag inference out of InstrInfoEmitter and into by Dan Gohman · 18 years ago
  13. 8adcd9f remove attributions from utils. by Chris Lattner · 18 years ago
  14. 7132e00 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
  15. 2966c90 Update a comment to reflect recent changes in the type system. by Dan Gohman · 19 years ago
  16. e67d0c2 For PR1297: by Reid Spencer · 19 years ago
  17. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  18. 8a2ae8b7 Only compute intrinsic valuetypes when in a target .td file. by Chris Lattner · 20 years ago
  19. ac2512a revert this, it breaks things. by Chris Lattner · 20 years ago
  20. c92f688 Add support for decoding iPTR to the right pointer type. by Chris Lattner · 20 years ago
  21. 2c58141 Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of by Chris Lattner · 20 years ago
  22. 402a573 Autogenerate code to map from GCC builtin to LLVM intrinsic. by Chris Lattner · 20 years ago
  23. fea17a9 emit a mapping from LLVM intrinsic -> GCC builtins. by Chris Lattner · 20 years ago
  24. 5b6ec4a Verify that packed type operands have the right size and base type. by Chris Lattner · 20 years ago
  25. 6efe863 parse intrinsic types autogenerate an intrinsic verifier by Chris Lattner · 20 years ago
  26. f6e846e Fix pasteo by Chris Lattner · 20 years ago
  27. c313d0b initial implementation of intrinsic parsing by Chris Lattner · 20 years ago