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
*
[Intrinsic] Delete tablegen rules of llvm.{sig,}{setjmp,longjmp}
Fangrui Song
2019-12-27
1
-28
/
+0
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-11
/
+65
*
[TableGen] Remove unused target intrinsic generation logic
Reid Kleckner
2019-12-11
1
-40
/
+12
*
[IntrinsicEmitter] Add overloaded type VecOfBitcastsToInt for SVE intrinsics
Kerry McLaughlin
2019-10-02
1
-1
/
+4
*
[IntrinsicEmitter] Add overloaded types for SVE intrinsics (Subdivide2 & Subd...
Kerry McLaughlin
2019-09-20
1
-1
/
+7
*
[IntrinsicEmitter] Support scalable vectors in intrinsics
Cullen Rhodes
2019-08-27
1
-1
/
+4
*
TableGen: Revert changes from r369038
Matt Arsenault
2019-08-18
1
-3
/
+1
*
MVT: Add v3i16/v3f16 vectors
Matt Arsenault
2019-08-15
1
-1
/
+3
*
[Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy
David Bolvansky
2019-08-14
1
-0
/
+6
*
[Attributor] Deduce "willreturn" function attribute
Hideto Ueno
2019-07-17
1
-2
/
+12
*
[TableGen] Do not set ReadNone attribute on intrinsics with side effects
Momchil Velikov
2019-07-17
1
-1
/
+3
*
Teach TableGen Intrin Emitter to handle LLVMPointerType<llvm_any_ty>
Erich Keane
2019-06-26
1
-0
/
+3
*
Improve reduction intrinsics by overloading result value.
Sander de Smalen
2019-06-13
1
-1
/
+4
*
[IntrinsicEmitter] Extend argument overloading with forward references.
Sander de Smalen
2019-06-13
1
-11
/
+62
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-1
/
+6
*
[tablegen] Add locations to many PrintFatalError() calls
Daniel Sanders
2019-02-12
1
-2
/
+3
*
[IR] Match intrinsic parameter by scalar/vectorwidth
Simon Pilgrim
2019-01-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Mark @llvm.trap cold
Vedant Kumar
2018-11-14
1
-1
/
+10
*
[Power9] Add __float128 builtins for Round To Odd
Stefan Pintilie
2018-07-09
1
-1
/
+3
*
[IR] Split Intrinsics.inc into enums and implementations
Reid Kleckner
2018-06-23
1
-21
/
+29
*
NFC - Typo fixes lib/VMCore -> lib/IR
Gabor Buella
2018-04-30
1
-1
/
+1
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Fix typo in emitted attribute name
Matt Arsenault
2017-12-03
1
-1
/
+1
*
[TableGen] Allow intrinsics to have up to 8 return values.
Artem Belevich
2017-10-12
1
-1
/
+7
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-2
/
+3
*
Support arbitrary address space pointers in masked gather/scatter intrinsics.
Elad Cohen
2017-05-03
1
-5
/
+11
*
TableGen: Add IntrHasSideEffects property for intrinsics
Matt Arsenault
2017-04-28
1
-0
/
+3
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-1
/
+10
*
[tblgen] GCC/MS builtin to target intrisics map.
Aditya Nandakumar
2017-04-19
1
-7
/
+15
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-10
/
+10
*
TableGen: use fully qualified name for StringLiteral
Saleem Abdulrasool
2017-01-31
1
-2
/
+2
*
Fix the GCC build.
Benjamin Kramer
2017-01-30
1
-2
/
+2
*
[IR] Remove global constructor from Function.cpp
Benjamin Kramer
2017-01-30
1
-2
/
+2
*
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
[next]