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
/
IntrinsicEmitter.h
Age
Commit message (
Expand
)
Author
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-03-26
TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...
Benjamin Kramer
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2010-05-11
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-02-24
Added support to have TableGen provide information if an intrinsic (core
Mon P Wang
2009-02-14
Generalize some alias analysis logic from atomic
Duncan Sands
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
2007-12-29
remove attributions from utils.
Chris Lattner
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-02-07
Automatically generating intrinsic declarations from Dan Gohman. Modified
Jim Laskey
2006-03-24
extract some more information from the intrinsic table
Chris Lattner
2006-03-15
Autogenerate a table of intrinsic names, so we can map from intrinsic ID to
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-09
generate side-effect info
Chris Lattner
2006-03-09
Parse mod/ref properties, autogen mod/ref information
Chris Lattner
2006-03-09
parse intrinsic types
Chris Lattner
2006-03-09
autogenerate the function name recognizer
Chris Lattner
2006-03-03
initial implementation of intrinsic parsing
Chris Lattner