index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
IntrinsicEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2015-08-13
1
-33
/
+23
*
Fix TableGen code generation for ReadNone attribute.
Eric Christopher
2015-07-30
1
-1
/
+1
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-7
/
+8
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-1
/
+10
*
This patch adds support for the vector quadword add/sub instructions introduced
Kit Barton
2015-05-25
1
-1
/
+3
*
Re-instate the pragma optimize hack for MSVC, but not clang-cl
Reid Kleckner
2015-02-26
1
-0
/
+8
*
Remove stale pragma hack for an unsupported MSVC version
Reid Kleckner
2015-02-26
1
-8
/
+0
*
Masked Gather and Scatter Intrinsics.
Elena Demikhovsky
2015-02-08
1
-3
/
+5
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
1
-5
/
+6
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-1
/
+5
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-1
/
+9
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-9
/
+1
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-1
/
+9
*
Moved out IIT_V64 from common values section.
Robert Khasanov
2014-10-20
1
-5
/
+5
*
[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
Robert Khasanov
2014-09-30
1
-18
/
+20
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
[TABLEGEN] Do not crash on intrinsics with names longer than 40 characters
Justin Holewinski
2014-07-17
1
-2
/
+3
*
TableGen: introduce support for MSBuiltin
Saleem Abdulrasool
2014-07-04
1
-0
/
+54
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
Fix redefinition of default argument, found by modules build. It's not
Richard Smith
2014-04-20
1
-5
/
+4
*
remove some dead code
Nuno Lopes
2014-04-17
1
-2
/
+0
*
Intrinsics: add LLVMHalfElementsVectorType constraint
Tim Northover
2014-03-29
1
-1
/
+4
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
1
-6
/
+6
*
Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
2014-03-18
1
-1
/
+11
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-17
/
+5
*
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...
Filip Pizlo
2014-02-20
1
-0
/
+1
*
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...
Craig Topper
2014-01-24
1
-6
/
+5
*
Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...
Owen Anderson
2013-11-16
1
-17
/
+38
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+4
*
whitespace
Andrew Trick
2013-10-31
1
-49
/
+49
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-1
/
+3
*
Fix a bug in TableGen where the intrinsic function name recognizer could mis-...
Justin Holewinski
2013-07-25
1
-0
/
+18
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-0
/
+6
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-7
/
+6
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
1
-18
/
+20
*
Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...
Bill Wendling
2012-12-22
1
-1
/
+1
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-6
/
+6
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-5
/
+5
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-1
/
+1
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-5
/
+6
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-2
/
+2
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-4
/
+4
*
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
1
-35
/
+27
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-45
/
+91
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
1
-1
/
+2
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
1
-4
/
+21
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
1
-137
/
+0
*
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
1
-33
/
+4
*
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
1
-12
/
+20
[prev]
[next]