Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
849857445ffbcf48e9fa7e88898049e16d1f31a2
/
llvm
/
utils
/
TableGen
/
CodeGenIntrinsics.h
ddb2d65
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
by Dan Gohman
· 15 years ago
9f94459
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
by Owen Anderson
· 16 years ago
53aa7a9
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type.
by Owen Anderson
· 16 years ago
975c1cb
fix a few spelling errors and typos
by Jim Grosbach
· 17 years ago
b842d52
Reapply 63765. Patches for clang and llvm-gcc to follow.
by Dale Johannesen
· 17 years ago
ae616c2
Reverting 63765. This broke the build of both clang and llvm-gcc.
by Dale Johannesen
· 17 years ago
6ae3aa8
New feature: add support for target intrinsics being defined in the
by Nate Begeman
· 17 years ago
9a3113a
add nocapture attribute to llvm.mem* intrinsics and have tblgen
by Chris Lattner
· 17 years ago
9182147
Modify the intrinsics pattern to separate out the "return" types from the
by Bill Wendling
· 17 years ago
49bad4c
- Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code.
by Evan Cheng
· 17 years ago
13237ac
Wrap MVT::ValueType in a struct to get type safety
by Duncan Sands
· 17 years ago
fc4ad7de
Move instruction flag inference out of InstrInfoEmitter and into
by Dan Gohman
· 18 years ago
8adcd9f
remove attributions from utils.
by Chris Lattner
· 18 years ago
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
2966c90
Update a comment to reflect recent changes in the type system.
by Dan Gohman
· 19 years ago
e67d0c2
For PR1297:
by Reid Spencer
· 19 years ago
bc013ba
For PR950: Convert signed integer types to signless.
by Reid Spencer
· 19 years ago
8a2ae8b7
Only compute intrinsic valuetypes when in a target .td file.
by Chris Lattner
· 20 years ago
ac2512a
revert this, it breaks things.
by Chris Lattner
· 20 years ago
c92f688
Add support for decoding iPTR to the right pointer type.
by Chris Lattner
· 20 years ago
2c58141
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
by Chris Lattner
· 20 years ago
402a573
Autogenerate code to map from GCC builtin to LLVM intrinsic.
by Chris Lattner
· 20 years ago
fea17a9
emit a mapping from LLVM intrinsic -> GCC builtins.
by Chris Lattner
· 20 years ago
5b6ec4a
Verify that packed type operands have the right size and base type.
by Chris Lattner
· 20 years ago
6efe863
parse intrinsic types autogenerate an intrinsic verifier
by Chris Lattner
· 20 years ago
f6e846e
Fix pasteo
by Chris Lattner
· 20 years ago
c313d0b
initial implementation of intrinsic parsing
by Chris Lattner
· 20 years ago