index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenIntrinsics.h
Age
Commit message (
Expand
)
Author
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-03-26
fix a few spelling errors and typos
Jim Grosbach
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-12
add nocapture attribute to llvm.mem* intrinsics and have tblgen
Chris Lattner
2008-11-13
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-06-16
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-03
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2007-12-29
remove attributions from utils.
Chris Lattner
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-04-26
Update a comment to reflect recent changes in the type system.
Dan Gohman
2007-04-01
For PR1297:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-03-28
Only compute intrinsic valuetypes when in a target .td file.
Chris Lattner
2006-03-28
revert this, it breaks things.
Chris Lattner
2006-03-27
Add support for decoding iPTR to the right pointer type.
Chris Lattner
2006-03-24
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
Chris Lattner
2006-03-15
Autogenerate code to map from GCC builtin to LLVM intrinsic.
Chris Lattner
2006-03-13
emit a mapping from LLVM intrinsic -> GCC builtins.
Chris Lattner
2006-03-13
Verify that packed type operands have the right size and base type.
Chris Lattner
2006-03-09
parse intrinsic types
Chris Lattner
2006-03-03
Fix pasteo
Chris Lattner
2006-03-03
initial implementation of intrinsic parsing
Chris Lattner