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.cpp
Age
Commit message (
Expand
)
Author
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2012-12-22
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-10
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-26
rearrange some code, no functionality change.
Chris Lattner
2012-05-23
Fixed typo in r156905.
Patrik Hägglund
2012-05-23
small refinement to r157218 to save a tiny amount of table size in the common
Chris Lattner
2012-05-21
Added address space qualifier to intrinsic PointerType arguments.
Pete Cooper
2012-05-17
enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...
Chris Lattner
2012-05-17
finish encoding all of the interesting details of intrinsics. Now intrinsics
Chris Lattner
2012-05-17
strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...
Chris Lattner
2012-05-17
simplify code generated by tblgen that is not necessary since we dropped
Chris Lattner
2012-05-17
I forgot the #ifdef _MSC_VER guard in my last commit.
Francois Pichet
2012-05-17
Fix the MSVC 2010 build: disable the optimizer for a problematic function.
Francois Pichet
2012-05-16
Significantly reduce the compiled size of Functions.cpp by turning a big blob...
Chris Lattner
2012-05-16
have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed.
Chris Lattner
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-04-13
Fix target specific intrinsic handling to adjust intrinsic number before doin...
Craig Topper
2012-03-26
TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user w...
Benjamin Kramer
2012-03-01
Emit the "is an intrinsic overloaded" table as a bitfield.
Benjamin Kramer
2012-03-01
Emit the intrinsic modref info as a lookup table instead of a huge switch.
Benjamin Kramer
2012-02-28
Convert generated intrinsic attributes to use an array lookup as Chris sugges...
Craig Topper
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2011-12-20
Add basic generic CodeGen support for half.
Dan Gohman
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-07-14
Change Intrinsic::getDeclaration and friends to take an ArrayRef.
Benjamin Kramer
2011-06-18
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-05-28
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2010-11-10
Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite
Dan Gohman
2010-11-09
Translate IntrReadArgMem to AccessesArgumentsReadonly.
Dan Gohman
2010-09-24
Get rid of pop_macro warnings on MSVC.
Michael J. Spencer
2010-09-14
CBackend: Fix MSVC build.
Michael J. Spencer
2010-09-11
Add x86mmx to TableGen.
Dale Johannesen
2010-09-06
emit the LLVM intrinsic name -> intrinsic number mapping table with
Chris Lattner
2010-09-06
emit the __builtin -> intrinsic map with StringMatcher instead of a
Chris Lattner
2010-09-06
slightly improve the runtime and code size of the Intrinsics info table by not
Chris Lattner
2010-08-05
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
Dan Gohman
2010-05-11
Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!
Douglas Gregor
[next]