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
*
Add IntrInaccessibleMemOnly property for intrinsics
Andrew Kaylor
2016-11-22
1
-0
/
+33
*
Expandload and Compressstore intrinsics
Elena Demikhovsky
2016-11-03
1
-4
/
+7
*
Revert 285087.
Nico Weber
2016-10-25
1
-0
/
+8
*
Try removing an MSVC2010 workaround.
Nico Weber
2016-10-25
1
-8
/
+0
*
Use StringRef in TableGen generated Intrinsics.gen file (NFC)
Mehdi Amini
2016-10-10
1
-7
/
+5
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-4
/
+4
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-23
/
+38
*
Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...
Hal Finkel
2016-07-11
1
-0
/
+6
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-1
/
+16
*
Add IntrWrite[Arg]Mem intrinsic property
Nicolai Haehnle
2016-04-19
1
-2
/
+4
*
[llvm-tblgen] Avoid StringMatcher for GCC and MS builtin names
Reid Kleckner
2016-01-27
1
-91
/
+56
*
[llvm-tblgen] Stop emitting the intrinsic name matching code
Reid Kleckner
2016-01-26
1
-60
/
+0
*
Add vector types for intrinsics
Krzysztof Parzyszek
2015-11-24
1
-1
/
+5
*
[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table
Igor Laevsky
2015-10-22
1
-41
/
+0
*
[TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet
2015-09-02
1
-16
/
+18
*
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
[next]