1. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 15 years ago
  2. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 15 years ago
  3. da4231f fix a few spelling errors and typos by Jim Grosbach · 16 years ago
  4. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  5. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  6. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  7. a62c302 add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 16 years ago
  8. cdcc3e6 Modify the intrinsics pattern to separate out the "return" types from the by Bill Wendling · 16 years ago
  9. 6bd9567 - Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code. by Evan Cheng · 16 years ago
  10. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 16 years ago
  11. ee4fa19 Move instruction flag inference out of InstrInfoEmitter and into by Dan Gohman · 17 years ago
  12. 3060910 remove attributions from utils. by Chris Lattner · 17 years ago
  13. 6994040 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 · 17 years ago
  14. 01929c0 Update a comment to reflect recent changes in the type system. by Dan Gohman · 18 years ago
  15. c4de3de For PR1297: by Reid Spencer · 18 years ago
  16. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  17. 6a160fb Only compute intrinsic valuetypes when in a target .td file. by Chris Lattner · 19 years ago
  18. 76f8c7c revert this, it breaks things. by Chris Lattner · 19 years ago
  19. 8850a1b Add support for decoding iPTR to the right pointer type. by Chris Lattner · 19 years ago
  20. 43fbbc3 Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of by Chris Lattner · 19 years ago
  21. 3f8b891 Autogenerate code to map from GCC builtin to LLVM intrinsic. by Chris Lattner · 19 years ago
  22. 022f64f emit a mapping from LLVM intrinsic -> GCC builtins. by Chris Lattner · 19 years ago
  23. 18faf5d Verify that packed type operands have the right size and base type. by Chris Lattner · 19 years ago
  24. f97a00e parse intrinsic types autogenerate an intrinsic verifier by Chris Lattner · 19 years ago
  25. b672d98 Fix pasteo by Chris Lattner · 19 years ago
  26. 9e493cf initial implementation of intrinsic parsing by Chris Lattner · 19 years ago